I am having issues getting Courier 2.51.2 to load dictionary items on Umbraco 7.3. I have run a sql profile and found that the select statement is trying to select items where the "parent = NULL". See below:
exec sp_executesql N'SELECT this_.pk as pk10_0_, this_.id as id10_0_, this_.[key] as key3_10_0_, this_.parent as parent10_0_ FROM cmsDictionary this_ WHERE this_.parent = @p0',N'@p0 uniqueidentifier',@p0=NULL
I have an old backup of the Umbraco 7.2.8 database and can see that the parent id in the cmdDictionary is set to 41C7638D-F529-4BFF-853E-59A0C2FB1BDE, so this might only be an issue on Umbraco 7.3.
Is anyone else experiencing the same issue or is there anything that I'm missing?
Courier failing to load dictionary items on 7.3
Hi,
I am having issues getting Courier 2.51.2 to load dictionary items on Umbraco 7.3. I have run a sql profile and found that the select statement is trying to select items where the "parent = NULL". See below:
I have an old backup of the Umbraco 7.2.8 database and can see that the parent id in the cmdDictionary is set to 41C7638D-F529-4BFF-853E-59A0C2FB1BDE, so this might only be an issue on Umbraco 7.3.
Is anyone else experiencing the same issue or is there anything that I'm missing?
Thanks in advance, Steve
is working on a reply...