Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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

This is for users to help other users, to discuss topics that are related to forum administration in general or problems in running Joomla. This is not the place to ask for Joomla support. If you want assistance with Joomla please ask at forum.joomla.org

Merged Warning: array_intersect(): Argument #2 is not an array in ../plugins/kunena/joomla/access.php

More
12 years 3 months ago #151342 by yireo
Hi,

With the current version 3.0.3 this issue still applies. I fixed it by editing a single category, and fixing the permissions of that category. Within the permissions, I choose:
- Access Control Type: Access Level
- Access Level: Public
- User Groups (both fields): Manager, Registered, Super Users

Next I copied the value of the field of the database-field "params" of this category, to all other categories as well (using phpMyAdmin):
Code:
UPDATE `#__kunena_categories` SET params = 'PARAMS'
Replace #_ with your own database-prefix. Replace PARAMS with the actual value.

This allowed me to fix all categories more quickly (instead of fixing all permissions one category at the time).

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

Time to create page: 0.285 seconds