New Hotfix 5.5R2.1 (build no. 4006) Released

   —   
The new hotfix package was released and it is available for download. You can find the hotfix packages for appropriate .Net version in the Bugtracker (the orange box on the right). Instructions are included, please read carefully.
Bugs fixed in hotfix 5.5 R2.1 (build no. 4006):
· Project management - Users and roles couldn't be deleted in special cases due to project or task dependencies.
· Documents - Linking to child documents wasn't working correctly when they were translated into multiple cultures.
· Workgroups - New forum groups created under a workgroup from the live site didn't have their base URL set correctly.
· The Field editor didn't allow macros to be inserted into the Default value textbox for non-text fields.
· Security - Moving the position of a document was allowed in special case even if the user didn't have the Modify permission.
· Workflow - Workflow e-mails were incorrectly sent to disabled users.
· Form controls - GUID type columns created in the Field editor were causing exceptions.
· Web analytics - The context help for the Registered users section was missing.
· Messaging - It was incorrectly possible to reply/forward a message with an empty message body.
Share this article on   LinkedIn

Juraj Ondrus

Hi, I am the Technical support leader at Kentico. I'm here to help you use Kentico and get as much as possible out of it.

Comments

Robert Steiner Jr commented on

It seems that the script is now working for me. More than likely something was wrong on my end. 5.5 R2 is working great for me.

Robert Steiner Jr commented on

No problem. You guys are the best! Have a great holiday yourself.

kentico_jurajo commented on

Hi,

Could you please send this as a support ticket to support@kentico.com so one of my colleagues will take care? I would love to do it but I am already on vacation for Christmas holidays :-) Thank you and Happy Holidays!

Best regards,
Juraj Ondrus

Robert Steiner Jr commented on

Made the change to the .sql and ran it, but I came up with this new error:

Msg 102, Level 15, State 1, Procedure Proc_CMS_User_RemoveDependences, Line 85
Incorrect syntax near 'boards'.

kentico_jurajo commented on

Hi,

Thank you for your comment. Regrettably it seems that there is a bug in the upgrade procedure, which causes this error when using the hotfix. We are sorry for this inconvenience.

Right now, the easy workaround is to modify the line 4 of the hotfix SQL script:

SET @settingid = ISNULL((SELECT KeyID FROM CMS_SettingsKey WHERE KeyName = N'CMSHotfixVersion'), 0)

and add TOP 1 to the select statement, so it will look like this:

SET @settingid = ISNULL((SELECT TOP 1 KeyID FROM CMS_SettingsKey WHERE KeyName = N'CMSHotfixVersion'), 0)

It will be fixed in the next hotfix package.

Best regards,
Juraj Ondrus

Robert Steiner Jr commented on

Getting the follow error when running the 3.5 SQL query:

Msg 512, Level 16, State 1, Line 4
Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.

The site I am running this on was 5.0, then I upgraded to 5.5, and then to 5.5 R2. I just ran this hotfix this morning. I had no issues upgrading before this hotfix. From the looks of it, I can still access the website, and it does show it's running v5.5.4006 R2.