I am trying to upload a new skin to my DNN site, but I receive teh following error:
Error: File Upload is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.UI.Skins.SkinFileProcessor.ControlParser.TokenMatchHandler(Match m) at System.Text.RegularExpressions.RegexReplacement.Replace(MatchEvaluator evaluator, Regex regex, String input, Int32 count, Int32 startat) at System.Text.RegularExpressions.Regex.Replace(String input, MatchEvaluator evaluator, Int32 count, Int32 startat) at System.Text.RegularExpressions.Regex.Replace(String input, MatchEvaluator evaluator) at DotNetNuke.UI.Skins.SkinFileProcessor.ControlParser.Parse(String& Source, XmlDocument Attributes) at DotNetNuke.UI.Skins.SkinFileProcessor.ProcessList(ArrayList FileList, SkinParser ParseOption) at DotNetNuke.UI.Skins.SkinController.UploadSkin(String RootPath, String SkinRoot, String SkinName, Stream objInputStream) at DotNetNuke.UI.Skins.SkinController.UploadSkin(String RootPath, String SkinRoot, String SkinName, Stream objInputStream) at DotNetNuke.Modules.Admin.FileSystem.WebUpload.cmdAdd_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---
My web host tells me that the correct permissions are set, but the error message seems to state otherwise.
Is it possible that there is something wrong with the skin fiiles I am trying to upload that would cause this error? If anyone would like to take a look at the skin to see if it is the problem, it can be downloaded from www.wiredneuron.com/Blue_Synapse.zip
I am pretty sure my host has teh latest version of DNN installed.