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 [beendet] I N S T A L L : F A I L E D > php version: 5.2.6 Required >= 4.3.0 (help?)

More
17 years 1 month ago #9838 by graf
heyho

also muss man nur das hier durchgehen dann geht es ?


Code:
Kunena 1.0.8 accidentally broke PHP4 compability. If you have PHP4, you should add these lines right after installation to get it work in your setup: Add this to components/com_kunena/class.kunena.php, line 1275: if (!function_exists("htmlspecialchars_decode")) { function htmlspecialchars_decode($string,$style=ENT_COMPAT) { $translation = array_flip(get_html_translation_table(HTML_SPECIALCHARS,$style)); if($style === ENT_QUOTES) { $translation['''] = '\''; } return strtr($string,$translation); } }


oder

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

More
17 years 1 month ago #9862 by Lintzy
Leider nicht, das ist ein Code für PHP 4.0. So was bräuchtest du für MySQL 4 :(
Rede mit deinem Provider, dass er updated, oder such dir einen anderen.

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

Time to create page: 0.343 seconds