Bug in Web Store Admin Page - MojoPortal v2.3.9.0 MSSQL

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

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.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
8/31/2012 2:13:03 AM
Gravatar
Total Posts 22

Bug in Web Store Admin Page - MojoPortal v2.3.9.0 MSSQL

In line 8 of the file ~\WebStore\AdminStoreSettings.aspx, the variable for runat="server" is missing. The end result is that the CSS breaks, and the line is rendered in the output html.

Original line:

<portal:InnerWrapperPanel ID="pnlInnerWrap" CssClass="panelwrapper webstore webstoresettings">

Should be:

<portal:InnerWrapperPanel ID="pnlInnerWrap" runat="server" CssClass="panelwrapper webstore webstoresettings">

I hope this helps!

/\dobe \/\/an

mojoPortal Version 2.3.9.0 MSSQL
Operating System Microsoft Windows NT 6.0.6002 Service Pack 2 (Vista Home Premium 64bit)
ASP.NET Info v4.0.30319 Running in Full Trust
SQL Server 2008 (Express) v.10.0.5500

8/31/2012 10:10:21 AM
Gravatar
Total Posts 18439

Re: Bug in Web Store Admin Page - MojoPortal v2.3.9.0 MSSQL

Thanks! I've just fixed this in my copy so it will be fixed in the next release. Anyone who needs it fixed right away can just add the runat="server" as you mentioned.

Best,

Joe

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