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...