-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Content Export Issue #116
Comments
Hi, the content mapper is looking for IDs and it goes through the properties trying to find them. looking at the code it's failing while looking in the grid. what type of controls are you using inside the grid ? - if you can - go into the umbraco.config file in app_data, and find the grid values for the failing node - this will help me see what the value is before the content mapper trys to look into it. |
This is the failed node. |
"name": "1 column layout", |
thanks, i can prob work through that - but it will take a little time. if you turn debugging on in the log4net config you will get a lot more logging and it might help us pinpoint which of those values is failing. |
Hi Kevin, turned on debug and more or less the same error logged nothing more in particular. 2017-02-03 12:03:19,466 [P16972/D8/T1277] DEBUG Jumoo.uSync.Core.Serializers.ContentSerializer - Serialize Core: AIA Thanks. |
Map Ids in macro parameters in the grid. (via the new grid mapper) hopefully fixing some of the mapping issues in this ticket.
In the upcoming release the macro parameters will be mapped. (when in a grid like above.) |
Hi, I'm having trouble exporting some of my content and the content that failed to export comes up highlighted orange on the "Export Processed" list.
Also in my trace log I've been seeing this:
[P16972/D3/T154] WARN Jumoo.uSync.Content.ContentHandler - Error saving Content: System.NullReferenceException: Object reference not set to an instance of an object.
at Jumoo.uSync.Core.Mappers.GridMapper.ProcessGridValues(String content, Boolean import)
at Jumoo.uSync.Core.Serializers.ContentBaseSerializer
1.GetExportIds(PropertyType propType, XElement value) at Jumoo.uSync.Core.Serializers.ContentBaseSerializer
1.SerializeBase(IContentBase item, String contentTypeAlias)at Jumoo.uSync.Core.Serializers.ContentSerializer.SerializeCore(IContent item)
at Jumoo.uSync.Content.ContentHandler.ExportItem(IContent item, String path, String rootFolder)
Please can you help identify what the issue may be?
Thanks.
The text was updated successfully, but these errors were encountered: