PDA

View Full Version : Help Please


eggz
01-30-2003, 09:34 PM
All was fine with our site, which we had just moved to a new server, when i opened the 'expand templates' section in the vbulletin admin control panel, i was given an error. The direct error was as follows:

<! -- Database error in vBulletin:
Invalid SQL: SELECT template FROM template WHERE title='options'
MySQL error: Got error 127 from table handler.

Now, when we attempt to access any page of the forums, we are given this error:

Warning: MySQL: Unable to save result set in /home/bird/public_html/forums/admin/db_mysql.php on line 93

Can anybody tell us what happened, and how on earth to get it back on track again?

Thanks,
Oliver

Dean C
01-31-2003, 04:19 PM
Do you have any hacks installed?

- miSt

Erwin
02-01-2003, 04:25 AM
The Lounge is the wrong place to post this. Moving to Support.

TECK
02-01-2003, 08:42 AM
Run those queries:
CHECK TABLE template
REPAIR TABLE templateThat will fix your error 127.
Just to be sure, run repair.php also, included in your vBulletin package.

Also, make sure you have plenty of space on your database before you do those queries.
For example, if you have a 115MB database, you should have an additional 120MB of free space in order to make sure you don't run into problems while checking/repairing.

eggz
02-01-2003, 04:34 PM
Thank you TECK that did it.