ADOConnection._Execute(SELECT PC.video_category_id, PC.video_category_name, COUNT(P.video_id) AS total_videos FROM video AS P LEFT JOIN video_category ..., false) % line 853, file: adodb.inc.php ADOConnection.Execute(SELECT PC.video_category_id, PC.video_category_name, COUNT(P.video_id) AS total_videos FROM video AS P LEFT JOIN video_category ...) % line 1067, file: class_HeaderHandler.lib.php HeaderHandler.populateVideoChannelsRightNavigation() % line 322, file: html_header.php require_once(/home/euamooo3/public_html/includes/languages/en_us/html_header.php) % line 964, file: application_top.inc.php require_once(/home/euamooo3/public_html/common/application_top.inc.php) % line 27, file: videoCategory.php
Error: [256] [User Error] 1194 Table 'P' is marked as crashed and should be repaired
Line: [1069] /home/euamooo3/public_html/common/classes/class_HeaderHandler.lib.php
Source:
1067 $rs = $this->dbObj->Execute($stmt);1068 if (!$rs)1069 trigger_error($this->dbObj->ErrorNo().' '.$this->dbObj->ErrorMsg(), E_USER_ERROR);1070 ?>1071 <div class="clsSideBarLinks">Debug Trace:
Line: [1069] /home/euamooo3/public_html/common/classes/class_HeaderHandler.lib.php
trigger_error("1194 Table 'P' is marked as crashed and should be repaired", "256")
Line: [322] /home/euamooo3/public_html/includes/languages/en_us/html_header.php
HeaderHandler->populateVideoChannelsRightNavigation()
Line: [964] /home/euamooo3/public_html/common/application_top.inc.php
require_once("/home/euamooo3/public_html/includes/languages/en_us/html_header.php")
Line: [27] /home/euamooo3/public_html/videoCategory.php
require_once("/home/euamooo3/public_html/common/application_top.inc.php")
Context Variables:
array (
'allowed_pages_array' =>
array (
0 => 'viewProfile.php',
),
'sql' => 'SELECT PC.video_category_id, PC.video_category_name, COUNT(P.video_id) AS total_videos FROM video AS P LEFT JOIN video_category AS PC ON P.video_category_id=PC.video_category_id WHERE P.video_status=\'Ok\' GROUP BY video_category_id HAVING total_videos>0 ORDER BY total_videos DESC',
'stmt' => 'SELECT PC.video_category_id, PC.video_category_name, COUNT(P.video_id) AS total_videos FROM video AS P LEFT JOIN video_category AS PC ON P.video_category_id=PC.video_category_id WHERE P.video_status=\'Ok\' GROUP BY video_category_id HAVING total_videos>0 ORDER BY total_videos DESC',
'rs' => ,
)