- Posts: 7329
- Thank you received: 1425
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.
Important [K.5.0.RC3] Long page load times when posting
Please Log in or Create an account to join the conversation.
810 wrote: jelle @kunena.org
I have sent SA credentials. If you want cpanel or ftp or anything let me know and I can set that up aswell.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
810 wrote: on the last rc, I have made some improvements, about the posting, did you see any improvement?
On RC5 with Joomla 3.6 and does not appear to have made any difference. The slow email may be tied to something to do with HTML email as plain text emails sent by the joomla system are pretty quick. What do you use to define your boundaries in your html email, I have read about some string generators being used to generate the email boundaries being incredibly slow on some server configs.
Please Log in or Create an account to join the conversation.
Joomla uses uniqid() to create a fandom string to boundary a message, apparently this does not work well with some servers, and is completely unnecessary anyway.
I modified line 2091 in libraries\vendor\phpmailer\class.phpmailer.php
from;
to;
Please Log in or Create an account to join the conversation.