Web Store Problem on MSSQL and MySQL

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
10/15/2009 11:30:35 AM
Gravatar
Total Posts 3

Web Store Problem on MSSQL and MySQL

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

10/15/2009 12:07:07 PM
Gravatar
Total Posts 3

Re: Web Store Problem on MSSQL and MySQL

Sorry,

 

Just re read the instructions on the top of the content manager about not editing from the administration menu.

 

Seems much better now.

 

Mark

You must sign in to post in the forums. This thread is closed to new posts.