Upgrade from Umbraco 7.12.1 to 7.15.7 - MultiUrlPicker issue
I upgraded from 7.12.1 to 7.15.7 to get the MultiUrlPicker built into Umbraco.
I updated the DLLs, the web.config and the umbracoSettings.config.
I also updated the whole Umbraco and UmbracoClient folders on the server.
When I went to use the Umbraco.MultiUrlPicker I connected it all up with the DocType, I go into the Content editor and try to do the "Add" it redirects me to the admin home and the url just hashes to "mydomain.com/umbraco/#/". I looked in the browser console and am getting
Umbraco.PropertyEditors.MultiUrlPickerController' is not a function, got undefined
I verified the new propertyeditor folder for the MUP is there because I did a replace of the Umbraco and the UmbracoClient folders.
I also did the ClientDependency.config version update.
Under my property it looks like the Angular is not getting the value I have ocnfigured in the property set up. It is ouputting under the property in the Content editor:
"You need to add at least {{model.config.minNumber}} items You can only have {{model.config.maxNumber}} items selected"
Are there any other files I need to update or replace in the file system?
I did that already, with the client dependencies, but of course, Chrome held onto it like a vice grip. (Hand to forehead [wait don't touch your face.... J/K]). But yeh, Hard reload with Chrome coupled with the Client Dependency issue, brought it back to life.
Upgrade from Umbraco 7.12.1 to 7.15.7 - MultiUrlPicker issue
I upgraded from 7.12.1 to 7.15.7 to get the MultiUrlPicker built into Umbraco.
I updated the DLLs, the web.config and the umbracoSettings.config.
I also updated the whole Umbraco and UmbracoClient folders on the server.
When I went to use the Umbraco.MultiUrlPicker I connected it all up with the DocType, I go into the Content editor and try to do the "Add" it redirects me to the admin home and the url just hashes to "mydomain.com/umbraco/#/". I looked in the browser console and am getting
I verified the new propertyeditor folder for the MUP is there because I did a replace of the Umbraco and the UmbracoClient folders.
I also did the ClientDependency.config version update.
Under my property it looks like the Angular is not getting the value I have ocnfigured in the property set up. It is ouputting under the property in the Content editor:
"You need to add at least {{model.config.minNumber}} items You can only have {{model.config.maxNumber}} items selected"
Are there any other files I need to update or replace in the file system?
Hi Carlos,
You could try changing the ClientDependency number to clear the cache. Here is a blogpost about how to diagnose umbraco upgrade issues
Hi Erik,
I did that already, with the client dependencies, but of course, Chrome held onto it like a vice grip. (Hand to forehead [wait don't touch your face.... J/K]). But yeh, Hard reload with Chrome coupled with the Client Dependency issue, brought it back to life.
Thank you.
is working on a reply...