
System error.
The following error message was returned:
Can't create/write to file '/tmp/#sql-temptable-1d74ab-8ba8b3-23eab2.MAI' (Errcode: 28 "No space left on device")
The query was:
SELECT COLUMN_NAME AS col FROM information_schema.`COLUMNS` WHERE table_schema = DATABASE() AND TABLE_NAME = ? AND CHARACTER_SET_NAME = 'utf8'Values:
- tiki_pageviews
The built query was likely:
SELECT COLUMN_NAME AS col FROM information_schema.`COLUMNS` WHERE table_schema = DATABASE() AND TABLE_NAME = 'tiki_pageviews' AND CHARACTER_SET_NAME = 'utf8'Things to check:
Is your database up and running?
Is your database corrupt? Please see how to repair your database
Are your database settings accurate? (username, schema name, etc in db/local.php)
Did you complete the Tiki Installer?
Please see the documentation for more information.