- Posts: 13
- Thank you received: 0
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)
16 years 11 months ago #17096
by afarinha
mysql version: 4.1.20-log (Required >= 4.1.20) was created by afarinha
I install Kunena and I have this error:
mysql version: 4.1.20-log (Required >= 4.1.20)
Help
mysql version: 4.1.20-log (Required >= 4.1.20)
Help
Please Log in or Create an account to join the conversation.
- grumblemarc
-
- Offline
- Elite Member
-
- Still making trouble
Less
More
- Posts: 1107
- Thank you received: 3
16 years 11 months ago #17097
by grumblemarc
We love stars on the Joomla Extension Directory .
Replied by grumblemarc on topic Re: mysql version: 4.1.20-log (Required >= 4.1.20)
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.
16 years 11 months ago #17098
by afarinha
Replied by afarinha on topic Re:mysql version: 4.1.20-log (Required >= 4.1.20)
Ok how can you help me
Please Log in or Create an account to join the conversation.
- grumblemarc
-
- Offline
- Elite Member
-
- Still making trouble
Less
More
- Posts: 1107
- Thank you received: 3
16 years 11 months ago - 16 years 11 months ago #17100
by grumblemarc
We love stars on the Joomla Extension Directory .
Replied by grumblemarc on topic Re:mysql version: 4.1.20-log (Required >= 4.1.20)
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.
16 years 11 months ago #17102
by afarinha
Replied by afarinha on topic Re:mysql version: 4.1.20-log (Required >= 4.1.20)
Ok
Now I understando sorry for my bad english.
Thank you for your help.
Now I understando sorry for my bad english.
Thank you for your help.
Please Log in or Create an account to join the conversation.
16 years 11 months ago #17354
by Matias
Replied by Matias on topic Re:mysql version: 4.1.20-log (Required >= 4.1.20)
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.
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