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 Backslash Problem
Whenever user use "" or '' in the text, it adds a "\" after the " or '.
I have searched a bit and have found out that this might be related with the "magic quotes" function in PHP, which I do not know what it means. I tried to turn it off as instructed in PHP support site (using .htaccess) bu no luck. Problem is still going on.
On my other sites I have been using 1.7.1 and Joomla 1.5.25 and have not encountered the problem.
Maybe someone will know what is going on.
Thanks
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
What should I do next?
_______________________________________
Setting Value
Safe Mode Off
Open basedir None
Display Errors On
Short Open Tags On
File Uploads On
Magic Quotes Off
Register Globals Off
Output Buffering On
Session Save Path /tmp
Session Auto Start 0
XML Enabled Yes
Zlib Enabled Yes
Native ZIP Enabled No
Disabled Functions None
Mbstring Enabled Yes
Iconv Available Yes
Please Log in or Create an account to join the conversation.
This is only Joomla 1.6+ issue as it removed Magic Quotes support as deprecated feature. That feature was meant for security feature on badly written PHP, but it only made things worse...
Please Log in or Create an account to join the conversation.
Any comments?
Please Log in or Create an account to join the conversation.
In Kunena 1.0 and 1.5 we used addslashes() to escape all data that went into the database, but I've not seen addslashes() bugs within a year or more.
Please Log in or Create an account to join the conversation.