• Just installed WordPress for the first time on our server and seemingly it installed fine (Windows 2003/IIS 6) and I logged in to create my first post and right when I pull up Add Post I get a JS error. Same with Editing, and it’s not the issue of cutting and pasting from Word as I see in earlier posts, as I haven’t even gotten that far. Error is:

    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; HPNTDF; .NET4.0C)
    Timestamp: Sun, 18 Jul 2010 22:43:40 UTC

    Message: Object expected
    Line: 392
    Char: 1
    Code: 0
    URI: http://www.ecotainus.com/wordpress/wp-admin/post-new.php

    Message: Object expected
    Line: 22
    Char: 414
    Code: 0
    URI: http://www.ecotainus.com/wordpress/wp-includes/js/tinymce/wp-tinymce.php?c=1&ver=327-1235

    I then switched to Firefox as I can sometimes troubleshoot JS errors better there using Firebug, but lo and behold all works fine. I can’t simply leave it at that though, because my client uses IE and expects it to work on IE. Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • If it’s IE6, then its better to ask your client to upgrade his browser.
    Did you check in the core files, what are the codes in the lines that is highlighted in the above two files and in the line numbers? You might get an idea yourself. If the files aren’t there, consider reinstalling the core.
    Regards

    If you read the error details, the error is occuring on Internet Explorer 8, not 6. Firefox and Internet Explorer handle certain aspects of Javascript differently, so Firebug alone will unlikely report any bugs. You can, however, check to see if anything shows up in the Error Console (Ctrl+Shift+J).

    Try disabling any plugins you have activated to see if anything changes.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘New install works in Firefox but not IE’ is closed to new replies.