Run through the first run install, and installing the Text starter pack.
When we browse to the url, the browser just shows 'The Service is unavailable' message
When we go to the new back office http://[myurl]/bart/umbraco I notice there are some 404s on ActionDeleteRelationType.js, ActionNewRelationType.js generated by YepNope.min.js.
there is no package/edit.html the packager doesnt have any editor on its root node, so believe this is bug, there should be no editor when clicking that. Will look into those relationtype scripts
I have the same script files that are not being loaded in umbraco 7.1.8 when running in a subfolder application...
This is the code:
///
/// Gets a string for the javascript source
///
public string JsSource
{
get { return "/umbraco/developer/RelationTypes/TreeMenu/ActionNewRelationType.js"; }
}
the fact that it uses /umbraco and not a relative url causes it to break under an application when umbraco is not installed in the root...
is there a fix coming for this?
U7 installed in test site, in sub folder, JS errors in Backend
Hi,
I've created a test site, and added a subfolder, so the url to the test site is
http://[myurl]/bart/
set up asp.net app etc.
Run through the first run install, and installing the Text starter pack.
When we browse to the url, the browser just shows 'The Service is unavailable' message
When we go to the new back office http://[myurl]/bart/umbraco I notice there are some 404s on ActionDeleteRelationType.js, ActionNewRelationType.js generated by YepNope.min.js.
in chrome dev tools the SRC of the scripts is
It looks likethe links to these files is hard coded into umbraco.dll...
i've temporally fixed the 404 using IIS Url rewriting...
Also when trying to sort out the Starter kits, I get more 404 errors like this
Failed to load resource: the server responded with a status of 404 (Not Found) http://testumbraco.mysite.co.uk/Bart/umbraco/views/packager/edit.html
Which I cant fix with url rewrite as I cant find the packager/edit.html file.
:-(
there is no package/edit.html the packager doesnt have any editor on its root node, so believe this is bug, there should be no editor when clicking that. Will look into those relationtype scripts
I have the same script files that are not being loaded in umbraco 7.1.8 when running in a subfolder application... This is the code:
///
the fact that it uses /umbraco and not a relative url causes it to break under an application when umbraco is not installed in the root... is there a fix coming for this?
Sandro
I'm getting similar exception on the backend in the 7.4.3 release too:
Exception thrown: 'System.ArgumentException' in System.Web.dll
Additional information: The relative virtual path 'developer/RelationTypes/TreeMenu/ActionDeleteRelationType.js' is not allowed here.
In this method:
is working on a reply...