Expected ')' Error Under IE8 in Blog?

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.
6/26/2009 10:04:44 AM
Gravatar
Total Posts 8

Expected ')' Error Under IE8 in Blog?

New install.  Testing things out.  Running IE8 and hitting a blog page, I am getting the following:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6; .NET CLR 1.1.4322; .NET CLR 1.0.3705; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Fri, 26 Jun 2009 14:58:02 UTC


Message: Expected ')'
Line: 295
Char: 39
Code: 0
URI: http://thatsmynet.com/blog.aspx

Anyone else getting this?  Don't seem to see it under Firefox or Chrome.  I also seem to get it when compatibility mode is on for IE8.

Thx,

Kevin

 

6/26/2009 10:10:29 AM
Gravatar
Total Posts 2239

Re: Expected ')' Error Under IE8 in Blog?

I haven't seen that. I just tested the demo site (demo.mojoportal.com) and it is working fine. I also tested other sites I have and they are all working okay.

Is this a javascript error you are seeing?

 

6/26/2009 10:25:47 AM
Gravatar
Total Posts 18439

Re: Expected ')' Error Under IE8 in Blog?

Hi Kevin,

When I visit your site in IE 8 I'm able to see the problem. It is a bug and I will fix it for the next release.

Its caused by the apostrophy in O'Reilly, when I view the source of the page I see this on the line where it says the error happens:

showOdiogoReadNowButton ('319043', 'O'Reilly is Just The Messenger', '1', 290, 55);

I need to add code to escape that single quote/apostrophy. In the mean time a workaround is to remove the apostrophy from the post title.

Best,

Joe

6/26/2009 11:13:18 AM
Gravatar
Total Posts 8

Re: Expected ')' Error Under IE8 in Blog?

I should have guessed it was the apostrophe in the title - they are always causing coding problems!

Thanks for the quick response.

Kevin

 

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