UI Tree in back office not displaying after upload to server.
Can anyone help with the following? The node tree in the back office is not displaying correctly. Works fine locally but an upload of all files to the server results in what you see in the image. Cheers
Please state the version of your Umbraco instance.
Have you looked at the browser console to note if there are any errors occurring on the page?
Also, have you managed to reproduce this, rather than just witnessing this one time? If you re-upload the site does it still happen? FTP connections choke on files sometimes and it is possible to get the odd 'corruption'.
Can't see your image but I was getting http 500 error for .css. .js and image files which turned out to be that I'd added a particular mime-type via both the web.config and IIS:
UI Tree in back office not displaying after upload to server.
Can anyone help with the following? The node tree in the back office is not displaying correctly. Works fine locally but an upload of all files to the server results in what you see in the image. Cheers
Please state the version of your Umbraco instance.
Have you looked at the browser console to note if there are any errors occurring on the page?
Also, have you managed to reproduce this, rather than just witnessing this one time? If you re-upload the site does it still happen? FTP connections choke on files sometimes and it is possible to get the odd 'corruption'.
Can't see your image but I was getting http 500 error for .css. .js and image files which turned out to be that I'd added a particular mime-type via both the web.config and IIS:
http://our.umbraco.org/forum/using/ui-questions/45519-Umbraco-http-500-Server-Errors-for-css-and-js-files
Hi Chris,
Maybe this post can set spot on what you can do iin the future, in order to avoid this problem.
http://our.umbraco.org/forum/using/ui-questions/11200-Wrong-path-to-backend-images,-after-moving-site-to-a-new-domain
One thing that you also could check is your file permissions.
You can make the check by to diifernt ways.
1. Visit this URL in your browser:
2. You can also verify the folder permissions using the uGoLive checklist in the developer section (second tab).
http://our.umbraco.org/projects/backoffice-extensions/ugolive
/Dennis
is working on a reply...