Products

Solutions

Resources

Partners

Community

About

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsStoreStoreStore 2.01  Store settings are not definedStore 2.01 Store settings are not defined
Previous
 
Next
New Post
10/17/2007 10:13 PM
 

 

When we had attempted to run the Store  2.1 module it produces the error "Store Setting as not defined" for each of the modules except the Store Admin..

The Store Account, Mini Cart, Catalog, Menu modules fail to page load with similiar errors to the one below.

Store setting as not defined...So Where do you set the setting?  Answer:  Store Admin  - select Portal Templates  

Otherwise you will receive this exception error:

ModuleId: 3796
ModuleDefId: 338
FriendlyName: Store Account
ModuleControlSource: DesktopModules/Store/Account.ascx
AssemblyVersion: 04.06.02
PortalID: 34
PortalName: IwannaBeBiggerThanFaceBook

UserID: 104
UserName: SuperDuceActiveTabID: 813
ActiveTabName: Home
RawURL: /Home/tabid/813/language/en-US/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://IwannaBeBiggerThanFaceBook.com/Home/tabid/813/ctl/Module/ModuleId/3800/language/en-US/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; Tablet PC 2.0; .NET CLR 1.1.4322; .NET CLR 3.5.20706; .NET CLR 3.0.590)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 4a6100a5-b85b-4660-8897-a9da01492fda
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.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 DotNetNuke.Modules.Store.WebControls.Account.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
Source:


Incredible PeopleWare.Canada
 
New Post
10/18/2007 4:20 AM
 

Hi,

It's normal, you recieve the message "Store Settings are not defined" until you create your store in the Store Admin module. You can't add categories, products, .. if the store doesn't exist! The Portal Templates setting is NOT the source of the problem.

Gilles


We (team members) are Humans offering their knowledge, their work and their spare time FOR FREE to benefit the community. It would be so particularly appreciated that your messages begin with "Hello" and end with "Thank you" or any other form of politeness. Ask yourself what your reaction would be, if you were approached by me (a total stranger) on the street to ask you something without saying "Hello" nor "Thank you"? After several years of services dedicated to the community, I begin to be tired to read requests without any form of politeness.
 
New Post
11/5/2007 12:37 PM
 

Gilles: "It's normal, you recieve the message..."

I'm not so sure about that. At least not in my case anyway. I get this error:

Store settings are not defined.
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.Modules.Store.WebControls.Catalog.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---

I had already created a Store - at least I had already completed all the fields on the Store Info page on the admin module. I am able to create a Category. But when I try to add a product, I select the Category and I get this error.

I though it might have something to do with the fact there was a single SQL error when the module was installed. It was a stored procedure that already existed - I think updateProductDetails or something along those lines - it obviously hadn't been dropped in the uninstall, and the install didn't cator for a previous version's existance.    I had the old version of the shop module installed on that dotnetnuke instance - but did go through and delete all the modules before installing the new version.

I'm about to uninstall the shop, and then go through the sequence of Sql scripts in the module package so I can find out exactly what the problem was and fix it, because I need a shop up and running toot sweet. If I have any joy I'll post my findings back here...

 

 

 

 
New Post
11/6/2007 7:19 AM
 

James Ashton wrote

Gilles: "It's normal, you recieve the message..."

I'm not so sure about that. At least not in my case anyway. I get this error:

Store settings are not defined.
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.Modules.Store.WebControls.Catalog.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---

I had already created a Store - at least I had already completed all the fields on the Store Info page on the admin module. I am able to create a Category. But when I try to add a product, I select the Category and I get this error.

I though it might have something to do with the fact there was a single SQL error when the module was installed. It was a stored procedure that already existed - I think updateProductDetails or something along those lines - it obviously hadn't been dropped in the uninstall, and the install didn't cator for a previous version's existance.    I had the old version of the shop module installed on that dotnetnuke instance - but did go through and delete all the modules before installing the new version.

I'm about to uninstall the shop, and then go through the sequence of Sql scripts in the module package so I can find out exactly what the problem was and fix it, because I need a shop up and running toot sweet. If I have any joy I'll post my findings back here...

 

I'm getting the same error and i think i got the same error at store installation as well. So if you find a solution it would be nice. Maybe something without having to reinstall the store module.

Although i get the error when adding a product, the store works fine and adds the product. it's just that stupid error message.

Sometimes i get another message like "out of index" when adding a second product or deleting it. But it still does what it should

 
New Post
11/6/2007 10:36 AM
 

Hi James,

It's very strange! I try to reproduce the problem, but whitout succes. Here what I have done:

  • Install Store_01.00.01_Install.zip on a clean instance (DNN 4.6.2)
  • Create one category
  • Create one product with this category
  • Install Store_02.01.00_Install.zip. I do not receive any error message!?
  • The new Store work display the previous Category and Product!

Do you have a backup of you database before install Store_02.01.00_Install.zip? If yes, can send me a copy? I will try to understand and debug this problem.

Gilles


We (team members) are Humans offering their knowledge, their work and their spare time FOR FREE to benefit the community. It would be so particularly appreciated that your messages begin with "Hello" and end with "Thank you" or any other form of politeness. Ask yourself what your reaction would be, if you were approached by me (a total stranger) on the street to ask you something without saying "Hello" nor "Thank you"? After several years of services dedicated to the community, I begin to be tired to read requests without any form of politeness.
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsStoreStoreStore 2.01  Store settings are not definedStore 2.01 Store settings are not defined


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out