Hi,
The new version has an installation error.
I've found the error:
a comma is missing in the following file:
com_ask.0.6.2\admin\sql\install.mysql.utf8.sql
Replace this:
catid int(11) NOT NULL DEFAULT '0'
BY THIS:
catid int(11) NOT NULL DEFAULT '0',
Then, the installation is working
Keep up the good work :)
Hi, The new version has an installation error. I've found the error: a comma is missing in the following file: com_ask.0.6.2\admin\sql\install.mysql.utf8.sql Replace this:
catid
int(11) NOT NULL DEFAULT '0' BY THIS:catid
int(11) NOT NULL DEFAULT '0', Then, the installation is working Keep up the good work :)