Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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 eleventh 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 Mislinking and Access problems

More
14 years 3 months ago #117293 by Matias
Then it cannot be that issue.

Can you describe step by step what you are doing and what happens when you do it?

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

More
14 years 3 months ago #117297 by degard
Some more informations:

I am running two sites - mastersite and slavesite - with "multisite" ( www.jms2win.com ) ober one database.
The users are held in the tables of the mastersite with the prefix "mpm_" (tablename: "mpm_users"); artofuser is also installed in the mastersite (mpm_artofuser_blocked", "mpm_artofuser_notes") and not installed on the slavesite.

In order to have specialized forums, I run in each site a separately kunena forum (tables: "mpm_kunena_..." and "zertifizierung_kunena_...")

So this time I tested if permission changes show results on the frontend.

- And it looks that permission changes result to changes the way categories are shown - but only in the mastersite (with its own kunena forum).

- When I do permission changes on the slave site, changes on the slavesite frontend are not, or very delayed shown.

I do not really understand why.

So meanwhile I installed artofuser also on the slavesite, but though I do the sync., the permission changes do not lead to display changes on the frontend.

Between what tables does the sync works?

Do you have any other idea to solve the problem?

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

More
14 years 3 months ago #117408 by Matias
Interesting use case -- different permissions from site to another.

I do understand what's going on. You need to have different copy of #__kunena_sessions table in both sites, because of that's where we are caching the permissions. If you don't do that, permissions will flip from one site to another and you get wrong permissions if you use both sites. The same is true for #__kunena_whoisonline table (showing potentially information from another site).

Side effect from having separate session tables is that new indication is different, so if you have read the messages in one site, they are still new in another.

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

More
14 years 3 months ago #117533 by degard

Matias wrote:
I do understand what's going on.

Great, at least one person! B)

Matias wrote: You need to have different copy of #__kunena_sessions table in both sites, because of that's where we are caching the permissions. If you don't do that, permissions will flip from one site to another and you get wrong permissions if you use both sites. The same is true for #__kunena_whoisonline table (showing potentially information from another site).

Side effect from having separate session tables is that new indication is different, so if you have read the messages in one site, they are still new in another.


Since I need the solution soon, I now merged the two kunena forum to just one, and the permission setting worked.

Thanks for the help!

Bests Mark

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

Time to create page: 0.245 seconds