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

Question Fatal error: Call to undefined method stdClass

More
16 years 11 months ago #17916 by mz0929
I installed Kunena and everything was fine until today. I recieved the following:

Fatal error: Call to undefined method stdClass::getDisplayName() in /home/content/m/e/l/melissastar123/html/modules/mod_onlineusers/mod_onlineusers.php on line 56

If anyone can help me figure out what I need to do to correct the error, it's greatly appreciated!

Thanks!!

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

More
16 years 11 months ago #17990 by Matias
It looks that Kunena and mod_onlineusers have name conflict in variable ($user ?) and the later does not initialize it before using it.

Try to add this before that line:
$user =& JFactory::getUser();

Without seeing code I don't know if it works, but..

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

Time to create page: 0.202 seconds