On saving any data using the nuPicker components the values dissapear from the fields and are not being saved. We recently converted our database from CE to SQL Server so would this have caused this problem?
Thanks for getting back to me. We have also upgraded to 7.2.2 however this was also an issue with 7.2.0.
There are no errors showing, it says, 'DataType Saved'.
We have tried reinstalling but it doesn't change, we have version 1.2.1 and will also try upgrading nuPicker...
We also have uComponents package, are there any conflicts with this? The other packages we have are Merchello, Umbraco Forms, ImageGen and Fanoe Starter Kit.
At what point it it not saving - during Data Type configuration or when in use on a Content / Media or Member node ?
My hunch would be that it might be related to ClientDependency and not serving the JS assets - but then you'd see JS errors. (What happens if you set debug to true in the web.config ?)
Really sorry, it has gone haywire again and stopped working. I have noticed that on load of a new component the default text in the field is not there and when it worked it is there. What could that be linked to?
Also now when I click Developer, I receive an error, 'Failed to retrieve indexer details'
The client dependency is version="330806799" compared to the local version which works version="1162664400"....How would I go about changing the client dependency?
This problem was solved by updating the nuget package manager, client dependency framework, deleting the temp data under add data -> temp -> client dependency and updated the clientdependency.config file in /config/ with a domain name ( bundleDomains="YOURDOMAINHERE").
Nupicker component data not saving
On saving any data using the nuPicker components the values dissapear from the fields and are not being saved. We recently converted our database from CE to SQL Server so would this have caused this problem?
Hi, using CE / SQL shouldn't make any difference - are there any js errors ? has anything else changed ?
Hi Henry,
Thanks for getting back to me. We have also upgraded to 7.2.2 however this was also an issue with 7.2.0.
There are no errors showing, it says, 'DataType Saved'.
We have tried reinstalling but it doesn't change, we have version 1.2.1 and will also try upgrading nuPicker...
We also have uComponents package, are there any conflicts with this? The other packages we have are Merchello, Umbraco Forms, ImageGen and Fanoe Starter Kit.
Hi Stephanie,
At what point it it not saving - during Data Type configuration or when in use on a Content / Media or Member node ?
My hunch would be that it might be related to ClientDependency and not serving the JS assets - but then you'd see JS errors. (What happens if you set debug to true in the web.config ?)
Hendy,
Really sorry, it has gone haywire again and stopped working. I have noticed that on load of a new component the default text in the field is not there and when it worked it is there. What could that be linked to?
Also now when I click Developer, I receive an error, 'Failed to retrieve indexer details'
The client dependency is version="330806799" compared to the local version which works version="1162664400"....How would I go about changing the client dependency?
Hi Hendy,
This problem was solved by updating the nuget package manager, client dependency framework, deleting the temp data under add data -> temp -> client dependency and updated the clientdependency.config file in /config/ with a domain name ( bundleDomains="YOURDOMAINHERE").
This now works, thanks.
Regards,
Steph
I experience the same thing. Not saving when creating the datatype.
I've installed as a package, NOT via Nuget. I've done the Stephanies steps, but they dont fix it.
Umbraco 7.1.8, SQLCE
Hi,
There shouldn't be any different between the Umbraco package and the NuGet package - both add a single dll into the /bin folder.
Are you getting any JS errors ?
Thanks,
Hendy
is working on a reply...