• Resolved wpsd2006

    (@wpsd2006)


    Hi after updating to version 4.4
    I got this error on every datatable shortcode in front end in js console

    
    PHP ERROR in Ajax Response
    Object { key: "22497db5a6d897208ef5920d7b605c97", type: "notice", message: "Undefined index: table", file: "wp-content/plugins/wpdatatables/source/class.wpdatatable.php", line: 1878, stack: (3) […], component: "Plugin: wpdatatables" }
    

    What does it mean ?

    • This topic was modified 3 years, 10 months ago by wpsd2006.
Viewing 1 replies (of 1 total)
  • Plugin Author wpDataTables

    (@wpdatatables)

    Hello there.

    Thank you for reaching out to us.

    These errors can happen for a few reasons, but they always happen for server-side tables (MySQL, manual, or imported tables).

    Check if you have any errors, notices, or warnings in your console. If there are, resolve them first because they are interrupting wpDataTables’ admin-ajax calls and the errors returned are referring to either bad Ajax or bad JSON response.

    Another thing that could be causing this is cache. If the data is being cached on the page, the returned data is not the same, or not at least what wpDataTables is expecting to see, so the error occurs. Try clearing all cache from your website and browser, and then prevent the pages containing wpDataTables from being cached.

    Since you’re using the Premium version of the plugin, please open a ticket on our official support platform, and we’ll gladly help you there.

    Commercial products are not supported in these forums, as per this comment by WordPress.org moderators.

    Thank you for understanding.

Viewing 1 replies (of 1 total)

The topic ‘Undefined index table line 1878’ is closed to new replies.