System error.
The following error message was returned:
Unknown column 'tc1.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 count(*) from `tiki_comments` as tc1 where `objectType`=? and `object`=? and `average` < ? and tc1.`approved`=?Values:
- image gallery
- 2
- 0
- y
The built query was likely:
select count(*) from `tiki_comments` as tc1 where `objectType`='image gallery' and `object`='2' and `average` < '0' and tc1.`approved`='y'Things to check:
Is your database up and running?
Is your database corrupt? Please see how to repair your database
Are your database credentials (username, database name, etc) accurate?
Did you complete the Tiki Installer?
Please see the documentation for more information.