Post by tapoutnrg » Sat Apr 14, 2012 2:15 am

I keep getting these errors. Any suggestion to how to fix or find the problem.


PHP Notice: Error: Got error -1 from storage engine<br />Error No: 1030<br />SELECT * FROM category c LEFT JOIN category_description cd ON (c.category_id = cd.category_id) LEFT JOIN category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '27' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) in /home/content/41/8614441/html/system/database/mysql.php on line 49

Newbie

Posts

Joined
Thu Feb 02, 2012 3:24 am

Post by Avvici » Mon Apr 16, 2012 7:12 am

The above error means that your table has become corrupt and you should repair it using the REPAIR TABLE command.
If you are using (ISAM engine) then repair table command will work fine. If its InnoDB then look at this link instead. http://www.mysqlperformanceblog.com/200 ... orruption/

You could also check the permissions and ownership of all the files.

User avatar
Expert Member

Posts

Joined
Tue Apr 05, 2011 12:09 pm
Location - Asheville, NC

Post by Needhelptoo » Wed Jul 17, 2013 8:55 pm

How can I tell what type I'm using.

New member

Posts

Joined
Thu Mar 22, 2012 1:11 am
Who is online

Users browsing this forum: Amazon [Bot] and 18 guests