Viewing 3 replies - 1 through 3 (of 3 total)
  • What script error to you get ?

    Thread Starter T Klein

    (@tklein87gmailcom)

    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 2.0.50727; AskTB5.6)
    Timestamp: Wed, 22 Dec 2010 14:23:58 UTC

    Message: Expected identifier, string or number
    Line: 219
    Char: 11
    Code: 0
    URI: http://www.mysite.net/wp-admin/admin.php?page=nggallery-add-gallery

    // File Tree implementation
    		jQuery(function() {
    		    jQuery("span.browsefiles").show().click(function(){
        		    jQuery("#file_browser").fileTree({
        		      script: "admin-ajax.php?action=ngg_file_browser&nonce=c8934d4cb8",
                      root: jQuery("#galleryfolder").val(),
    IETester Points Here-->    }, function(folder) {
        		        jQuery("#galleryfolder").val( folder );
        		    });
    		    	jQuery("#file_browser").show('slide');
    		    });
    		});

    It gives me the error, then theres no more “tabbed” sections everything is on one page in a big column.Removing the code above fixes the problem but I’m sure its going to cause me errors at some point but so far it works.

    P.S. I was using IE8 in compatability mode, and IE6 to test it. Disabled all my plugins. Sorry I didn’t post this earlier I was in a bit of a hurry when I made this post.

    Alex Rabe!!! Have you seen this in IE 8? I’m using Nextgen gallery and we have had multiple people complain about them popping up in one long row. The images are sliced into really small rectangles and then placed back to back. Is there a fix for this???

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: NextGEN Gallery] IE6/IE8 Compatibility view errors under Add Gallery/Images page.’ is closed to new replies.