Browser hangs when approving content changes

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/25/2009 8:45:20 AM
Gravatar
Total Posts 190

Browser hangs when approving content changes

I'm not enitrely sure if this is a bug or something I did. But I set up a completely new installation of mojo yesterday on a W2K3 server with the database on W2K3 64bit SQL Server database. The problem is that it hangs when I try to approve changes submitted by a content author. I'm using IE 8 and the the progress bar at the bottom goes about halfway waiting for the page to load and the page will just never finish loading. It's doing the same thing when I run the app from Visual Studio 2008 (VS web server, not IIS) connected to a different SQL Server database. Anyone else seeing this?

Thanks

John

8/25/2009 9:04:23 AM
Gravatar
Total Posts 18439

Re: Browser hangs when approving content changes

Hi John,

I just tried this and there is a minor bug there. Funny but for me it did not cause any problem in any browser using IIS, but when I tried it in the VS web server using IE 8 I got an error from a debug assert that compares the passed in sql paramter type to the one reported by the stored proc. In code it was mistakenly declared as NChar 20 when it really should be NVarChar 20.

I will correct the release package asap by replacing only the mojoPortal.Data.dll.

Note however that I think you must be running your own build possibly compiled in debug mode rather than release mode and/or maybe you have <compilation debug="true" in your Web.config. Otherwise I "think" this debug.assert would not fire and that is what causes the actual error. Sql server I think is a little more forgiving of mismatched params.

Hope it helps,

Joe

8/25/2009 9:49:04 AM
Gravatar
Total Posts 190

Re: Browser hangs when approving content changes

Hi Joe,

Thanks, this really helps. I did run the code in debug as it is on a test server. I'll check for updates later.

thanks again.

8/25/2009 10:02:11 AM
Gravatar
Total Posts 18439

Re: Browser hangs when approving content changes

I've already updated the ms sql release package and the source code package.

Best,

Joe

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