Author Topic: SQL Error: Got error 28 There has been a critical error processing your request  (Read 2105 times)

Offline sewnsails

  • Newbie
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
Received orders recently as yesterday. Tried to access administration and then home page and receive this error message. Not sure how to resolve this.



SQL Error: Got error 28 from storage engine
Error No: 1030
SQL: SELECT DISTINCT e.extension_id, e.type, e.key, e.category, e.priority, e.version, e.license_key, e.date_installed, e.date_modified, e.date_added, s.store_id, st.alias as store_name, s.value as status FROM abyf_extensions e LEFT JOIN abyf_settings s ON ( s.`group` = e.`key` AND s.`key` = CONCAT(e.`key`,'_status') ) LEFT JOIN abyf_stores st ON st.store_id = s.store_id WHERE e.key<>'' AND e.`type` IN ('extensions', 'payment', 'shipping', 'template', 'language', 'tax') AND COALESCE(s.`store_id`,0) = '0' ORDER BY e.priority desc in /home/sewnsails/public_html/AbanteCart/core/database/amysqli.php on line 109

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2046
  • Karma: +318/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Quote
Out of disk space Error 28 from Operating System.
This is happening on the Database Server because it is out of disk space or because your hosting provider has set a database size limit that your database cannot grow beyond for fair sharing of resources (shared hosting)
Check with your hosting provider to have them sort the issue out.
Alternatively it can happen when the system /tmp folder is full (separate mount point, disk full). Again a hosting provider issue unless you're running a VPS.
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

 

Powered by SMFPacks Social Login Mod