Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Solved Internal Server Error - When you click on username link

More
7 years 2 months ago #1 by Bossman76
Just performed the latest update. Now when you are logged in and click a user name hyper link you get a Error 500. I assume you should be forwarded to the users profile page. Any help on this will be most appreciate.

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

More
7 years 2 months ago #2 by xillibit
Hello,

Can-you please enable debug mode on Joomla! and Kunena configuration panel to see the error message instead the error 500 ?

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
7 years 2 months ago - 7 years 2 months ago #3 by Snaiper

xillibit wrote: Hello,

Can-you please enable debug mode on Joomla! and Kunena configuration panel to see the error message instead the error 500 ?

I have some problem.
The error was detected in the Kunena Component.
Fatal Error: Can't use method return value in write context in components/com_kunena/controller/message/list/recent/display.php on line 264

Attachments:
Last edit: 7 years 2 months ago by Snaiper.

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

More
7 years 2 months ago #4 by xillibit
Hello,

Can-you please put here your Kunena report configuration ?

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
7 years 2 months ago - 7 years 2 months ago #5 by Fredoallin
Hello,

I have exactly the same trouble. I've just installed Joomla 3.6.5, Comunity Builder 2.1.2 and Kunena 5.0.6.1; created a user and wanted to see his profil in the Index Kunena Menu.

Could you help me please, here's my Kunena Report Configuration.

Thanks for your help.


This message contains confidential information

Database collation check: The collation of your table fields are correct

Joomla! SEF: Enabled | Joomla! SEF rewrite: Disabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Missing | PHP environment: Max execution time: 100000 seconds | Max execution memory: 1000M | Max file upload: 200M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : protostar | author: Kyle Ledbetter | version: 1.0 | creationdate: 4/30/2012

Kunena default template details : Crypsis | author: Kunena Team | version: 5.0.6.1 | creationdate: 2017-01-28

Kunena template params:

Warning: Spoiler!

Kunena version detailed: Kunena 5.0.6.1 | 2017-01-28 [ Falanouc ]
| Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: CommunityBuilder 2.1.2

Third-party SEF components: None

Plugins: None

Modules: None

Last edit: 7 years 2 months ago by Fredoallin.

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

More
7 years 2 months ago #6 by Snaiper

xillibit wrote: Hello,

Can-you please put here your Kunena report configuration ?

Hello and thx for u answer.

Report Configuration Anonymous
Warning: Spoiler!

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

More
7 years 2 months ago #7 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
7 years 2 months ago #8 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
7 years 2 months ago #9 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
7 years 2 months ago #10 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.

Time to create page: 0.478 seconds