DB function failed with error number 1030 - when access to joomla module manager

Status
Not open for further replies.

arcacevedo

New Member
Prime Account
Messages
6
Reaction score
0
Points
0
When i got acces to the module manager opcion on my Joomla (www.portalretail.com.ar/administrator) I received the following error when I access to http://www.portalretail.com.ar/index.php?option=com_sobipro&sid=1&Itemid=6:

DB function failed with error number 1030
Got error 28 from storage engine SQL=SELECT m.*, u.name AS editor, g.name AS groupname, MIN(mm.menuid) AS pages FROM jos_modules AS m LEFT JOIN jos_users AS u ON u.id = m.checked_out LEFT JOIN jos_groups AS g ON g.id = m.access LEFT JOIN jos_modules_menu AS mm ON mm.moduleid = m.id WHERE m.client_id = 0 GROUP BY m.id ORDER BY m.position , m.ordering ASC LIMIT 0, 20

At the begining, I had the error on administrator however the site front end were working fine but later I begin to get the following errors on the front end:

Warning: SQLiteDatabase::query() [sqlitedatabase.query]: no such table: vars in /home/aacevedo/public_html/retail/components/com_sobipro/lib/base/cache.php on line 121

Warning: SQLiteDatabase::queryExec() [sqlitedatabase.queryexec]: database is full in /home/aacevedo/public_html/retail/components/com_sobipro/lib/base/cache.php on line 158

Warning: SQLiteDatabase::query() [sqlitedatabase.query]: no such table: vars in /home/aacevedo/public_html/retail/components/com_sobipro/lib/base/cache.php on line 121

Warning: SQLiteDatabase::queryExec() [sqlitedatabase.queryexec]: database is full in /home/aacevedo/public_html/retail/components/com_sobipro/lib/base/cache.php on line 158

I will appreciate if you could fix this problem, or give a diagnostic about the reason of this problem, because the same site with the same information were working fine yesterday.

Thanks in advance,

Ariel Acevedo,
arcacevedo@gmail.com
 
Status
Not open for further replies.
Top