Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

1030 - Got error 127 from table handler


matarali

Recommended Posts

  • 1 month later...

Got the same thing here;

 

 

1030 - Got error 127 from table handler

select new_value, old_value, date_added, customer_notified from orders_status_history where orders_id = '31511' order by orders_status_history_id desc

[TEP STOP]

 

 

Trying to find an answer now

Link to comment
Share on other sites

Figured it out...

 

 

Corrupted table

 

I had to run a repair on my orders_status_history table.

 

 

Go to phpMyAdmin and click on the SQL tab;

 

Type;

 

REPAIR TABLE orders_status_history

 

The table you need to fix will probably be different. Figure out which table is corrupted and run the REPAIR on that TABLE

 

HTH

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...