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 Another Uncaught TypeError

Viewing 3 posts - 1 through 3 (of 3 total)
  • Emil Andreis
    #61503

    Hello,

    I have a problem with Uncaught TypeError: Cannot read property ‘split’ of undefined..

    on page

    http://www.korculahome.com/accommodation-listing/

    I followed similar topics on the support forum and disabled other plugins which loads jquery. but without success.

    After filtering with ajax on the mentioned page, all links stop working.

    Thank you.

    Trevor Moderator
    #61538

    You do indeed have a jQuery problem. I inspected the page source HTML and see quite a few files with the 1.11.4 version query strong on the end (1.11.4 was the old version of jQuery used by WordPress; it now uses 1.12.4), so I am wondering whether any of these files has code in it that is not compatible with jQuery 1.12.4

    It could also be any javascript associated with other plugins. In the first instance, disable as many plugins as you can without stopping S&F from working (you should be able to deactivate most, if not all, plugins). Then check again. However, these are the suspect 1.11.4 file calls in the source HTML:

    <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/core.min.js?ver=1.11.4'></script>
    <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/widget.min.js?ver=1.11.4'></script>
    <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/button.min.js?ver=1.11.4'></script>
    <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/spinner.min.js?ver=1.11.4'></script>
    <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.11.4'></script>
    <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/mouse.min.js?ver=1.11.4'></script>
    <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/slider.min.js?ver=1.11.4'></script>
    <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/draggable.min.js?ver=1.11.4'></script>
    <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/droppable.min.js?ver=1.11.4'></script>
    <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/sortable.min.js?ver=1.11.4'></script>
    <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/selectable.min.js?ver=1.11.4'></script>
    <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/position.min.js?ver=1.11.4'></script>
    <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/menu.min.js?ver=1.11.4'></script>
    <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/autocomplete.min.js?ver=1.11.4'></script>
    <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/tabs.min.js?ver=1.11.4'></script>
    <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/resizable.min.js?ver=1.11.4'></script>
    <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/dialog.min.js?ver=1.11.4'></script>
    <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/effect.min.js?ver=1.11.4'></script>

    These look like they might all be theme files?

    Emil Andreis
    #61835

    It was wrong “pagination selector” setting – after all.

    The problem is solved.

    Thank you.

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

The topic ‘Another Uncaught TypeError’ is closed to new replies.