I have built a website last year, going back to it to hand it to the clinet and i see that the style from the cms is missing. The front end looks fine, but there is no way client can make any changes.
I have used umbraco 6.0.6. I even deleted and put a brand new web.config (with my app setting), i deleted the files under App_Data\TEMP\ClientDependency, but it's not solving the problem. I attach the screenshot that you can see.
Do you get any error 404's if you have a look in the console log of the browser? I suspect that it's probably some files that are missing for some reason. It could perhaps also be related to permissions.
Happy I could help - When something is acting up like that it's usually due to missing files for some reason or the client dependency stuff or permissions.
Style missing from the CMS
Hello,
I have built a website last year, going back to it to hand it to the clinet and i see that the style from the cms is missing. The front end looks fine, but there is no way client can make any changes.
I have used umbraco 6.0.6. I even deleted and put a brand new web.config (with my app setting), i deleted the files under App_Data\TEMP\ClientDependency, but it's not solving the problem. I attach the screenshot that you can see.
Anyone can help me?
Thanks in advance.
Mitra
Hi Mitra
Do you get any error 404's if you have a look in the console log of the browser? I suspect that it's probably some files that are missing for some reason. It could perhaps also be related to permissions.
/Jan
yes, i get these:
GET http://localhost:4685/umbraco_client/Tree/Themes/umbraco/style.css?cdv=2 ;
(index):43 GET http://localhost:4685/umbraco/developer/RelationTypes/TreeMenu/ActionNewRelationType.js ;
(index):42 GET http://localhost:4685/umbraco/developer/RelationTypes/TreeMenu/ActionDeleteRelationType.js 404 (Not Found)
Wow - thank you so much. I copied the files which was missing from the original umbraco copy and it's all working now.
Many thanks,
Mitra
Hi Mitra
Happy I could help - When something is acting up like that it's usually due to missing files for some reason or the client dependency stuff or permissions.
/Jan
is working on a reply...