ADOConnection._Execute(SELECT group_id, group_type, group_name, user_id, group_video_upload FROM groups WHERE group_url='skyhawks' LIMIT 0,1) % line 834, file: adodb.inc.php ADOConnection.Execute(SELECT group_id, group_type, group_name, user_id, group_video_upload FROM groups WHERE group_url=? LIMIT 0,1, Array[1]) % line 717, file: class_MediaHandler.lib.php MediaHandler.chkValidGroupId() % line 1237, file: groupViewVideo.php require_once(/home/prepncom/public_html/general/groupViewVideo.php) % line 41, file: groupViewVideo.php
Error: [2] [Warning] mysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
Line: [358] /home/prepncom/public_html/common/classes/adodb/drivers/adodb-mysql.inc.php
Source:
356 if (ADODB_PHPVER >= 0x4300)357 $this->_connectionID = mysql_connect($argHostname,$argUsername,$argPassword,358 $this->forceNewConnect,$this->clientFlags);359 else if (ADODB_PHPVER >= 0x4200)360 $this->_connectionID = mysql_connect($argHostname,$argUsername,$argPassword,Debug Trace:
Line: [358] /home/prepncom/public_html/common/classes/adodb/drivers/adodb-mysql.inc.php
mysql_connect("localhost", "prepncom_main", "mikeanna", false, "0")
Line: [414] /home/prepncom/public_html/common/classes/adodb/adodb.inc.php
ADODB_mysql->_connect("localhost", "prepncom_main", "mikeanna", "prepncom_main")
Line: [928] /home/prepncom/public_html/common/application_top.inc.php
ADOConnection->Connect("localhost", "prepncom_main", "mikeanna", "prepncom_main")
Line: [40] /home/prepncom/public_html/groupViewVideo.php
require("/home/prepncom/public_html/common/application_top.inc.php")
Context Variables:
array ( 'argHostname' => 'localhost', 'argUsername' => 'prepncom_main', 'argPassword' => 'mikeanna', 'argDatabasename' => 'prepncom_main', )
Error: [2] [Warning] mysql_query(): supplied argument is not a valid MySQL-Link resource
Line: [499] /home/prepncom/public_html/common/classes/adodb/drivers/adodb-mysql.inc.php
Source:
497 //global $ADODB_COUNTRECS;498 //if($ADODB_COUNTRECS)499 return mysql_query($sql,$this->_connectionID);500 //else return @mysql_unbuffered_query($sql,$this->_connectionID); // requires PHP >= 4.0.6501 }Debug Trace:
Line: [499] /home/prepncom/public_html/common/classes/adodb/drivers/adodb-mysql.inc.php
mysql_query("SELECT group_id, group_type, group_name, user_id, group_video_upload FROM groups WHERE group_url='skyhawks' LIMIT 0,1", false)
Line: [1013] /home/prepncom/public_html/common/classes/adodb/adodb-lib.inc.php
ADODB_mysql->_query("SELECT group_id, group_type, group_name, user_id, group_video_upload FROM groups WHERE group_url='skyhawks' LIMIT 0,1", false)
Line: [865] /home/prepncom/public_html/common/classes/adodb/adodb.inc.php
_adodb_debug_execute(Object:ADODB_mysql, "SELECT group_id, group_type, group_name, user_id, group_video_upload FROM groups WHERE group_url='skyhawks' LIMIT 0,1", false)
Line: [834] /home/prepncom/public_html/common/classes/adodb/adodb.inc.php
ADOConnection->_Execute("SELECT group_id, group_type, group_name, user_id, group_video_upload FROM groups WHERE group_url='skyhawks' LIMIT 0,1")
Line: [717] /home/prepncom/public_html/common/classes/class_MediaHandler.lib.php
ADOConnection->Execute("SELECT group_id, group_type, group_name, user_id, group_video_upload FROM groups WHERE group_url=? LIMIT 0,1", Array[1])
Line: [1237] /home/prepncom/public_html/general/groupViewVideo.php
MediaHandler->chkValidGroupId()
Line: [41] /home/prepncom/public_html/groupViewVideo.php
require_once("/home/prepncom/public_html/general/groupViewVideo.php")
Context Variables:
array ( 'sql' => 'SELECT group_id, group_type, group_name, user_id, group_video_upload FROM groups WHERE group_url=\'skyhawks\' LIMIT 0,1', 'inputarr' => , )
Error: [256] [User Error] 2002 Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
Line: [719] /home/prepncom/public_html/common/classes/class_MediaHandler.lib.php
Source:
717 $rs = $this->dbObj->Execute($stmt, array($this->fields_arr['group_id']));718 if (!$rs)719 trigger_error($this->dbObj->ErrorNo().' '.$this->dbObj->ErrorMsg(), E_USER_ERROR);720 721 if($row = $rs->FetchRow())Debug Trace:
Line: [719] /home/prepncom/public_html/common/classes/class_MediaHandler.lib.php
trigger_error("2002 Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)", "256")
Line: [1237] /home/prepncom/public_html/general/groupViewVideo.php
MediaHandler->chkValidGroupId()
Line: [41] /home/prepncom/public_html/groupViewVideo.php
require_once("/home/prepncom/public_html/general/groupViewVideo.php")
Context Variables:
array ( 'sql' => 'SELECT group_id, group_type, group_name, user_id, group_video_upload FROM groups WHERE group_url=? LIMIT 0,1', 'stmt' => 'SELECT group_id, group_type, group_name, user_id, group_video_upload FROM groups WHERE group_url=? LIMIT 0,1', 'rs' => , )