- Posts: 5
- Thank you received: 0
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.
Idea Recent Discussions - Fatal Error
All seems good, but when I click on the "Recent Discussions" tab, I get the following error:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 42 bytes) in /home/recipes/public_html/home/libraries/joomla/database/database/mysql.php on line 462
How can I correct this ?
The link to the forum: home.recipesnoop.com/index.php?option=com_kunena
Please Log in or Create an account to join the conversation.
php max_execution_time >= 120
php memory_limit >= 64M
safe_mode = off
Please Log in or Create an account to join the conversation.
Everything seems to work fine, but one of my sub forums give a Fatal Error when I try to access it...
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 16 bytes) in /home/recipes/public_html/home/libraries/joomla/database/database/mysql.php on line 462
What could be causing this with only this one forum. How can I correct this?
Please Log in or Create an account to join the conversation.
Kunena tries to read too many entries from database to memory (I think).
Please Log in or Create an account to join the conversation.
Is there a way to limit how many entries it grabs?
Please Log in or Create an account to join the conversation.
One possibility is to show less threads per page (15->8-10), as it would save you ~1800 messages per thread and it could be enough.. Another possibility is to add max allowed memory for php to 92M and change Apache settings so that Apache threads to not live forever (1000 requests should be ok).
It looks like we really need to fix this issue. Actually I already have a fix for it, but it's not yet quite ready.
Please Log in or Create an account to join the conversation.