Sorry, you're having a few issues, I've just checked and it's not deserialising because the DTDguid is not correctly set. This is quite serious, it holds the reference to the property editor in use. It should always be set to a GUID value.
Could I ask what context you are using Positional Content in (Content, LeBlender, etc) and what version of Umbraco you are using?
If you fancy a dig around you could debug the App_Plugins\PositionalContent\positionalcontent.controller.js file, about line 70 onwards should be the area that sets the DTDguid. If you find anything here, I'll be interested to hear what's causing it!
Error converting DB value to String
Hi,
Good job on a great package.
We are having one issue that keeps popping up.
Can you tell me why this error is happening ?
Error converting DB value to String for - { "cssNamespace": "default", "breakpoints": { "Desktop": { "name": "Desktop", "cropWidth": 1200, "cropHeight": 800, "breakpointUpper": "", "breakpointLower": null, "left": 0, "right": 0, "top": 0, "bottom": 0, "scale": "4.68", "width": 100, "height": 100 }, "Tablet": { "name": "Tablet", "cropWidth": 600, "cropHeight": 500, "breakpointUpper": null, "breakpointLower": null, "left": 0, "right": 89.316239316239319, "top": 0, "bottom": 86.645299145299148, "scale": 1 }, "Mobile": { "name": "Mobile", "cropWidth": 400, "cropHeight": 300, "breakpointUpper": null, "breakpointLower": null, "left": 0, "right": 92.87749287749287, "top": 0, "bottom": 91.987179487179489, "scale": 1 } }, "dtdGuid": "00000000-0000-0000-0000-000000000000", "primaryImage": { "width": 5616, "height": 3744, "imageId": 88137 }, "editorZoom": 70 }
Sorry, you're having a few issues, I've just checked and it's not deserialising because the DTDguid is not correctly set. This is quite serious, it holds the reference to the property editor in use. It should always be set to a GUID value.
Could I ask what context you are using Positional Content in (Content, LeBlender, etc) and what version of Umbraco you are using?
If you fancy a dig around you could debug the App_Plugins\PositionalContent\positionalcontent.controller.js file, about line 70 onwards should be the area that sets the DTDguid. If you find anything here, I'll be interested to hear what's causing it!
Hi Phil,
Thanks for the quick reply.
Umbraco Version: 7.12.1 Use it with Stacked Content.
I will dig around for now as you gave me a place to look for :)
Ah, I've never used it with stacked content. I'll give a try tomorrow myself.
Let me know if you spot anything and I can get a new release out when we work out the issue
I've just tried Positional Content inside a Stacked Content wrapper and it all worked OK.
Have you spotted anything?
I tried on a clean setup to use Stacked content with Positional Content and I had no issues. Even when I added Stacked inside of another Stacked.
On the instance where I'm getting this errors its happening on publish.
I tested to add 1 stacked control on a node with a position content image.
On publish I got a lot of error logs but everything seems to work fine in the backoffice and on the frontend.
First I get:
And Then
Mmmm, stranger and stranger. This looking like a different error now but it's still related to the DTDguid not being recognised by the system.
This is the code that's erroring, it's pretty much standard Umbraco.
Is there any way you can send over cut down a version of the site in question and I can take a closer look.
I will see what I can do tomorrow about it.
Its rather large system but I think I can strip it down to these functions and give you access to that.
Appreciate your help.
is working on a reply...