Downloaded Site - Empty Content and Template Nodes
I've installed the latest umbraco on a windows server 2007 on iis7 with the web installer.. It installed great and runs perfectly.
I downloaded the applicaton to my PC (windows 7 64bit with iis7) and modified the web.config to point to my local db which is a copy of the one on my server. The Content section and the Template section under settings are both empty however the rest are there and fine. The front end pulls up fine with content.
Now, what I've done:
1. I can open this app in Visual Studio. It runs fine.
2. I installed a new copy of umbraco from the web installer on my local machine. Then I changed the app to point to my web folder. Still same issue.
3. Switched from classic to integrated.
In firebug here is the error when clicking on content from the ajax call:
Can only think of a permission issue atm,. Have you checked you've got all required permissions on the root and underlying folders of the umbraco installation?
I gave the Everyone group full permissions. It is wierd just the content, media, and templates don't work in the backend.. The site pulls up fine with content, I just can't edit it nor templates..... arg.
This was about the most annoying problem I've encountered in quite a while. I'm not entirely sure all the issues I had with migrating from my server to my development machine (yeah yeah yeah, I know you shouldn't do it this way). After just doing a blanket security update on my folder and trying everything else mentioned on these forums (nothing worked), I finally figured out my issue.
For anyone else that might be getting some 500.19 errors with absolutely no information really except a generic web.config error, it turned out that on my production machine I had ULR rewrite installed in iis7. On my dev machine it did not and I had implemented some URL rewrite stuff in the web.config. So, moral of the story, make sure both IIS's are setup identical.
Downloaded Site - Empty Content and Template Nodes
I've installed the latest umbraco on a windows server 2007 on iis7 with the web installer.. It installed great and runs perfectly.
I downloaded the applicaton to my PC (windows 7 64bit with iis7) and modified the web.config to point to my local db which is a copy of the one on my server. The Content section and the Template section under settings are both empty however the rest are there and fine. The front end pulls up fine with content.
Now, what I've done:
1. I can open this app in Visual Studio. It runs fine.
2. I installed a new copy of umbraco from the web installer on my local machine. Then I changed the app to point to my web folder. Still same issue.
3. Switched from classic to integrated.
In firebug here is the error when clicking on content from the ajax call:
Any suggestions here?
Anyone have 2 cents here? :)
Can only think of a permission issue atm,. Have you checked you've got all required permissions on the root and underlying folders of the umbraco installation?
Cheers,
/Dirk
I gave the Everyone group full permissions. It is wierd just the content, media, and templates don't work in the backend.. The site pulls up fine with content, I just can't edit it nor templates..... arg.
This was about the most annoying problem I've encountered in quite a while. I'm not entirely sure all the issues I had with migrating from my server to my development machine (yeah yeah yeah, I know you shouldn't do it this way). After just doing a blanket security update on my folder and trying everything else mentioned on these forums (nothing worked), I finally figured out my issue.
For anyone else that might be getting some 500.19 errors with absolutely no information really except a generic web.config error, it turned out that on my production machine I had ULR rewrite installed in iis7. On my dev machine it did not and I had implemented some URL rewrite stuff in the web.config. So, moral of the story, make sure both IIS's are setup identical.
is working on a reply...