Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
URGENT!!!
Just updated Umbraco in Nuget from 7.5.6 to 7.5.10. because we got a tons of warnings that leads to error for the editor in Umbraco version 7.5.6.
WARN Umbraco.Core.Persistence.Repositories.VersionableRepositoryBase`2[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[Umbraco.Core.Models.IContent, Umbraco.Core, Version=1.0.6261.14290, Culture=neutral, PublicKeyToken=null]] - The query returned multiple property sets for document definition
After we updated to 7.5.10 we now get this error
'system.dynamic.expandoobject' does not contain a definition for 'Alias'.
When we use SeoChecker
var seoPicker = currentPage.GetPropertyValue<SEOChecker.MVC.MetaData>("seoPicker");
Issue tracker says it fixed. But we still got the problem. http://issues.umbraco.org/issue/U4-9560
Need help very fast thanks!
Hi Bo,
It's "fixed" in version 7.5.11, but the change is that the column has been renamed from "Alias" to "alias" so i think it will break seochecker
Yes i just keep this thread open until we have tested the release :)
We were able to resolve the issue by updating to a nightly build of 7.5.11.
Changing the case of the Alias column did not resolve the issue for us.
Dallas
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
system.dynamic.expandoobject does not contain a definition for Alias
URGENT!!!
Just updated Umbraco in Nuget from 7.5.6 to 7.5.10. because we got a tons of warnings that leads to error for the editor in Umbraco version 7.5.6.
After we updated to 7.5.10 we now get this error
When we use SeoChecker
Issue tracker says it fixed. But we still got the problem. http://issues.umbraco.org/issue/U4-9560
Need help very fast thanks!
Hi Bo,
It's "fixed" in version 7.5.11, but the change is that the column has been renamed from "Alias" to "alias" so i think it will break seochecker
Yes i just keep this thread open until we have tested the release :)
We were able to resolve the issue by updating to a nightly build of 7.5.11.
Changing the case of the Alias column did not resolve the issue for us.
Dallas
is working on a reply...