Add ?umbDebugShowTrace=true to the querystring of your url. You should see a stack trace and xslt errors in red as you scroll down the page. Those error messages should give you a hint about the problem.
At a guess, I would have you double-check that file ownership/permissions for the /xslt folder (and all files in it) on your site. They should have at least modify permission for the owner of the site's application pool (NETWORK SERVICE by default).
xslt errors
When ever i try to view my umbraco site i am getting xslt errors all over the place wherever it is trying to load an xslt, any ideas why?
Could be some xslt (macro) you include in your master template? What error do you get?
>Tommy
Add ?umbDebugShowTrace=true to the querystring of your url. You should see a stack trace and xslt errors in red as you scroll down the page. Those error messages should give you a hint about the problem.
At a guess, I would have you double-check that file ownership/permissions for the /xslt folder (and all files in it) on your site. They should have at least modify permission for the owner of the site's application pool (NETWORK SERVICE by default).
Let us know what you find out.
cheers,
doug.
Thanks that helped point me in the right direction, had incorrect permission on certain user. Changed that and it seemed to work again.
is working on a reply...