- Posts: 3
- 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
Important Cannot install
16 years 11 months ago #16087
by kristie
Cannot install was created by kristie
Upon install I receive this error....can someone help with get this installed...here is a link that shows entire file info
bluereef.texaswebworks.net/phpinfo.php
I N S T A L L : F A I L E D - Minimum Version Requirements not satisfied
php version: 5.2.5 Required >= 4.3.0
mysql version: 4.1.22-standard-log Required >= 5.0.0
But when I pull the php info on my site it is as follows which looks to meet all the requirements or am I just reading it totally wrong?
PHP Version 5.2.5
mysql
MySQL Support enabled
Active Persistent Links 0
Active Links 0
Client API version 5.0.45
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/lib/mysql/mysql.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib -lmysqlclient
Directive Local Value Master Value
mysql.allow_persistent Off Off
mysql.connect_timeout 20 20
mysql.default_host localhost localhost
mysql.default_password no value no value
mysql.default_port 3306 3306
mysql.default_socket no value no value
mysql.default_user no value no value
mysql.max_links 60 60
mysql.max_persistent Unlimited Unlimited
mysql.trace_mode Off Off
Thanks so much!
I N S T A L L : F A I L E D - Minimum Version Requirements not satisfied
php version: 5.2.5 Required >= 4.3.0
mysql version: 4.1.22-standard-log Required >= 5.0.0
But when I pull the php info on my site it is as follows which looks to meet all the requirements or am I just reading it totally wrong?
PHP Version 5.2.5
mysql
MySQL Support enabled
Active Persistent Links 0
Active Links 0
Client API version 5.0.45
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/lib/mysql/mysql.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib -lmysqlclient
Directive Local Value Master Value
mysql.allow_persistent Off Off
mysql.connect_timeout 20 20
mysql.default_host localhost localhost
mysql.default_password no value no value
mysql.default_port 3306 3306
mysql.default_socket no value no value
mysql.default_user no value no value
mysql.max_links 60 60
mysql.max_persistent Unlimited Unlimited
mysql.trace_mode Off Off
Thanks so much!
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 #16089
by grumblemarc
We love stars on the Joomla Extension Directory .
Replied by grumblemarc on topic Re:Cannot install
I do not think the SQL Client version is the same thing. Have your host verify this.
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
16 years 11 months ago #16091
by kristie
Replied by kristie on topic Re:Cannot install
Thanks for the reply but I just checked and this is what they said...
The MySQL version is shown next to Client API version in the MySQL section of the file.
Desperate to get this fixed....
Thanks
The MySQL version is shown next to Client API version in the MySQL section of the file.
Desperate to get this fixed....
Thanks
Please Log in or Create an account to join the conversation.
16 years 11 months ago #16096
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:Cannot install
Hello,
You can know the mysql server version with this :
Have you asked your host, if he can move your database on a server which have mysql 5 ?
You can know the mysql server version with this :
Code:
<?php
$link = mysql_connect('localhost', 'mysql_user', 'mysql_password');
if (!$link) {
die('Impossible de se connecter à la base : ' . mysql_error());
}
printf("Version du serveur MySQL : %s\n", mysql_get_server_info());
?>
Have you asked your host, if he can move your database on a server which have mysql 5 ?
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.
16 years 11 months ago #16098
by kristie
Replied by kristie on topic Re:Cannot install
According to them it is version 5.0.45
Please Log in or Create an account to join the conversation.
16 years 11 months ago #16121
by Ganzuelo
Replied by Ganzuelo on topic Re:Cannot install
I have this same issue. Joomla recognizes it as 5 but Kunena doesn't. It installed the component but in the back end for Kunena at the bottom it says 1.07b and when I check the version on the component list it says 1.0.9
Please Log in or Create an account to join the conversation.
Time to create page: 0.249 seconds