Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro Chrome Error – Google Datepicker

Viewing 2 posts - 1 through 2 (of 2 total)
  • Mark Smallman
    #77848

    Hi,
    Chrome Dev tools was throwing up an error:

    jquery-ui-i18n.min.js:6 Uncaught TypeError: Cannot read property 'regional' of undefined
        at http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/i18n/jquery-ui-i18n.min.js:6:117
        at http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/i18n/jquery-ui-i18n.min.js:6:73
        at http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/i18n/jquery-ui-i18n.min.js:6:84(anonymous function) @ jquery-ui-i18n.min.js:6(anonymous function) @ jquery-ui-i18n.min.js:6(anonymous function) @ jquery-ui-i18n.min.js:6

    Which all relates to the datepicker script.
    I commented out line 618 of the file: wp-content/plugins/search-filter-pro/public/class-search-filter.php
    // wp_register_script( $this->plugin_slug . '-plugin-jquery-i18n', '//ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/i18n/jquery-ui-i18n'.$file_ext, array('jquery'), self::VERSION );
    And the error cleared.
    Just wanted to give you a heads-up.
    it could be that another plugin is already importing that script, but I could find any trace of it with a search on the full site.

    Mark Smallman
    #77868

    Apologies, just noticed the option to load / not load Load jQuery UI i18n files.
    Still finding my way round this, and it’s been a long day 🙂

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

The topic ‘Chrome Error – Google Datepicker’ is closed to new replies.