System error.

The following error message was returned:

Unknown column 'approved' in 'where clause'

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 installer/shell.php

The query was:

select tc.* , tc.`object` as name from `tiki_comments` as tc where `objectType`=? and `approved`!=? order by `commentDate` desc

Values:

  1. wiki page
  2. n

The built query was likely:

select tc.* , tc.`object` as name from `tiki_comments` as tc where `objectType`='wiki page' and `approved`!='n' order by `commentDate` desc

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 credentials (username, database name, etc) accurate?

  4. Did you complete the Tiki Installer?

Please see the documentation for more information.


TikiWiki CMS/Groupware