I am attempting to install the uWebSHop package and getting the errors below. Initially it mentioned 4-5 files missing (like authorizenet, etc..) which I gathered from other uWebShop pacakges and inserted into zip but now it is just giving the following errors. Any ideas on resolving so I can get this package installed?
1274914
0
-1
6/4/2012 6:54:20 AM
Error
At /umbraco/developer/packages/installer.aspx?installing=businesslogic&dir=C:\umbraco\App_Data\1243546b-c4f0-44d6-8ea2-25e1a3460305&pId=6 (Referred by: http://qaumbraco.firstcommand.com/umbraco/developer/packages/installer.aspx): System.Exception: Could not find datatype with id d15e1281-e456-4b24-aa86-1dda3e4299d5. at umbraco.cms.businesslogic.packager.Installer.ImportDocumentType(XmlNode n, User u, Boolean ImportStructure) at umbraco.cms.businesslogic.packager.Installer.InstallBusinessLogic(Int32 packageId, String tempDir) at umbraco.presentation.developer.packages.Installer.processInstall(String currentStep) at umbraco.presentation.developer.packages.Installer.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at umbraco.BasePages.BasePage.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
1274913
0
-1
6/4/2012 6:53:43 AM
System
Application started at 6/4/2012 6:53:43 AM
1274912
0
-1
6/4/2012 6:53:43 AM
Custom
[UmbracoExamine] Adding examine event handlers for index providers: 2
1274911
0
-1
6/4/2012 6:53:43 AM
Error
Error loading IApplication: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object. at SuperSimpleWebshop.Examine.ExamineEvents..ctor() --- End of inner exception stack trace --- at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck) at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache) at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean skipCheckThis, Boolean fillCache) at System.Activator.CreateInstance(Type type, Boolean nonPublic) at umbraco.BusinessLogic.Application.RegisterIApplications()
1274910
0
-1
6/4/2012 6:53:43 AM
Custom
[UmbracoExamine] (InternalMemberIndexer) Index is being optimized
1274908
0
-1
6/4/2012 6:53:43 AM
System
Loading content from disk cache...
1274909
0
-1
6/4/2012 6:53:43 AM
Custom
[UmbracoExamine] (InternalIndexer) Index is being optimized
1274907
0
-1
6/4/2012 6:53:30 AM
Error
Package install error: System.IO.FileNotFoundException: Could not find file 'C:\umbraco\App_Data\1243546b-c4f0-44d6-8ea2-25e1a3460305\GoogleAnalyticsEcommerce.xslt'. File name: 'C:\umbraco\App_Data\1243546b-c4f0-44d6-8ea2-25e1a3460305\GoogleAnalyticsEcommerce.xslt' at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.File.Move(String sourceFileName, String destFileName) at umbraco.cms.businesslogic.packager.Installer.InstallFiles(Int32 packageId, String tempDir)
UWebShop Package
I am attempting to install the uWebSHop package and getting the errors below. Initially it mentioned 4-5 files missing (like authorizenet, etc..) which I gathered from other uWebShop pacakges and inserted into zip but now it is just giving the following errors. Any ideas on resolving so I can get this package installed?
at umbraco.cms.businesslogic.packager.Installer.ImportDocumentType(XmlNode n, User u, Boolean ImportStructure)
at umbraco.cms.businesslogic.packager.Installer.InstallBusinessLogic(Int32 packageId, String tempDir)
at umbraco.presentation.developer.packages.Installer.processInstall(String currentStep)
at umbraco.presentation.developer.packages.Installer.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at umbraco.BasePages.BasePage.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at SuperSimpleWebshop.Examine.ExamineEvents..ctor()
--- End of inner exception stack trace ---
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache)
at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean skipCheckThis, Boolean fillCache)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at umbraco.BusinessLogic.Application.RegisterIApplications()
File name: 'C:\umbraco\App_Data\1243546b-c4f0-44d6-8ea2-25e1a3460305\GoogleAnalyticsEcommerce.xslt'
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.Move(String sourceFileName, String destFileName)
at umbraco.cms.businesslogic.packager.Installer.InstallFiles(Int32 packageId, String tempDir)
is working on a reply...