- Posts: 7329
- Thank you received: 1425
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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
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.