Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

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

Solved [K.4.0.10] Allowed memory size of 33554432 bytes exhausted

More
10 years 1 month ago #174396 by ssh
Joomla 3.5.2 dev + kunena 4.0.10

If I set Menu -> kunena Forum » Create Topic = Public

I got this error:
Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /libraries/kunena/forum/category/category.php on line 772

Line 772 of that file is:
Code:
$this->_authcache[$user->userid][$action] = new KunenaExceptionAuthorise(JText::_('COM_KUNENA_NO_ACCESS'), $user->userid ? 403 : 401);

My memory_limit is 32M

The problem only occurs if Menu->kunena Forum->Create Topic = Public
No problem when is Menu->kunena Forum->Create Topic = Registered

Any idea?

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

More
10 years 1 month ago #174397 by ssh
I am going to increase to memory limit in php.ini

But, do you know why this task is consuming so much memory?
Can be improved?

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

More
10 years 1 month ago #174398 by 810
with blue eagle or crypsis.

try crypsis.

Also try k5.0 beta if not working yet.

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

More
10 years 1 month ago #174399 by 810
32mb is based on 15 year old standards, now in 2016 that's now enough anymore when you have growing cms + integrations.

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

More
10 years 1 month ago #174401 by ssh

810 wrote: with blue eagle or crypsis.

Blue Eagle

810 wrote: try crypsis.

With crypsis I got a 500 Server error

810 wrote: Also try k5.0 beta if not working yet.

I am working on it, I have created a demo site just for testing kunena 5 and crypsis.
I can share the demo site with all kunena members if you want to, I just need your approval

810 wrote: 32mb is based on 15 year old standards, now in 2016 that's now enough anymore when you have growing cms + integrations.

I am aware of that, but sadly, there is still a lot of kunena users that are using shared hosting environment with such memory restriction, and they just can't afford a vps or dedicated server with a huge amount of memory. I'm just thinking of a solution as if I were one of them

In conclusion,
I have fixed this problem by increasing the memory limit from 32MB to 256MB

Regards

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

Time to create page: 0.210 seconds