AbanteCart Community
Shopping Cart Operations => Support => Topic started by: dodgeviper12003 on June 25, 2017, 04:23:31 PM
-
Hi, after updating to 1.2.10 I get the quick start wizard every time I long in and go back to the main screen. When i press next it says application failed and to check the logs and the following error appears. Any idea how to fix it?
database error: AbanteCart core v.1.2.10 SQL Error: Incorrect key file for table './******_webstor/abor_settings.MYI'; try to repair it
Error No: 126
SQL: DELETE FROM abor_settings
WHERE `group` = 'details'
AND `key` = 'config_title_1'
AND `store_id` = '0' in <b>/home/*******/public_html/webstore/core/database/amysqli.php</b> on line <b>109</b>
-
you can try to repair table with this https://dev.mysql.com/doc/refman/5.6/en/repair-table.html
or try to repair it via phpMyAdmin. Choose table-> tab actions-> repair
regarding quick start wizard. Just replace file core/lib/user.php with this https://raw.githubusercontent.com/abantecart/abantecart-src/1.2.11/public_html/core/lib/user.php