Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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 twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Solved PHP 7.3 and leatest post module is show nothing

More
5 years 8 months ago #214260 by xillibit
Hello,

In the file /components/com_kunena/views/topics/view.html.php at line 212 you will find that :
Code:
$contents = preg_replace_callback('|\[K=(\w+)(?:\:([\w_-]+))?\]|', array($this, 'fillTopicInfo'), $contents);

try to replace by :
Code:
$contents = preg_replace_callback('|\[K=(\w\+)(?:\:([\w\_-]+))?\]|', array($this, 'fillTopicInfo'), $contents);

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.

More
5 years 8 months ago #214270 by mimmina
Thanks for your help! I edited as you tell me, but unfortunately it doesn't work... The leatest post module is show nothing with PHP version 7.3. With the version 7.2, it works. Any other ideas ?? Thank you for your support.

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

More
5 years 8 months ago - 5 years 8 months ago #214273 by xillibit
Hello,

Can-you put here please your Kunena report configuration ?

I don't provide support by PM, because this can be useful for someone else.
Last edit: 5 years 8 months ago by xillibit.

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

More
5 years 7 months ago #214350 by mygun2big4u
Change all $contents = preg_replace_callback .... in file

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

More
5 years 7 months ago #214370 by Vasyekv
Same problem here too - mod_kunenalatest stop working with PHP 7.4 :(

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

More
5 years 7 months ago #214371 by rich
Which PHP Version exactly? I've tested with PHP 7.4.10 and can't reproduce this issue.
Can you please create a screenshot of your Latest module configuration?

Important! Always create a backup before you make any changes to your website!

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

Time to create page: 0.213 seconds