Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.

The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.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 [SOLVED] Warning after login from "Kunena Login Form"

More
15 years 3 months ago - 15 years 3 months ago #88855 by khantry
Hi all ..
I am a new member on the site Kunena.

I have a problem with Kunena on my site.

COM_KUNENA_PROFILEPAGE_NOT_ALLOWED_FOR_GUESTS [/ quote]

It is a warning that appears after login from Login Form Kunena.

Someone please help about the above.. :)

Info :
- installed joomla on localhost v1.5.22
- installed kunena v1.6.3

Last edit: 15 years 3 months ago by khantry. Reason: add solved on title

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

More
15 years 3 months ago #88916 by sozzled
Please post your K 1.6 configuration report.

I do not know if there is a Bahasa Indonesia translation of Kunena.

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

More
15 years 3 months ago #88959 by khantry
Thanks sozzled for your respont.. :)

yes, I use Bahasa Indonesa (id-ID) for kunena 1.6 from kunena instalation file but i don't know meaning of COM_KUNENA_PROFILEPAGE_NOT_ALLOWED_FOR_GUESTS

and this screen shot of my kunena 1.6 configuration

General
Frontend
User
Security
Avatars
Upload
Rangking
BBCode
Integration
RSS
Plugin

I have kunena integration with Community Builder and Uddeim (Private Message)

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

More
15 years 3 months ago #88961 by khantry
Sorry sozzled.. my problem is solved..

I found file profile.php in root components\/com_kunena\/funcs\/ and edit this file.

before :
Code:
if ($this->user->id == 0) { $this->_app->enqueueMessage ( JText::_('COM_KUNENA_PROFILEPAGE_NOT_ALLOWED_FOR_GUESTS'), 'notice' ); return; }

after:
Code:
if ($this->user->id == 0) { // $this->_app->enqueueMessage ( JText::_('COM_KUNENA_PROFILEPAGE_NOT_ALLOWED_FOR_GUESTS'), 'notice' ); return; }

thanks kunena.. :laugh: :laugh:
The following user(s) said Thank You: constabulary

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

More
15 years 2 months ago - 15 years 2 months ago #89131 by constabulary
thanks for that, I juste noticed the warning as well.
Not sure why this warning apeared but the two slashes solved the problem. ;)
Last edit: 15 years 2 months ago by constabulary.

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

More
15 years 2 months ago #90525 by Hajo2000
Thanks, too. Helped a lot. I replaced the line by the following:

$this->_app->enqueueMessage ( "No profil available for guests!", 'notice' );

works fine
The following user(s) said Thank You: Rumpel

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

Time to create page: 0.305 seconds