Cannot save XSLT File - Permissions set ok - Thread aborted
Hi,
I have created a new website. I use a umbraco package from a zip that I have created from a base setup. I always use this and never had problems. It's 4.5.
So last night i did this again and all went well. I modified the master pages etc. all without errors. Then I tried to edit and save a XSLT file and got an error: Xslt file could not be saved. I re-checked the permissions and they were all ok.
When I check the "skip error checking" box the XSLT file is save without problems. Note that there aren't any errors in the XSLT, even when creating a new one or copying one from a site that works I get the could not save error.
So I checked with Firebug and I see this message:
"Thread was being aborted."
on this file: /umbraco/webservices/codeEditorSave.asmx/SaveXslt
which returns:
StackTrace " at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.Web.Script.Services.WebServiceMethodData.CallMethod(Object target, IDictionary`2 parameters) at System.Web.Script.Services.WebServiceMethodData.CallMethodFromRawParams(Object target, IDictionary`2 parameters) at System.Web.Script.Services.RestHandler.InvokeMethod(HttpContext context, WebServiceMethodData methodData, IDictionary`2 rawParams) at System.Web.Script.Services.RestHandler.ExecuteWebServiceCall(HttpContext context, WebServiceMethodData methodData)"
Even though you say that the permissions have been set properly I think you should double check to ensure they have been inherited from the umbraco root folder and all the way down to the last level.
Also try to delete the clientdependency files in the /app_data/TEMP/ folder.
Cannot save XSLT File - Permissions set ok - Thread aborted
Hi,
I have created a new website. I use a umbraco package from a zip that I have created from a base setup. I always use this and never had problems. It's 4.5.
So last night i did this again and all went well. I modified the master pages etc. all without errors. Then I tried to edit and save a XSLT file and got an error: Xslt file could not be saved. I re-checked the permissions and they were all ok.
When I check the "skip error checking" box the XSLT file is save without problems. Note that there aren't any errors in the XSLT, even when creating a new one or copying one from a site that works I get the could not save error.
So I checked with Firebug and I see this message:
"Thread was being aborted."
on this file: /umbraco/webservices/codeEditorSave.asmx/SaveXslt
which returns:
The Umbraco log table only has this:
IIS LOG Shows:
Hi Mike
Even though you say that the permissions have been set properly I think you should double check to ensure they have been inherited from the umbraco root folder and all the way down to the last level.
Also try to delete the clientdependency files in the /app_data/TEMP/ folder.
Hope this helps.
/Jan
is working on a reply...