Hi, I was using /base in my Umbraco 4.7.1.1 perfectly, however after upgrade the site to 4.8.1, base stop working. Each time I call a method using /base I get:
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
I'd also recommend you check that you don't have any URL rewrite rules that may be conflicting with requests to the /base URL, and also check all your file/folder permissions.
/base in Umbraco 4.8.1
Hi, I was using /base in my Umbraco 4.7.1.1 perfectly, however after upgrade the site to 4.8.1, base stop working. Each time I call a method using /base I get:
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
Does anyone knows about it?
Thank you
Base works fine in 4.8.0 (although I've not checked 4.8.1, but there are no changes to /base it appears).
Have you tested it with a very simple method such as:
That you can test by calling /base/test/Ping
I'd also recommend you check that you don't have any URL rewrite rules that may be conflicting with requests to the /base URL, and also check all your file/folder permissions.
Cheers,
Drew
I've seen this happen when there's a random dll that's missing some dependency.
The problem was a dll. I don't know which, but I did another time the upgrade and works perfectly!
Thanks to all!
is working on a reply...