Thank you for replying. I will try it this afternoon,
Quote:
Originally Posted by Ted S
Your actual error is something much more tangible (you can find it by viewing the page source):
Code:
Invalid SQL:
SELECT title, data
FROM datastore
WHERE title IN ('','options','bitfields','forumcache','usergroupcache','stylecache','languagecache','products','pluginlist','cron','userstats','birthdaycache','maxloggedin','iconcache','eventcache','mailqueue');
MySQL Error : Got error 127 from table handler
Error Number : 1030
Date : Saturday, April 14th 2007 @ 07:17:07 PM
Script : http://couponchix.com/feedback/
Referrer : https://vborg.vbsupport.ru/showthread.php?t=144898
IP Address : 207.167.100.99
Username :
Classname : vb_database
Error 127s are no fun but generally they can be fixed. Run Repair/Optimize in the Admin CP, repeat a few times if necessary.
If things remain broken, ssh into your server and run the CHECK and REPAIR commands in mysql.
If you're still stuck let me know and I can explain about dealing with serious corruption.
|
I am still stuck. Went to repair the tables through my vb admin and now the page to get into my admin is giving me an error. I can still get into certain pages, but just not the admin. I do have myPhPAdmin, but don't know anything about it. If you can help me, I can give you access. I am working today, from 3PM-9PM EST so if I don't respond until after then, you will know why.
Thanks so much offering to help.
Kelly
Here is the view source on this error:
<!--
Database error in vBulletin :
Invalid SQL:
SELECT title, data
FROM datastore
WHERE title IN ('','options','bitfields','forumcache','usergroupc ache','stylecache','languagecache','products','plu ginlist','cron','maxloggedin','mailqueue','pluginl istadmin');
MySQL Error : Can't open file: 'datastore.MYI'. (errno: 145)
Error Number : 1016
Date : Sunday, April 15th 2007 @ 11:13:43 AM
Script :
http://couponchix.com/feedback/admincp/index.php
Referrer :
http://couponchix.com/feedback/showthread.php?t=5
IP Address : 208.104.25.214
Username :
Classname : vb_database
-->
FIXED.
Ran REPAIR TABLE datastore; query in myPhp admin.
Thank you so much.