Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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 twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Question Notice: Undefined property: error

More
14 years 10 months ago #103228 by Matias
The issue is in AUP plugin assuming that all content comes from articles.

This is actually no error, just notification for developers or administrators that something is not quite right. So you can ignore it.. Or report the bug to AUP support forum.

In live sites PHP notices/warnings/errors should never be shown (there's configuration option in PHP) so if your server is properly configured, the notice can be safely ignored as it can only be found from logs. If this message is showing up for every visitor, you really need to learn how to secure your site.

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

More
14 years 10 months ago - 14 years 10 months ago #103855 by N6REJ
idky this has never been fixed in all this time but it is fixed by this :silly:

in
Code:
public_html/plugins/content/sysplgaup_content.php
change lines 37 and 38 to...
Code:
// Thanks to Rune V. Sjøen for this fix if(isset($article->created_by)){ $authorid = $article->created_by; } if(isset($article->id)){ $articleid = $article->id; } else {$articleid = null;} // End Fix

This will solve the problem properly. Or simply unzip & r

File Attachment:

File Name: sysplgaup_content.zip
File Size:1.72 KB

eplace the existing file with this one.
Last edit: 14 years 10 months ago by N6REJ. Reason: missing file
The following user(s) said Thank You: CheechDogg, endritjahaj1

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

More
14 years 10 months ago #104059 by CheechDogg
N6REJ,

Great work my friend, glad to see that there are still people who are willing to help others instead of giving them the runaround.

If only everyone was like you. [sigh], But they aren't. OH well...thanks again.

[img
Find me on Facebook.

CAG Clan 1st and 3rd Person Shooter Clan on XBOX 360 & PS3

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

More
14 years 9 months ago #104416 by endritjahaj1
ohh thank you very very much
solved

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

More
14 years 9 months ago #104425 by N6REJ

CheechDogg wrote: N6REJ,

Great work my friend, glad to see that there are still people who are willing to help others instead of giving them the runaround.

If only everyone was like you. [sigh], But they aren't. OH well...thanks again.

ty for the compliment, it's kinda funny cause we were discussing other issues and this was brought up as example and viola solved while we're talking lol

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

More
14 years 9 months ago #104503 by Matias
The bug fix has been sent to the author of AUP and will be fixed in the next release.

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

Time to create page: 0.618 seconds