Help - Search - Members - Calendar
Full Version: Error
Neowin Forums > Help & Discussion Center > Web Server Side > Bulletin Board Support
Sigurd
CODE
mySQL query error: SELECT f.*, c.id as cat_id, c.position as cat_position, c.state as cat_state, c.name as cat_name, c.description as cat_desc,
            c.image, c.url, m.member_name as mod_name, m.member_id as mod_id, m.is_group, m.group_id, m.group_name, m.mid
            FROM ibf_forums f, ibf_categories c
              LEFT JOIN ibf_moderators m ON (f.id=m.forum_id)
            WHERE c.id=f.category
            ORDER BY c.position, f.position

mySQL error: Got error 28 from table handler
mySQL error code:
Date: Thursday 28th of April 2005 06:34:58 AM


Does anyone know why this error has came up? I can still access the admin area so is there anything i can do in there to fix it? sad.gif

I am running ipb1.3 with no mods.
mistical
Contact the administrators of your site, they probably updated mysql. It should fix itself though. Also make sure mysql_queries.php is uploaded in sources/sql.
Tomi
Try repairing the database through cPanel or myphpadmin. wink.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.