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
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.
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.
Who is online
Users browsing this forum: Amazon [Bot] and 18 guests