- Posts: 76
- Thank you received: 1
Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.
The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question SOLVED: does Kunena under php mysql 4.1.22?
- spacereactor
-
Topic Author
- Offline
- Senior Member
-
Keep having the error
Warning: Could not load latest Version record.\nDB function failed with error number 1146
Table 'mysite.jos_fb_version' doesn't exist SQL=SELECT `version`, `versiondate`, `installdate`, `build`, `versionname` FROM `jos_fb_version` ORDER BY `id` DESC LIMIT 1;
SQL =
SELECT
`version`,
`versiondate`,
`installdate`,
`build`,
`versionname`
FROM `jos_fb_version`
ORDER BY `id` DESC LIMIT 1;
in /home/mysite/public_html/subdomain/components/com_kunena/lib/kunena.debug.php on line 69
Joomla 1.5.9
php 5.2.6
mysql 4.1.22-standard
Please Log in or Create an account to join the conversation.
Kunena has never supported any of the depreciated releases of MySQL. If you check the MySQL homepage you will see that your version has long been discontinued. The supported versions start with 5.0.x.
Please see the system requirements page on our documentation wiki that states the minimum system requirements:
docs.kunena.com/index.php/Technical_Requirements
We had to add that check as we have seen error messages from systems that had MySQL databases too old to run a forum component like ours.
I suggest you contact your service provider or internet host and request an upgrade to a supported MySQL version.
Hope this helps!
fxstein
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
- spacereactor
-
Topic Author
- Offline
- Senior Member
-
- Posts: 76
- Thank you received: 1
Please Log in or Create an account to join the conversation.
- spacereactor
-
Topic Author
- Offline
- Senior Member
-
- Posts: 76
- Thank you received: 1
Please Log in or Create an account to join the conversation.
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.