Im getting this error on my home page. Im using rayzz a youtube clone. The site is of an adult nature. video_id FROM video as p WHERE p.video_status='Ok' AND (p.user_id = 0 OR p.video_access_type = 'Public') ORDER BY RAND() ...) % line 834, file: adodb.inc.php ADOConnection.Execute(SELECT video_id FROM video as p WHERE p.video_status='Ok' AND (p.user_id = ? OR p.video_access_type = 'Public') ORDER BY RAND() ..., Array[1]) % line 16, file: index.php IndexPageHandler.getRandVideo() % line 324, file: index.php require_once(/home/thepecom/public_html/general/index.php) % line 31, file: index.php Fatal error: 1194 Table 'p' is marked as crashed and should be repaired in /home/thepecom/public_html/general/index.php on line 18 Does anyone know what this means and how I can go about repairing it? http://shrinkster.com/tos Thanks
Well, I repaired my DB and it may have corrected the issue. The errors are no longer being seen. If anyone knows what wouldve caused it I would still like to know. Thanks