AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: sewnsails on October 07, 2019, 09:08:13 AM

Title: SQL Error: Got error 28 There has been a critical error processing your request
Post by: sewnsails on October 07, 2019, 09:08:13 AM
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
Title: Re: SQL Error: Got error 28 There has been a critical error processing your request
Post by: abolabo on October 07, 2019, 09:36:52 AM
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.