When trying to install tiki wiki on a website, I get the following error message:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '?' at line 1
The query was:
SHOW TABLE STATUS LIKE ?
Values:
tiki_schema
The built query was likely:
SHOW TABLE STATUS LIKE ?
---
Does anyone know what this might be referring to and how I go about correcting this error? I have access to cPanel and PHP My Admin to make site administrative changes (although I really don't know how to use PHP My Admin correctly).

