I just installed a clean version of 4.5. When i try and navigate to the admin the css is all messed up. I have installed this into a subfolder of the root directory. Do i need to re upload the umbraco and umbraco_client folder?
might be an idea.... I think you need to install everything in the root folder, but I could be wrong. does 4.5 support virtual directories now, anyone?
Not sure if its still an issue, but someone else had problems with the Client Dependency framework when using a Virtual Directory. (Umbraco v4.5 definitely support Virtual Directories!)
I also ran into a problem with the file permissions on the "~\App_Data\ClientDependency" folder. It had to set the IIS_USR to have write permissions. That could be a red-herring though.
There might be a way to disable Client Dependency, so you can rule out any other problems ... but I'm not sure how (yet).
Did you try to install more than once? When I installed, I messed up a few times, so I reinstalled, but I did not delete the SQL Server database. That caused all kinds of weird errors with CSS and with the templates too.
If that's the case for you, try deleting your database, then reinstalling Umbraco.
Oh, the root folder Umbraco is installed in. Just right click it, go to properies, select the security tab, click the edit button, then add the IIS_IUSRS user if it's not there. Then just make sure it has read AND write permissions.
Yea the "\App_Data\ClientDependency" folder is there. I was testing to see how Umbraco would run on godaddy being medium trust and all. I’m not sure if it is godaddy or my installation of Umbraco.
Michael,
I don't think I have those options with godaddy. I can only give write and read permissions that i am aware of.
Yea, Nothing happened. Just making sure that is the main config in the root. I saw a post that said that I have to uncomment <!-- <trust level="Medium" originUrl=".*" /> -->. But when i did that It gave me an error.
CSS ISSUES after clean install of 4.5
I just installed a clean version of 4.5. When i try and navigate to the admin the css is all messed up. I have installed this into a subfolder of the root directory. Do i need to re upload the umbraco and umbraco_client folder?
might be an idea.... I think you need to install everything in the root folder, but I could be wrong.
does 4.5 support virtual directories now, anyone?
Yea, I think that made that option available when they came out with 4.1 beta 2 http://umbraco.codeplex.com/releases/view/34775. Any other thoughts?
Hey Eric,
Not sure if its still an issue, but someone else had problems with the Client Dependency framework when using a Virtual Directory. (Umbraco v4.5 definitely support Virtual Directories!)
http://our.umbraco.org/forum/core/41-feedback/9910-ClientDependency-not-working-in-virtual-directory
I also ran into a problem with the file permissions on the "~\App_Data\ClientDependency" folder. It had to set the IIS_USR to have write permissions. That could be a red-herring though.
There might be a way to disable Client Dependency, so you can rule out any other problems ... but I'm not sure how (yet).
Good luck, Lee.
Did you try to install more than once? When I installed, I messed up a few times, so I reinstalled, but I did not delete the SQL Server database. That caused all kinds of weird errors with CSS and with the templates too.
If that's the case for you, try deleting your database, then reinstalling Umbraco.
Yea there seems to be an error with the Dependency Handler. Lee posted a link above. Do you know if they have fixed that bug?
Try to set the permissions for the IIS_IUSRS user to have read/write access. I had to do this and it fixed it for me.
Michael,
Is this a folder or a file that i have to set the permission or is this a part of IIS Management?
Just the folder permissions. The "Edit Permissions" dialog in IIS just launches the same dialog.
Do you know where this folder would be located in the folder structure? I’m looking but I’m not seeing it. I may just be over looking it.
Oh, the root folder Umbraco is installed in. Just right click it, go to properies, select the security tab, click the edit button, then add the IIS_IUSRS user if it's not there. Then just make sure it has read AND write permissions.
Hi Eric, just double-checking, do you have the folders: "\App_Data\ClientDependency"?
If not, that might be part of the problem too.
Yea the "\App_Data\ClientDependency" folder is there. I was testing to see how Umbraco would run on godaddy being medium trust and all. I’m not sure if it is godaddy or my installation of Umbraco.
Michael,
I don't think I have those options with godaddy. I can only give write and read permissions that i am aware of.
.
Try giving read/write permissions to the root directory of your Umbraco installation if you haven't already tried that.
Yea I have tried that one to
Did you make sure to edit your web.config file in the appSettings section?
<add key="umbracoUseMediumTrust" value="true" />
Yea, Nothing happened. Just making sure that is the main config in the root. I saw a post that said that I have to uncomment <!-- <trust level="Medium" originUrl=".*" /> -->. But when i did that It gave me an error.
Hmm, sorry I haven't tried running it in medium trust yet. Maybe someone else has more experience with this out there?
is working on a reply...