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.

Question FB to Kunena makes every previous link broken!

More
17 years 3 months ago #2913 by mway
But why dont you export the database as sql, open it, do the search and reaplace thing and be happy again?

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

More
17 years 3 months ago #2918 by johnnydement
No need, just go to mysqladmin or whatvere your host uses and run this script:
Code:
update TABLE_NAME set FIELD_NAME = replace(FIELD_NAME, ‘find this string’, ‘replace found string with this string’);

Yiu may be using the table and fields whenre text of the messages is stored

Please, backup first ;)

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

More
17 years 3 months ago #2943 by fxstein
This can be very simply fixed with a simple htaccess rule. It has been posted here on the forum. Maybe one of our moderators can pull up the proper thread an post a link in here. The fix is very simply and works universally.
The update of the SQL is also a valid option. I suggest we add this as a task to our developer roadmap and add it as part of the automatic upgrade. We might be able to squeeze that one in for K1.0.8 and take care of that problem for many folks out there.

We love stars on the Joomla Extension Directory . :-)

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

More
17 years 3 months ago #3164 by fxstein
johnnydement wrote:

No need, just go to mysqladmin or whatvere your host uses and run this script:

Code:
update TABLE_NAME set FIELD_NAME = replace(FIELD_NAME, ‘find this string’, ‘replace found string with this string’);

Yiu may be using the table and fields whenre text of the messages is stored

Please, backup first ;)


I will add this to the final K1.0.8 update script. I will automatically fix all links inside the forums.
Working on it right now.

We love stars on the Joomla Extension Directory . :-)

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

More
17 years 3 months ago #3166 by fxstein
This is DONE and will be part of K1.0.8

All internal links in messages and signatures that contain com_kunena, will get automatically updated to com_kunena by the installer.

This does not solve the problem that google and other might track com_kunena links. For that am htaccess rule that performs a 301 redirect would be the logical choice and it has been posted by members.

Hope this helps!

fxstein

We love stars on the Joomla Extension Directory . :-)

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

More
17 years 3 months ago #3170 by fxstein
Yep it works - Sorry that some of you posts got altered along the way (com _ fireboard is now com _ kunena).

We love stars on the Joomla Extension Directory . :-)

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

Time to create page: 0.245 seconds