The frontend page has this Error: Error parsing XSLT file: \xslt\pageContent.xslt
And if I try to save the XSLT file (even if i delete all extra codes down to a clean xslt file) this error message comes:
System.NullReferenceException: Object reference not set to an instance of an object.
at umbraco.macro.GetXsltExtensions()
at umbraco.macro.AddMacroXsltExtensions()
at umbraco.presentation.webservices.codeEditorSave.SaveXslt(String
fileName, String oldName, String fileContents, Boolean ignoreDebugging)
And if I try to create a new XSLT file this error appears:
An error occurred while processing your request.
Ive tried to uninstall the package again, but nothing works. Please help... my page is down atm :-(
I have no idea what happened there, but make sure that the DLL file(s) for this package are also removed, sometimes an uninstall will not work as it should. To see which DLL's are there look in the package's package.xml file.
I reinstalled umbraco... deleted everything exept /scripts /css /media /masterpages and /xslt.. That did the trick... I have installed it again, and the same error does not accur.. thats good... guess it was just a installationbug :-)
Now if I try to upload in the media section i get the error when a file is uploaded:
"An error occurred: Object reference not set to an instance of an object."
But it do upload the files... just with a lot of errors... any suggestions?! :-)
Well.. Yeah.. sounds like a permission problem... i can see that now. Ive uploadet it all on a UnoEuro server. Dont know if anybody else has the same problem on theese servers?! :-)
But i dont think I can make unoeuro change their server permissions. They dont seem very cooperative when you talk to them. Ive got a new server know, where I can test it all on. I'll let you know what happens :-)
My XSLT files doesnt work efter installing Gecko
Hi,
I tried to install the Gecko Uploadify App...
But now my XSLT files doesnt work..
The frontend page has this Error:
Error parsing XSLT file: \xslt\pageContent.xslt
at umbraco.macro.GetXsltExtensions()
at umbraco.macro.AddMacroXsltExtensions()
at umbraco.presentation.webservices.codeEditorSave.SaveXslt(String fileName, String oldName, String fileContents, Boolean ignoreDebugging)
I have no idea what happened there, but make sure that the DLL file(s) for this package are also removed, sometimes an uninstall will not work as it should. To see which DLL's are there look in the package's package.xml file.
I reinstalled umbraco... deleted everything exept /scripts /css /media /masterpages and /xslt.. That did the trick... I have installed it again, and the same error does not accur.. thats good... guess it was just a installationbug :-)
Now if I try to upload in the media section i get the error when a file is uploaded:
"An error occurred: Object reference not set to an instance of an object."
But it do upload the files... just with a lot of errors... any suggestions?! :-)
Hi pedn,
You're throwing me a few curve balls here, perhaps you could check permissions on your umbraco folder, specifically the usercontrols folder?
Emanuel
Yep, sounds like a permissions problem, make sure that your application pool's user has the correct permissions on the file system.
Well.. Yeah.. sounds like a permission problem... i can see that now. Ive uploadet it all on a UnoEuro server. Dont know if anybody else has the same problem on theese servers?! :-)
But i dont think I can make unoeuro change their server permissions. They dont seem very cooperative when you talk to them. Ive got a new server know, where I can test it all on. I'll let you know what happens :-)
Thanks
is working on a reply...