- Posts: 7245
- Thank you received: 566
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.
Important Kunena 1.5.10 Withdrawn, unofficial Kunena 1.5.10-2 HOTFIX
Here is the same fix:
It contains only class.kunena.php which goes to /components/com_kunena directory.
Can you verify that it fixes the issue?
Please Log in or Create an account to join the conversation.
I performed the same two test posts, first from one of the regular test user subscribers, and another from my Administrator account (my account is now a subscriber and Administrator in these tests, whereas before it was just an Administrator, otherwise everything is the same).
After the first hotfix, but before the second hotfix (this result previously posted):
After the first hotfix, but before the second hotfix (this result previously posted):
Please Log in or Create an account to join the conversation.
Can you also try to run it in phpmyadmin?
Edit: can you also check that the thread is the right one!
Please Log in or Create an account to join the conversation.
Anyway, the results from the test post...
Joomla debug output from the same post of the query you requested:
When I run the above query in phpmyadmin I get the following results:
For completeness, so it's all in one thread post, earlier, as you requested, I ran the following query in phymyadmin:
My Joomla version is 1.5.11. I've been trying to get the Update Manager extension to work before updating to the latest version.
Please Log in or Create an account to join the conversation.
The main difference between those two queries is this:
WHERE u.block=0 AND u.id AND ( ( s.thread IS NOT NULL AND u.gid IN (24,23,25,30) ) ... )
Can you look at jos_users: what is GID from user 74 and 149?
Edit: GID's as real groups: Public Backend, Manager, Administrator, Super Administrator
I think I know where the issue is..
Please Log in or Create an account to join the conversation.
I now see the problem.
The main difference between those two queries is this:
WHERE u.block=0 AND u.id AND ( ( s.thread IS NOT NULL AND u.gid IN (24,23,25,30) ) ... )
Can you look at jos_users: what is GID from user 74 and 149?
Edit: GID's as real groups: Public Backend, Manager, Administrator, Super Administrator
I think I know where the issue is..
Yay!
UID 74 has GID 19! (User has the user level "Author")
UID 149 has GID 18! (User has the user level "Registered")
On my Joomla installation:
GID 18 is associated with the user level Registered
GID 19 is associated with the user level Author
GID 20 is associated with the user level Editor
GID 21 is associated with the user level Publisher
GID 24 is associated with the user level Administrator
GID 25 is associated with the user level Super Administrator
Please Log in or Create an account to join the conversation.