System error.

El siguiente mensaje de error fue devuelto:

Column 'parentId' in where clause is ambiguous

The query was:

select * from `tiki_comments` a,`tiki_forums` tf where `objectType` = 'forum' and `parentId`=0 order by `commentDate` desc

The built query was likely:

select * from `tiki_comments` a,`tiki_forums` tf where `objectType` = 'forum' and `parentId`=0 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 settings accurate? (username, schema name, etc in db/local.php)

  4. Did you complete the Tiki Installer?

Please see the documentation for more information.