Warning: PDO::query(): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'tiki_trunkdev.users_grouppermissions' doesn't exist in /home/tiki-trunkdev/public_html/lib/core/TikiDb/Pdo.php on line 126
System error.

System error.

The following error message was returned:

Table 'tiki_trunkdev.users_grouppermissions' doesn't exist

The query was:

SELECT `groupName`,`permName` FROM users_grouppermissions

The built query was likely:

SELECT `groupName`,`permName` FROM users_grouppermissions

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.