Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi there,
After changing the admin UI URL from Umbraco to another name, the MasterPage save option and XSLT edit save option stopped working...
The error I get is similiar in both, but in different files:
When trying to save a MasterPage I get this error:
Message: 'umbraco' is undefined
Line: 10
Char: 13
Code: 0
URI: http://www.mywebsite.com/adminurl/settings/editTemplate.aspx?templateID=1047
When trying to save a XSLT I get this error:
Line: 38
URI: http://www.mywebsite.com/adminurl/developer/xslt/editXslt.aspx?file=BlogListPosts.xslt
The referred lines are javascript code that start with: umbraco.presentation.webservices.codeEditorSave.SaveXslt(...)
Both pages have this on Page definition in aspx header: Inherits="umbraco.cms.presentation.settings.editTemplate"
Am I missing something?
Really apreciate your help... Thanks!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
'umbraco is undefined' javascript error after changing Admin URL
Hi there,
After changing the admin UI URL from Umbraco to another name, the MasterPage save option and XSLT edit save option stopped working...
The error I get is similiar in both, but in different files:
When trying to save a MasterPage I get this error:
When trying to save a XSLT I get this error:
The referred lines are javascript code that start with: umbraco.presentation.webservices.codeEditorSave.SaveXslt(...)
Both pages have this on Page definition in aspx header: Inherits="umbraco.cms.presentation.settings.editTemplate"
Am I missing something?
Really apreciate your help... Thanks!
is working on a reply...