Guest Posted July 12, 2005 Share Posted July 12, 2005 i keep getting these error messages..any ideas on what can be done.. 1030 - Got error 127 from table handler select categories_name from categories_description where categories_id = '82' and language_id = '1' [TEP STOP] Link to comment Share on other sites More sharing options...
Guest Posted July 12, 2005 Share Posted July 12, 2005 Run the following query on your database with phpmyadmin: REPAIR TABLE categories_description; Matti Link to comment Share on other sites More sharing options...
JazzMan_Jay Posted August 19, 2005 Share Posted August 19, 2005 Hi, I had the same problem after having doing some voodoo on my database. I fixed it like this : 1- Go to your MySQL Interface, 2- Choose the database you are using for OsCommerce 3- Select the "SQL"-tab 4- Past and modify this request "REPAIR TABLE table_name;" where table_name is the name of one of your tables (E.g: REPAIR TABLE products;) 5- Click on the Execute Button 6- You should have a response saying waht have been fixed. 7- Repeat steps 4 to 6 for each table you want to fix. Well after having doing this Magic, everything was working fine again for me. :thumbsup: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.