- Posts: 5
- Thank you received: 0
Kunena 6.0.9.1 Released
The Kunena team has announce the arrival of Kunena 6.0.9.1 [K 6.0.9.1] which is now available for download as a native Joomla extension for J! 4.2.x. This version addresses most of the issues that were discovered in K 6.0 and issues discovered during the development stages of K 6.0.
Question [Merged topic] You are not authorised to view this resource
If I open forum like admin all is OK
but like a registered user get error-
403 - You are not authorised to view this resource.
any link from forum goes to ...&Itemid=183
if I change it to &Itemid=184 it works fine...
so, somewhere there1s a conflict.
Can I change Itemid from 183 to 184?
or there's another method to set this bug
Thans a lot!
Please Log in or Create an account to join the conversation.
Do you use a sef component or the sef system integrated into Joomla! ?
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.
No, I don't use sef...
You see My link to forum looks like
.../index.php?option=com_kunena&Itemid=184 it appears well.
But any link on forum (category, thread, discussions etc ALL links) looks like
/index.php?option=com_kunena&Itemid=183
After click I get error. but if I correct Itemid from 183 to 184 it works...
agin links bad, again after correction it's ok...
Need help.
thanks.
Please Log in or Create an account to join the conversation.
In class.kunena.php file line
define("KUNENA_COMPONENT_ITEMID_SUFFIX", "&Itemid=" . KUNENA_COMPONENT_ITEMID);
have changed to:
define("KUNENA_COMPONENT_ITEMID_SUFFIX", "&Itemid=184");
and it resolved a problem. Is it a right way???
so, think problem is here.
hanks
Please Log in or Create an account to join the conversation.
as well line:
define("KUNENA_PROFILE_LINK_SUFFIX", "index.php?option=com_kunena&func=fbprofile&Itemid=" . KUNENA_COMPONENT_ITEMID . "&userid=");
have changed to:
define("KUNENA_PROFILE_LINK_SUFFIX", "index.php?option=com_kunena&func=fbprofile&Itemid=184&userid=");
to make possible profile open...
Please Log in or Create an account to join the conversation.
this is not a right way to solve your problem. Later you can have problems when you update Kunena.
Try to delete link to forum and create new one in Joomla menu.
Regards
Please Log in or Create an account to join the conversation.
I have installed the forum and managed to put on a test post as a guest user but every time I click on login or register I get told "You are not authorised to view this resource"
You can see it here: www.polarisscuba.co.uk
The forum link is at the top.
Its Joomla 1.0 and Kunena 1.0.11
Any ideas anyone? Thanks, Damien
Please Log in or Create an account to join the conversation.
do you have enabled the module login in joomla! for all user ?
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.
Thank you, Damien
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.