System error.
The following error message was returned:
Column 'parentId' in where clause is ambiguous
The query was:
select `threadId`, `forumId` from `tiki_comments`,`tiki_forums` where `object`=`forumId` and `objectType`=? and `parentId`=? order by `commentDate` descValues:
- forum
- 0
The built query was likely:
select `threadId`, `forumId` from `tiki_comments`,`tiki_forums` where `object`=`forumId` and `objectType`='forum' and `parentId`='0' order by `commentDate` descThings to check:
Is your database up and running?
Is your database corrupt? Please see how to repair your database
Are your database settings accurate? (username, schema name, etc in db/local.php)
Did you complete the Tiki Installer?
Please see the documentation for more information.