Hi,
Sorry if ive missed something obvious... this is my first mojo install.
(OS: Windows Vista with MSSQL and Windows 2003 SVR with Mysq all using 2.3.1.9)
Ive installed on both a MSSQL and MySQL installation with the same results.
When adding products to the web store they do not get added (Its as though the form hasnt been submitted, it just goes back to editing).(Nothing actually gets added to the store when I navigate away).
If I click on Order Entry I get an ASP Error, Call stack follows:
[NullReferenceException: Object reference not set to an instance of an object.]
WebStore.UI.AdminOrderEntryPage.BindProducts() +32
WebStore.UI.AdminOrderEntryPage.Page_Load(Object sender, EventArgs e) +81
System.Web.UI.Control.OnLoad(EventArgs e) +99
mojoPortal.Web.mojoBasePage.OnLoad(EventArgs e) +9
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436
Ive debugged the code in Visual Studio and the problem seems to be a function RefreshModules. It returns only one module.. this seems to cause everythign to bail.
Other than the web store it seems to all be working fine.
Installation was by downloading the binaries and via source code.
Thanks for your help.
Regards
Mark