Author Topic: Incorrect key file for table?  (Read 3415 times)

Offline dodgeviper12003

  • Newbie
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Incorrect key file for table?
« 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>

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2046
  • Karma: +318/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: Incorrect key file for table?
« Reply #1 on: June 26, 2017, 02:46:58 AM »
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
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

 

Powered by SMFPacks Social Login Mod