Please help me with the problem described below. When I click on the Index of the Forum and the Picture Gallery(Album) it gives me this error. This is the first time I get this error, it has never happened before. Sometimes, it would fix by itself, but the error continues to happen. Please tell me what to do.
when i click index
Could not query forums information
DEBUG MODE
SQL Error : 1030 Got error 28 from table handler
SELECT f.*, p.post_time, p.post_username, u.username, u.user_id, t.topic_title, t.topic_last_post_id, t.topic_icon FROM ((( phpbb_forums f LEFT JOIN phpbb_posts p ON p.post_id = f.forum_last_post_id ) LEFT JOIN phpbb_users u ON u.user_id = p.poster_id ) LEFT JOIN phpbb_topics t ON t.topic_last_post_id = p.post_id ) ORDER BY f.cat_id, f.forum_order
Line : 179
File : /home/tiranal/public_html/php/index.php
when i click album photo
Could not query categories list
DEBUG MODE
SQL Error : 1030 Got error 28 from table handler
SELECT c.*, COUNT(p.pic_id) AS count FROM phpbb_album_cat AS c LEFT JOIN phpbb_album AS p ON c.cat_id = p.pic_cat_id WHERE cat_id <> 0 GROUP BY cat_id ORDER BY cat_order ASC
Line : 58
File : /home/tiranal/public_html/php/album.php
{ SQL Error : 1030 Got error 28 from table handler } this is vodahost problem i think , is sql space disk problem or samthing
can u please help me to fix or u boys doit coz , i don,t have idea what to do
thx
www.tiranalive.com
when i click index
Could not query forums information
DEBUG MODE
SQL Error : 1030 Got error 28 from table handler
SELECT f.*, p.post_time, p.post_username, u.username, u.user_id, t.topic_title, t.topic_last_post_id, t.topic_icon FROM ((( phpbb_forums f LEFT JOIN phpbb_posts p ON p.post_id = f.forum_last_post_id ) LEFT JOIN phpbb_users u ON u.user_id = p.poster_id ) LEFT JOIN phpbb_topics t ON t.topic_last_post_id = p.post_id ) ORDER BY f.cat_id, f.forum_order
Line : 179
File : /home/tiranal/public_html/php/index.php
when i click album photo
Could not query categories list
DEBUG MODE
SQL Error : 1030 Got error 28 from table handler
SELECT c.*, COUNT(p.pic_id) AS count FROM phpbb_album_cat AS c LEFT JOIN phpbb_album AS p ON c.cat_id = p.pic_cat_id WHERE cat_id <> 0 GROUP BY cat_id ORDER BY cat_order ASC
Line : 58
File : /home/tiranal/public_html/php/album.php
{ SQL Error : 1030 Got error 28 from table handler } this is vodahost problem i think , is sql space disk problem or samthing
can u please help me to fix or u boys doit coz , i don,t have idea what to do
thx
www.tiranalive.com
Comment