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

More
17 years 7 months ago - 17 years 7 months ago #1970 by Lintzy
Replied by Lintzy on topic Re:SQL: Kompatibilität
Sag mal, wie ist es möglich, dass deine Datenbank keine Kollation hat? Kannst du vielleicht mal eine neue anlegen, mit Kollation UTF8 und dann darauf alles komplett neu installieren (Joomla, Kunena usw)? Ich glaube nämlich fast, hier ist der Fehler zu suchen.

Auf dem ersten Screenshot ist deine Datenbank zu sehen, auf dem zweiten eine von mir, die Kollation ist blau umrandet.

[img


[img



EDIT: Lies mal in diesem thread . Derselbe Fehler - behoben durch Wechseln des Templates von default_ex nach default. :silly:
Last edit: 17 years 7 months ago by Lintzy.

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

More
17 years 7 months ago - 17 years 7 months ago #2005 by fxstein
Replied by fxstein on topic Re:SQL: Kompatibilität
Matias wrote:

@ 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 . :-)
Last edit: 17 years 7 months ago by fxstein.

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

More
17 years 7 months ago #2011 by Matias
Replied by Matias on topic Re:SQL: Kompatibilität
This query doesn't work either (or anything like it):

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.

More
17 years 7 months ago - 17 years 7 months ago #2053 by dazzafact
Replied by dazzafact on topic Re:SQL: Kompatibilität
:laugh:
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.

Last edit: 17 years 7 months ago by dazzafact.

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

More
17 years 7 months ago #2193 by Matias
Replied by Matias on topic Re:SQL: Kompatibilität
Ah, that revealed it!

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.

More
17 years 7 months ago #2195 by dazzafact
Replied by dazzafact on topic Re:SQL: Kompatibilität
Thats it! They said i can move easiy to a working Server if i want.

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

Time to create page: 0.248 seconds