- Posts: 111
- Thank you received: 5
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Question How to migrate from Kunena 1.5.14 to 1.6.3 on server with MySQL 5.5.8?
- joomlauser
-
Topic Author
- Offline
- Senior Member
-
Durign installation preparing I am getting below message:
Uncaught Exception: 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 'TYPE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci' at line 9 SQL=CREATE TABLE `jos_kunena_version` ( `id` int(11) NOT NULL AUTO_INCREMENT, `version` varchar(20) NOT NULL, `versiondate` date NOT NULL, `installdate` date NOT NULL, `build` varchar(20) NOT NULL, `versionname` varchar(40) DEFAULT NULL, PRIMARY KEY (`id`) ) TYPE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci
My hosting provider told me I should change in sql file "Type" into "Engine"
Where can I find this file?
Please Log in or Create an account to join the conversation.
- joomlauser
-
Topic Author
- Offline
- Senior Member
-
- Posts: 111
- Thank you received: 5
Please Log in or Create an account to join the conversation.
I have reported this bug, but i don't find where the "TYPE=MyISAM" come from
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
- joomlauser
-
Topic Author
- Offline
- Senior Member
-
- Posts: 111
- Thank you received: 5
xillibit wrote: Hello,
I have reported this bug, but i don't find where the "TYPE=MyISAM" come from
Thanks xillibit I hope this bug will be resolved in the nearest future. I can share my site for test needs.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- joomlauser
-
Topic Author
- Offline
- Senior Member
-
- Posts: 111
- Thank you received: 5
But it that case all you have to do is replacing from TYPE=MyISAM to ENGINE=MyISAM content of sql file located in installation/sql/mysql/joomla.sql
Please Log in or Create an account to join the conversation.