magma Posted November 28, 2007 Posted November 28, 2007 I have the MS 1 Version for a few years with no problems, but in the last weeks a few problems with the database. I got this error message in admin 1016 - Can't open file: 'orders.MYI'. (errno: 144) select count(*) as total from orders o left join orders_total ot on (o.orders_id = ot.orders_id), orders_status s where o.orders_status = s.orders_status_id and s.language_id = '2' and ot.class = 'ot_total' How could i fix that? I try optimize database, clean session table....... This shop runs on 2 different servers. One is ok without problems....the other problems in the last weeks. Thanks for Tips.....
♥geoffreywalton Posted November 28, 2007 Posted November 28, 2007 Gooble tells me 144 = Table is crashed and last repair failed Try running phpmyadmin Select your database and then the orders table. Then at the top of the page select "Operation" Finally select Repair under Table Maintenance. Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.