I have a small issue with the media section in Umbraco 7. It can load the pictures but it will not show them. I have attached a screendump that shows that the pictures are loaded but showed.
The same problem is with the Media Picker, pictures are loaded but not showed.
1: Go to the /app_data/TEMP/ClientDependency folder and delete all the temporary files
2: Go to /config/ClientDependency.config and increment the version number (Just write 2 or 200 in the version attribute)
3: Touch the web.config to recycle the app pool
Does that help?
If not then try this
1: In the web.config set the debug mode to "true" - Just search for debug it should only return 1 hit.
2: Try browsing the media section with the console log open
I have solved the problem. I uploaded the folder Umbraco and Umbraco_Client from the 7.1.1 package again and that solved the problem. The first upload has properly not updated all the files.
Pictures not showed in Media section
Hello,
I have a small issue with the media section in Umbraco 7. It can load the pictures but it will not show them. I have attached a screendump that shows that the pictures are loaded but showed.
The same problem is with the Media Picker, pictures are loaded but not showed.
I'm running Umbraco 7.1.1
Can some one help me?
Thanks in advance
Additional information. The problem is the same in Firefox, IE and Chrome.
Hi Michael
That's a really odd issue - How did you install Umbraco? And what are your system specs? Is it local or on a server?
I suspect it might be a weird permission or caching issue.
Could you try having a look in /app_data/logs to see if the trace log reveals some useful information? See if anything is marked with "ERROR".
/Jan
Hey Jan,
It is running on a webhotel from unoeuro.com. The database is MS SQL.
The problem started after I have updated from Umbraco 7.0.? to 7.1.1.
I have checked the UmbracoTraceLog and not found any errors.
/Michael
Hi Michael
Ok - Then try these steps...
1: Go to the /app_data/TEMP/ClientDependency folder and delete all the temporary files 2: Go to /config/ClientDependency.config and increment the version number (Just write 2 or 200 in the version attribute) 3: Touch the web.config to recycle the app pool
Does that help?
If not then try this
1: In the web.config set the debug mode to "true" - Just search for debug it should only return 1 hit. 2: Try browsing the media section with the console log open
Does that help?
/Jan
Hey Jan
1) I have deleted all the temporary files in /app_data/TEMP/ClientDependency folder
2) I have change the version number to 200
3) Recycle the app pool, by touching the web.config
Unforturately nothing has changed.
I have change the debug mode to "true" and browsed to the media section with the console log open (Console in Firebug).
Everything looks fine, no erros.
/michael
Hello,
I have solved the problem. I uploaded the folder Umbraco and Umbraco_Client from the 7.1.1 package again and that solved the problem. The first upload has properly not updated all the files.
Thank you Jan for your suggestions. :-)
Hi Michael
I'm happy to help - also even though I did not figure out the solution :)
Good to hear you managed to get it solved and thanks for sharing. Sometimes it's just those minor simple things...
/Jan
is working on a reply...