- Posts: 6
- Thank you received: 0
Kunena 7.0.8 Released
The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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 Permission not working
My current setup is
Kunena 1.5.1b
Joomla 1.5.10
Community Builder 1.2.1
I currently have CM integration with kunena enabled.
I am currently having problems setting permissions within the forum.
For example if a section of the forum is set to anything other then public or all registered users, nobody is able to view this section, even administrators.
When I go to user administration within the Kunena Control Panal and select any user the following error occurs,
Fatal error: Class 'CKunenaSession' not found in /home/sonsofgo/public_html/Home/components/com_kunena/class.kunena.php on line 953
At the moment the only restrictions I am able to place on the forum are public and all registered only.
Please Log in or Create an account to join the conversation.
Without "Include Child Groupse" only the Acces Level you set can see the forums.
Kunena Contributor & Language Coordinator
Kunena Birthday Module | Kunena LaTeX Plugin | SchuWeb Sitemap with free Kunena Plugin
Always up to date with Twitter
Please Log in or Create an account to join the conversation.
However I still recieve the error when trying to view users details.
Is this a known fault?
Please Log in or Create an account to join the conversation.
However I still recieve the error when trying to view users details.
If you mean that kunena.class error at the user administration of kunena then that issue is known and fixed for 1.5.2
Kunena Contributor & Language Coordinator
Kunena Birthday Module | Kunena LaTeX Plugin | SchuWeb Sitemap with free Kunena Plugin
Always up to date with Twitter
Please Log in or Create an account to join the conversation.
I´m having still the same error like the poster before:
Fatal error: Class 'CKunenaSession' not found in /www/htdocs/w0099218/wuemmewiesen/components/com_kunena/class.kunena.php on line 953
Joomla 1.5.11
Kunena V1.5.1b
I inserted the solution for the problem like mentioned
Code:
require_once (KUNENA_ABSSOURCESPATH . 'kunena.session.class.php');
but problem is still there.
Do I have to modify the line above? eg. absolutepath? ???
In which line of kunena.php do I have to insert the code ?
THANK YOU FOR YOUR HELP!
Clemens
Please Log in or Create an account to join the conversation.
Till 1.5.2 release you can use that fix www.kunena.com/forum?func=view&catid=102...it=10&start=30#18004 , but in fact you shouldn't use a beta version only for test sites i think waiting on 1.5.2 will be the decision.....
Kunena Contributor & Language Coordinator
Kunena Birthday Module | Kunena LaTeX Plugin | SchuWeb Sitemap with free Kunena Plugin
Always up to date with Twitter
Please Log in or Create an account to join the conversation.