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

More
9 years 2 months ago #183702 by xillibit
You are both using Php 5.4.x version, so i need to make some tests with this version of Php ot see if i'am able to reproduce the same issue

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.

More
9 years 2 months ago #183703 by xillibit
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 :
Code:
$list_mode = $this->state->get('list.mode'); $user_state = $this->state->get('user');

at lines 267, 282, 298 and 314 change like the following :
Code:
if ($list_mode == 'latest' && !empty($user_state))

I don't provide support by PM, because this can be useful for someone else.
The following user(s) said Thank You: Snaiper

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

More
9 years 2 months ago #183704 by Snaiper

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 :

Code:
$list_mode = $this->state->get('list.mode'); $user_state = $this->state->get('user');
at lines 267, 282, 298 and 314 change like the following :
Code:
if ($list_mode == 'latest' && !empty($user_state))

Can you validate the changes made by me?
Warning: Spoiler!

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

More
9 years 2 months ago #183706 by Bossman76
Thanks for the reply and solution to this problem. I am trying to make the code changes you have instructed us to make. The second code block says "add and change". I am a bit confused on how to implement this change. Can you assist? Thanks! Or do you have the complete file?

Thanks.

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

More
9 years 2 months ago #183708 by xillibit
I have put the file with the modifications in attachments

I don't provide support by PM, because this can be useful for someone else.
The following user(s) said Thank You: CharliBrawn, Snaiper, hoynar

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

More
9 years 2 months ago #183709 by Snaiper
All work fine! Big Thanks!

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

Time to create page: 0.272 seconds