Erreur système.

Le message d'erreur suivant a été renvoyé:

Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")

La requête était:

SELECT COLUMN_NAME AS col FROM information_schema.`COLUMNS` WHERE table_schema = DATABASE() AND TABLE_NAME = ? AND CHARACTER_SET_NAME = 'utf8'

Valeurs:

  1. tiki_pageviews

La requête construite était probablement:

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:

  1. Is your database up and running?

  2. Is your database corrupt? Please see how to repair your database

  3. Are your database settings accurate? (username, schema name, etc in db/local.php)

  4. Did you complete the Tiki Installer?

Please see the documentation for more information.