RJP.MultiUrlPicker: Failed to retrieve entity data for ids / Updating
I have a problem with the RJP MultiUrlPicker (version 1.3.1 running on Umbraco 7.6.3). I get this on pages which use it:
Server error: Contact administrator, see log for full details.
Failed to retrieve entity data for ids 1789,1718,1760,1619,1756,1626,1719,1773,1729,1761,1743,1702,1755,1742,1735,1710,1785,1717,1788,1711,1712,1780,1600,1621,1779,1744,1728,1745,1636,1648,1714,1754,1730,1746,1722,1597,1747,1598,1757,1684,1625
However, the log shows me nothing.
For this reason I've tried updating to the latest version of the MultiUrlPicker. However, as soon as I do that I get the following error:
Sequence contains more than one matching element. This usually indicates that the content cache is corrupt; the content cache has been rebuilt in an attempt to self-fix the issue.
at Umbraco.Web.PublishedCache.XmlPublishedCache.XmlPublishedContent.InitializeNode(XmlNode xmlNode, Boolean legacy, Boolean isPreviewing, Int32& id, Guid& key, Int32& template, Int32& sortOrder, String& name, String& writerName, String& urlName, String& creatorName, Int32& creatorId, Int32& writerId, String& docTypeAlias, Int32& docTypeId, String& path, Guid& version, DateTime& createDate, DateTime& updateDate, Int32& level, Boolean& isDraft, PublishedContentType& contentType, Dictionary`2& properties, Func`3 getPublishedContentType)
I can fix this by putting back the 'old' 1.3.1. DLL.
I noticed the changelog says the upgrade to 7.6 is 'breaking', but I can't find a way to make this work.
I'm kind of lost on this. Any help would be appreciated.
Yes, the site is running fine and working. How to I rebuild the indexes? I've flushed the cache.
I also dug a little deeper:
This problem only occurs when I have more than 2 items in the
multiurlpicker
On local I get this error when looking up the page in the CMS:
.
Multiple actions were found that match the request:
GetByIds on type Umbraco.Web.Editors.EntityController
GetByIds on type Umbraco.Web.Editors.EntityController
GetByIds on type Umbraco.Web.Editors.EntityController
EXCEPTION DETAILS
System.InvalidOperationException: Multiple actions were found that match the request:
GetByIds on type Umbraco.Web.Editors.EntityController
GetByIds on type Umbraco.Web.Editors.EntityController
GetByIds on type Umbraco.Web.Editors.EntityController
RJP.MultiUrlPicker: Failed to retrieve entity data for ids / Updating
I have a problem with the RJP MultiUrlPicker (version 1.3.1 running on Umbraco 7.6.3). I get this on pages which use it:
However, the log shows me nothing.
For this reason I've tried updating to the latest version of the MultiUrlPicker. However, as soon as I do that I get the following error:
I can fix this by putting back the 'old' 1.3.1. DLL.
I noticed the changelog says the upgrade to 7.6 is 'breaking', but I can't find a way to make this work.
I'm kind of lost on this. Any help would be appreciated.
Hi Erwinvk
Is your site running fine? I meant all other pages are working?
Can you republish website and rebuild all indexes?
Thanks,
Alex
Hi Alex,
Yes, the site is running fine and working. How to I rebuild the indexes? I've flushed the cache.
I also dug a little deeper:
This problem only occurs when I have more than 2 items in the multiurlpicker
On local I get this error when looking up the page in the CMS:
.
Hi Erwinvk
Did you merge /config/trees.config file while upgrading solution?
Remove everything from /AppData/TEMP, /AppData/cache and restart the site.
Thanks,
Alex
Hi Alex,
I don't remember merging trees.config.
Clearing cache and restarting didn't work unfortunately.
Thanks, Erwin
Try to compare trees.config from Umbraco 7.6.3 and yours.
They are the same, except for some items under 'Custom'.
Hi Erwinvk
Did you solve the issue?
Alex
Hi Alex,
I think I have in the end, but I'm not sure how anymore.
Solution might have been in Nuget package consolidation across a couple of projects...
Thanks for the help and interest!
Regards, Erwin
The answer is, actually, to remove the package.manifest file in the app plugins folder.
Removing the package.manifest from the \App_Plugins\RJP.MultiUrlPicker folder is what worked for me too.
is working on a reply...