500 Error for Help Files in Admin Mode

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/29/2009 11:03:40 PM
Gravatar
Total Posts 4

500 Error for Help Files in Admin Mode

I am running 2.3.1.6 MSSQL using XP Professional and IIS6. I'm using the site default skin.  I get the following error when clicking on the help icon. The ajax modal window opens and the error is within that window:

Active Server Pages, ASP 0138 (0x80004005)

A script block cannot be placed inside another script block.

/fpr_mojo/ClientScript/greybox/loader_frame.html, line 10

Any ideas on how to resolve this?

 

8/29/2009 11:11:40 PM
Gravatar
Total Posts 4

Re: 500 Error for Help Files in Admin Mode

I should mention, perhaps, that I am using Internet Explorer version 8

8/30/2009 6:27:15 AM
Gravatar
Total Posts 18439

Re: 500 Error for Help Files in Admin Mode

Thats a very strange error, I've not seen it nor can I produce it nor would I expect to.

The reason I say its strange is because that is a "Classic ASP" error not an ASP.NET error. mojoPortal is written in ASP.NET and has no classic asp involved in it.

When I google the error "Active Server Pages, ASP 0138 (0x80004005)" it all about Classic ASP.

When I look at the ClientScript/greybox/loader_frame.html, line 10

I see javascript:

<script>

var GB = parent.GB_CURRENT;

document.write('<script type="text/javascript" src="AJS.js"><\/script>');

if(GB.use_fx) {

document.write('<script type="text/javascript" src="AJS_fx.js"><\/script>');

}

</script>

but the error is like your machine is treating this as server side script (Classic ASP) rather than client side javascript.

I might try changing the opening <script> to <script type="text/javascript"> and see if it makes any difference.

Hope it helps,

Joe

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