- Posts: 2144
- Thank you received: 4
Kunena 7.0.9 & Kunena 6.4.14 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.9 [K 7.0.9] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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
Idea [Gelöst] SQL: Kompatibilität
Auf dem ersten Screenshot ist deine Datenbank zu sehen, auf dem zweiten eine von mir, die Kollation ist blau umrandet.
EDIT: Lies mal in diesem thread . Derselbe Fehler - behoben durch Wechseln des Templates von default_ex nach default. :silly:
Please Log in or Create an account to join the conversation.
@ dazzafact: I'd like to see your joomla_fb tables in your MySQL server.. I'm as confused as you are.. Can you PM me?
Looks like we are hitting an old MySQL bug. This seems to be very specific to a certain MySQL version.
We are investigating options on how to circumvent this problem.
We will keep you posted!
Have a great day!
fxstein
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
SELECT a.id FROM `jos_users` AS a JOIN (SELECT id, name AS foo FROM `jos_users`) AS b ON a.id = b.id
So derived tables are not working. The odd thing is that I have the same MySQL version and the same queries work in my own computer.
Please Log in or Create an account to join the conversation.
Server Version: 4.0.25-Max-log
MySQL-Client-Version: 5.0.67
Client API version 5.0.67
littlebit confused :S :side:
Provider Support:
Hello...
in PHPMyAdmin also is written that the "5" is attributable for the MySQL-Client-Version (Version of PHPMyAdmin)
Provider Support:
Hallo...
im PHPMyAdmin steht aber auch, dass es sich bei der 5 um die MySQL-Client-Version (Version des PHPMyAdmin) handelt.
Please Log in or Create an account to join the conversation.
You have too old MySQL server. Derived tables came in 4.1 and minimum version for FB/Kunena is 5.0.
So you really need to update MySQL server -- Kunena uses many MySQL 4.1/5.0 features.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.