test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • omstef Friend
    #161128

    Hello,

    When I enable JA K2 Search Module, i have these error messages:

    Message: ‘null’ is null or not an object
    Line: 319
    Char: 6
    Code: 0
    URI: http://bonplan/plugins/search/jak2_filter/script.js

    Message: Object doesn’t support this property or method
    Line: 59
    Char: 102
    Code: 0
    URI: http://bonplan/media/system/js/mootools.js

    Thanks you for replies.

    Regards

    thuanlq Friend
    #380199

    Hi Omstef,

    To resolve this problem in IE browser, please try to do as following:
    – open the file “script.js” in the folder “plugins/search/jak2_filter/”, then find this lines code:


    if(browser =='ie')
    {
    $('catid').addEvents({
    focus : function(){
    this.setStyle("origWidth", this.getStyle("width"));
    this.setStyle("width", "auto");
    },
    blur : function(){
    this.setStyle("width", this.getStyle("origWidth"));
    }
    });
    }

    Replace to:


    if(browser =='ie')
    {
    if($('catid')){
    $('catid').addEvents({
    focus : function(){
    this.setStyle("origWidth", this.getStyle("width"));
    this.setStyle("width", "auto");
    },
    blur : function(){
    this.setStyle("width", this.getStyle("origWidth"));
    }
    });
    }
    }

    Regards,

    josarro Friend
    #429450

    hello. it´s does´nt work fine, only in the first page, then show this error

    Message: Object does not support this property or method
    Line: 53
    Character: 178
    Code: 0
    URI: http://——–/media/system/js/mootools.js

    Message: Object does not support this property or method
    Line: 53
    Character: 178
    Code: 0
    URI: http://—-media/system/js/mootools.js

    Can you help me?

    Thanks

    josarro Friend
    #429726

    thanks for reply but the error is only in Internet Explorer, no “white Screen”

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by  josarro 13 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum