Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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
Solved Internal Server Error - When you click on username link
If you can i advise you to upgrade at least to Php 5.5.x series or 5.6.x
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.
open the file C:\wamp64\www\joomla\components\com_kunena\controller\message\list\recent\display.php
at line 265 add this :
at lines 267, 282, 298 and 314 change like the following :
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.
Can you validate the changes made by me?xillibit wrote: If your host doesn't let you the access to more recent Php versions or if you can't upgrade to more recent Php version, this is the fix to apply (it will be integrated in Kunena 5.0.7) :
open the file C:\wamp64\www\joomla\components\com_kunena\controller\message\list\recent\display.php
at line 265 add this :at lines 267, 282, 298 and 314 change like the following :Code:$list_mode = $this->state->get('list.mode'); $user_state = $this->state->get('user');Code:if ($list_mode == 'latest' && !empty($user_state))
Please Log in or Create an account to join the conversation.
Thanks.
Please Log in or Create an account to join the conversation.
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.
Please Log in or Create an account to join the conversation.