Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

error


Guest

Recommended Posts

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

  • 1 month later...

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...