Kunena 6.3.0 released

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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Conflict with JomSocial UserID Call

More
12 years 6 months ago #1 by hjames
I am using the module QAlerts on my website which also features Kunena.

Unfortunately I am receiving the following error on pages that feature QAlerts and Kunena:

Notice: Undefined variable: userid in /home/hjames82/industrialjobs.org/modules/mod_qalerts/tmpl/default.php on line 74


Here is the code for QAlerts that is being questioned by Kunena:

<?php
// Get CUser object
$user = CFactory::getUser( $userid );
$name = $user->getDisplayName();
$link = CRoute::_('index.php?option=com_community&view=profile&userid='.$userid);
?>


Any help diagnosing the issue is appreciated!

Joomla 1.5.24
JomSocial 2.4 RC1
Kunena 1.7.0

PHP 5.3 w/FCGI

Thanks,
James

Joomla 1.5.24
Attachments:

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

More
12 years 6 months ago #2 by xillibit
Hello,

Kunena doesn't call the module QAlert, i think this module has a bug maybe you can report itto the modules dev

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
12 years 6 months ago #3 by hjames
You are correct, but Kunena and the JomSocial Code I have implant into the module are conflicting for some reason.

I highlight the line of code which is in conflict.

$user = CFactory::getUser( $userid );


Thanks,
James

Joomla 1.5.24

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

Time to create page: 0.478 seconds