How can I stop the minicart and account modules from producing "unexpected errors"?
I was configuring and testing the 3-step checkout process and hit "refresh" a couple times while on one of the steps. This action produced these errors that appears for any user. How can I fix it? (I suspect I have a messed up row in a table somewhere.)
The errors can be seen here:
http://www.backyardabundance.org/Serv...
ModuleId: 568
ModuleDefId: 167
FriendlyName: Cart Viper Account
ModuleControlSource: DesktopModules/CartViper/Account.ascx
AssemblyVersion: 5.6.8
PortalID: 0
PortalName: Backyard Abundance
UserID: -1
UserName:
ActiveTabID: 158
ActiveTabName: StoreAccount
RawURL: /Services/Store/Products/StoreAccount.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.backyardabundance.org/Services/Store/Products/tabid/163/CategoryID/2/Default.aspx
UserAgent: Mozilla/5.0 (Windows NT 5.1; rv:18.0) Gecko/20100101 Firefox/18.0
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: f197f068-10cc-42e4-b081-57121b558275
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: CartViper.Modules.Store.WebControls.Account.Page_Load
StackTrace:
Message: 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 CartViper.Modules.Store.WebControls.Account.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
Source:
Server Name: P3NW8SH214
ModuleId: 565
ModuleDefId: 169
FriendlyName: Cart Viper Mini Cart
ModuleControlSource: DesktopModules/CartViper/MiniCart.ascx
AssemblyVersion: 5.6.8
PortalID: 0
PortalName: Backyard Abundance
UserID: -1
UserName:
ActiveTabID: 163
ActiveTabName: Products
RawURL: /Services/Store/Products/tabid/163/CategoryID/2/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.backyardabundance.org/Services/Store.aspx
UserAgent: Mozilla/5.0 (Windows NT 5.1; rv:18.0) Gecko/20100101 Firefox/18.0
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: bab0e86c-1018-4256-8cc8-e0c7961ca77b
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: CartViper.Modules.Store.WebControls.MiniCart.LoadPage
StackTrace:
Message: 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 CartViper.Modules.Store.WebControls.MiniCart.LoadPage() at CartViper.Modules.Store.WebControls.MiniCart.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
Source:
Server Name: P3NW8SH214
Thanks for your time.