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

Database is not currently up to date! Visit Tiki Installer to resolve this issue. If you have shell (SSH) access, you can also use the following, on the command line, from the root of your Tiki installation: php console.php database:update
Please note that the Tiki schema does not support downgrading the database. It can only perform upgrades. For more info, you may check the database status by opening the tiki-check page.

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.