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

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 Jomsocial route + Kunena Discuss = Error 500 ?

More
14 years 9 months ago #101578 by sebkun
Hi,

I seem to have a problem on my website where I get kunena, kunenadiscuss & jomsocial.

When one is not logged in, the login & register links seem to be wrong (with SEO enabled). It gets to www.mangavore.fr/components/community/login.html which is wrong).

I sense it is something in the
Code:
$login = KunenaFactory::getLogin (); $loginlink = $login->getLoginURL (); $registerlink = $login->getRegistrationURL ();

I tried to replace the links by :

Code:
$registerlink = JRoute::_( 'index.php?option=com_community&view=register' ); $loginlink = JRoute::_( 'index.php?option=com_community&view=login' );
and got the exact same result.

right now, in order to make it work for my users, I replaced the link by
Code:
$registerlink = JRoute::_( 'index.php?option=com_user&view=register' ); $loginlink = JRoute::_( 'index.php?option=com_user&view=login' );

Does anybody have an idea on how to fix it ?

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

More
14 years 9 months ago #102408 by sebkun

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

Time to create page: 0.243 seconds