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 mysql version: 4.1.20-log (Required >= 4.1.20)

More
16 years 11 months ago #17096 by afarinha
I install Kunena and I have this error:

mysql version: 4.1.20-log (Required >= 4.1.20)

Help

Please Log in or Create an account to join the conversation.

More
16 years 11 months ago #17097 by grumblemarc
Your SQL version needs to be updated. It doesn't meet the minimum requirement. We can't help you with that.

We love stars on the Joomla Extension Directory . :-)

Please Log in or Create an account to join the conversation.

More
16 years 11 months ago #17098 by afarinha
Ok how can you help me

Please Log in or Create an account to join the conversation.

More
16 years 11 months ago - 16 years 11 months ago #17100 by grumblemarc
I said we cannot. YOU have to get your host to upgrade your SQL version. This is a server issue. Not Kunena.

We love stars on the Joomla Extension Directory . :-)
Last edit: 16 years 11 months ago by grumblemarc.

Please Log in or Create an account to join the conversation.

More
16 years 11 months ago #17102 by afarinha
Ok
Now I understando sorry for my bad english.
Thank you for your help.

Please Log in or Create an account to join the conversation.

More
16 years 11 months ago #17354 by Matias
Marc :)

Kunena should work with your MySQL version, but it looks like version check function in php does not like MySQL version numbers.

Take zip file and edit install/kunena.install.php:

DEFINE('KUNENA_MIN_MYSQL', '4.1.20');

to

DEFINE('KUNENA_MIN_MYSQL', '4.1.19');

and copy updated file into zip file before installing it.

Please Log in or Create an account to join the conversation.

Time to create page: 0.235 seconds