Failed to load resource: the server responded with a status of 404 (Not Found)
editTemplate.aspx?templateID=1045:151 Uncaught ReferenceError: RegisterScrollingMenuButtons is not defined
at editTemplate.aspx?templateID=1045:151
editTemplate.aspx?templateID=1045:434 Uncaught ReferenceError: CodeMirror is not defined
at editTemplate.aspx?templateID=1045:434
editTemplate.aspx?templateID=1045:20 Uncaught TypeError: Cannot read property 'EditTemplate' of undefined
at HTMLDocument.
TEMPLATE IN AREA SETTINGS: V. 6.2.6
In area settings the templates are not loaded and the save button does not work...
Hi Salvatore,
Can you check a browser log, is there any error?
Alex
the error occurs with all browsers, which register do you need?
I meant browser console log, can you check is there an error?
Also, check please that folders have needed permissions.
File and folder permissions should be set as described here: https://our.umbraco.com/documentation/getting-started/setup/server-setup/permissions
permissions is ok
browser console log
Failed to load resource: the server responded with a status of 404 (Not Found) editTemplate.aspx?templateID=1045:151 Uncaught ReferenceError: RegisterScrollingMenuButtons is not defined at editTemplate.aspx?templateID=1045:151 editTemplate.aspx?templateID=1045:434 Uncaught ReferenceError: CodeMirror is not defined at editTemplate.aspx?templateID=1045:434 editTemplate.aspx?templateID=1045:20 Uncaught TypeError: Cannot read property 'EditTemplate' of undefined at HTMLDocument.
solution found, add the debug mode in web.config
is working on a reply...