I'm having a media picker issue after upgrading two projects from 7.2.1 to 7.2.2. Bug happens when I attempt to add or change an image (it happens straight away when the media tree opens). I've attempted to replicate the issue with blank issue but can't replicate so not a generic bug. I used nuget to upgaded. Has anyone got any ideas?
Select({{dialogData.selectiopn.length}}) error
Javascript error
Error: Syntax Error: Token '.' not a primary expression at column 1 of the expression [.loaded] starting at [.loaded].
Umbraco trace log
2015-03-03 11:32:37,209 [18] INFO Umbraco.Core.PluginManager - [Thread 81] Starting resolution types of Umbraco.Web.Trees.TreeController
2015-03-03 11:32:37,209 [18] INFO Umbraco.Core.PluginManager - [Thread 81] Completed resolution of types of Umbraco.Web.Trees.TreeController, found 4 (took 0ms)
How did you do the upgrade? Was it using Nuget or manually?
I just skimmed the other post so sorry if this was already suggested...
But have you tried clearing the backoffice cache by going to the /config/ClientDependency.config file and increment the version number and then recycling the app pool by simply touching the web.config file?
Ok...hmm...Is it possible that you could try upgrading manually and then afterwards make sure to clear the browser cache and increment the clientdependency version again?
Happy to hear it helped even though using Nuget should just work - But I'm not nuget expert so not sure why it acts weird from time to time. Seen a few people having issues when upgrading.
Media Picker issue upgrade from 7.2.1 to 7.2.2
Hi,
I'm having a media picker issue after upgrading two projects from 7.2.1 to 7.2.2. Bug happens when I attempt to add or change an image (it happens straight away when the media tree opens). I've attempted to replicate the issue with blank issue but can't replicate so not a generic bug. I used nuget to upgaded. Has anyone got any ideas?
Select({{dialogData.selectiopn.length}}) error
Javascript error
Error: Syntax Error: Token '.' not a primary expression at column 1 of the expression [.loaded] starting at [.loaded].
Umbraco trace log
2015-03-03 11:32:37,209 [18] INFO Umbraco.Core.PluginManager - [Thread 81] Starting resolution types of Umbraco.Web.Trees.TreeController
2015-03-03 11:32:37,209 [18] INFO Umbraco.Core.PluginManager - [Thread 81] Completed resolution of types of Umbraco.Web.Trees.TreeController, found 4 (took 0ms)
Hi John,
Try to see this similar topic here: https://our.umbraco.org/forum/ourumb-dev-forum/bugs/61820-Media-picker-broken
Hope this helps,
/Dennis
Hi Dennis I tried both solutions discussed without success any further ideas?
Hi John,
Not at the moment, I will get back to you, if I get some more ideas that you could try.
/Dennis
Hi John
How did you do the upgrade? Was it using Nuget or manually?
I just skimmed the other post so sorry if this was already suggested...
But have you tried clearing the backoffice cache by going to the /config/ClientDependency.config file and increment the version number and then recycling the app pool by simply touching the web.config file?
/Jan
Thanks Jan,
I upgraded using Nuget and tired both of your suggestions still no luck :(
Hi John
Ok...hmm...Is it possible that you could try upgrading manually and then afterwards make sure to clear the browser cache and increment the clientdependency version again?
/Jan
Hi Jan, I manually coppied and replaced the umbraco/umbraco_client directories and it solved the issue. Thanks
Hi John
Happy to hear it helped even though using Nuget should just work - But I'm not nuget expert so not sure why it acts weird from time to time. Seen a few people having issues when upgrading.
Happy coding! :)
/Jan
is working on a reply...