The HTTP verb POST used to access path "/umbraco/webservices/TreeClientService.asmx/GetInitAppTreeData" is not allowed.
I have just installed umbraco on a shared hosting environment with netcetera.
Everything went smoothly with the install, but now when I log in to the administrator page there are no trees being displayed, so I am unable to use Umbraco at all.
An error occurs in firebug when any button is selected, eg, the content or settings buttons. this is the error:
The HTTP verb POST used to access path '/umbraco/webservices/TreeClientService.asmx/GetInitAppTreeData' is not allowed.
you can log onto my umbraco at www.timpickin.co.uk/umbraco/login.aspx the username is: admin and the password is: n3tc3t3r@ and have a look at the situation yourselves.
There a multiple reasons that this could happen, your best bet is to do a search for "empty trees", that will give you a lot of topics to wade through.
Thankyou for your reply, I did a search for empty trees, but all the posts refer to trees which are empty but where the top level root node is still showing. However for me I do not even have that appearing, the tree panel is completely empty, which makes me wonder if it is a different problem. The various posts on empty trees do not seem relevent to my particular problem.
You can log in to the website yourself to take a look if you like, maybe that will give you some ideas?
Which ISP are you using and are you running full trust or medium trust and what version of Umbraco are you running? (Tim if you still have not found a solution please provide us with the same information as well).
I'm not sure but I think this has to do with permissions.
Umbraco 4.5.2, running it locally on an XP Pro with IIS 5.Something. I have tried 2 different techniques. One is installing the package and database myself; second, is through the microsoft package installer. Full trust I believe.
As far as permissions go, I have been setting the ASPNET user to have full control on a bunch of directories and such. With the installer, it configured permissions for me.
All processes on the installation seem to be going fine otherwise.
I cannot find HomeDirectory>Configuration>Mappings where any mappings in the list have a *. Can somebody hook me up with a list of XP Pro SP3 IIS 5.1 mappings so I can compare.
I had exactly the same situation after switching to Integrated mode. So switching to the Integrated mode doesn't solve the problem. Use the solution I've described above.
So you just disabled the IIS rewrite module? I don't really get that option as this hosted through softsys hosting and have limited ability to make changes to IIS. Is there another way to disable it?
David, the solution is NOT to DISABLE rewrite module. The solution is to remove mapping * from "Handler mappings". That mapping was created by rewrite module. If you can't use IIS 7 manager tool then ask your hoster support to remove that binding for your site.
The HTTP verb POST used to access path "/umbraco/webservices/TreeClientService.asmx/GetInitAppTreeData" is not allowed.
I have just installed umbraco on a shared hosting environment with netcetera.
Everything went smoothly with the install, but now when I log in to the administrator page there are no trees being displayed, so I am unable to use Umbraco at all.
An error occurs in firebug when any button is selected, eg, the content or settings buttons. this is the error:
When I look at it in more detail it says:
The HTTP verb POST used to access path '/umbraco/webservices/TreeClientService.asmx/GetInitAppTreeData' is not allowed.
you can log onto my umbraco at www.timpickin.co.uk/umbraco/login.aspx the username is: admin and the password is: n3tc3t3r@ and have a look at the situation yourselves.
I have seen another post on this same error I think. http://our.umbraco.org/forum/getting-started/installing-umbraco/12203-Can%27t-See-Tree-Items-When-Upgrading-to-Umbraco-452. But there are no solutions posted.
I would appreciate any insight you can give. Thankyou.
Tim
There a multiple reasons that this could happen, your best bet is to do a search for "empty trees", that will give you a lot of topics to wade through.
Hello Sebastiaan,
Thankyou for your reply, I did a search for empty trees, but all the posts refer to trees which are empty but where the top level root node is still showing. However for me I do not even have that appearing, the tree panel is completely empty, which makes me wonder if it is a different problem. The various posts on empty trees do not seem relevent to my particular problem.
You can log in to the website yourself to take a look if you like, maybe that will give you some ideas?
Tim
I am also getting this exact same error. Has a solution been found yet?
Hi Jeff
Which ISP are you using and are you running full trust or medium trust and what version of Umbraco are you running? (Tim if you still have not found a solution please provide us with the same information as well).
I'm not sure but I think this has to do with permissions.
/Jan
Umbraco 4.5.2, running it locally on an XP Pro with IIS 5.Something. I have tried 2 different techniques. One is installing the package and database myself; second, is through the microsoft package installer. Full trust I believe.
As far as permissions go, I have been setting the ASPNET user to have full control on a bunch of directories and such. With the installer, it configured permissions for me.
All processes on the installation seem to be going fine otherwise.
I'm experiencing exactly the same issue! Any solution?
Finally I have found the solution of the problem. It's because of URL Rewrite module of IIS. http://www.lukemelia.com/blog/archives/2007/01/05/aspnet-the-http-verb-post-used-to-access-path-is-not-allowed/
I cannot find HomeDirectory>Configuration>Mappings where any mappings in the list have a *. Can somebody hook me up with a list of XP Pro SP3 IIS 5.1 mappings so I can compare.
Duplicate sorry. oh well KARMA!
Hi Everyone,
Thanks for all your replies and advice, I finally solved the problem.
What I had to do was log onto the cp2 control panel of my host,
then in the website settings I changed the ASP.NET settings from 4.0 to 4.0(Integrated Pipeline) and then it worked.
I hope this helps the others who have this problem.
Well, that solved the issue with the content tree. However, now on the right pane everything is jumbled up. See image below. Any ideas?
I had exactly the same situation after switching to Integrated mode. So switching to the Integrated mode doesn't solve the problem. Use the solution I've described above.
So you just disabled the IIS rewrite module? I don't really get that option as this hosted through softsys hosting and have limited ability to make changes to IIS. Is there another way to disable it?
David, the solution is NOT to DISABLE rewrite module. The solution is to remove mapping * from "Handler mappings". That mapping was created by rewrite module. If you can't use IIS 7 manager tool then ask your hoster support to remove that binding for your site.
is working on a reply...