I've got a fresh 7.1.1 install, added some existing templates to the site, and now I get an error when trying to select a template on a node. The drop down for Template contains items, but they are 'object Object'.
I didn't have this problem with my 7.1 RC install with the same templates.
Solved. This was due to the Upgrade Wizard not running correctly in production, so something in the database was not correct. I triggered the Upgrade Wizard by setting "umbracoConfigurationStatus" to "" in web.config
After some looking around, I found that this is a SAFARI web browser issue. Don't know why Angular don't connect the values. I tried the same site and looked at properties in Firefox, and everything worked ok.
Node template drop down shows 'object Object'
I've got a fresh 7.1.1 install, added some existing templates to the site, and now I get an error when trying to select a template on a node. The drop down for Template contains items, but they are 'object Object'.
I didn't have this problem with my 7.1 RC install with the same templates.
Anyone help??
Cheers
I am having this issue as well. I have recently upgraded an instance of Umbraco from 7.0.3 to 7.1.2
Same for me, after an upgrade to 7.1.1.
The code for Template Picker Dropdown says:
And yes, I have selected Templates in the Document Types that should be selectable.
My local dev install of 7.1.1 still shows Templates dropdown correctly, though.
Not sure what might cause this problem. Any ideas? Anyone?
Solved. This was due to the Upgrade Wizard not running correctly in production, so something in the database was not correct. I triggered the Upgrade Wizard by setting "umbracoConfigurationStatus" to "" in web.config
Actually, in 7.1.4 I still got this problem.
After some looking around, I found that this is a SAFARI web browser issue. Don't know why Angular don't connect the values. I tried the same site and looked at properties in Firefox, and everything worked ok.
The marked solution here didn't work for me.
The install just sits there. Further prodding reveals the following JS error...
Failed to load resource: the server responded with a status of 500 (Internal Server Error) on Install/api/GetSetup
The JS Error mentioned above was DI related. I managed to get over that and trigger the upgrade wizard again, but the problem persists.
is working on a reply...