cannot create .xml files in scripts folders after 4.7 upgrade
The extension for the current file 'scripts\xml\WIP\2-0\test.xml' is not of an allowed type for this editor. This is typically controlled from either the installed MacroEngines or based on configuration in /config/umbracoSettings.config
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: umbraco.businesslogic.Exceptions.FileSecurityException: The extension for the current file 'scripts\xml\WIP\2-0\test.xml' is not of an allowed type for this editor. This is typically controlled from either the installed MacroEngines or based on configuration in /config/umbracoSettings.config
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[FileSecurityException: The extension for the current file 'scripts\xml\WIP\2-0\test.xml' is not of an allowed type for this editor. This is typically controlled from either the installed MacroEngines or based on configuration in /config/umbracoSettings.config]
umbraco.IO.IOHelper.ValidateFileExtension(String filePath, List`1 validFileExtensions) +376
umbraco.cms.presentation.settings.scripts.editScript.Page_Load(Object sender, EventArgs e) +403
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
System.EventHandler.Invoke(Object sender, EventArgs e) +0
umbraco.BasePages.BasePage.OnLoad(EventArgs e) +19
System.Web.UI.Control.LoadRecursive() +11337023
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3064
cannot create .xml files in scripts folders after 4.7 upgrade
The extension for the current file 'scripts\xml\WIP\2-0\test.xml' is not of an allowed type for this editor. This is typically controlled from either the installed MacroEngines or based on configuration in /config/umbracoSettings.config
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: umbraco.businesslogic.Exceptions.FileSecurityException: The extension for the current file 'scripts\xml\WIP\2-0\test.xml' is not of an allowed type for this editor. This is typically controlled from either the installed MacroEngines or based on configuration in /config/umbracoSettings.config
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
actually after 4.7.1 upgrade...
I just started having the exact same issue tonight, but on a 4.7 site, not 4.7.1
I am on 4.7.1 and this is an issue
is working on a reply...