• Resolved WebBasser

    (@webbasser)


    Hello,

    I am receiving this error message:

    DataTables warning: table id=table_1 – Cannot reinitialise DataTable. For more information about this error, please see http://datatables.net/tn/3

    I have visited that link and tried to put in the javascript shown there in the custom settings, but this doesn’t seem to change anything – I am still getting the same error.

    Weird thing is – I do NOT have a table #1. Is “table_1” a default table that is necessary for the program to run?

    If it is, how to install this table? Cannot create a table and change its ID.

    Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Milos Jovanovic

    (@milosjovanovicwpdt)

    Hello,

    From the evidence, this error isn’t unique to wpDataTables Lite — it’s a standard DataTables issue that occurs when the table is initialized more than once.
    (Our plugin is based on the DataTables.net jQuery library.)
    This usually happens due to a conflict with another plugin or theme loading the table scripts again.

    Here’s how to troubleshoot:

    1. Temporarily switch to a default theme (e.g., Twenty Twenty-Four).
    2. Deactivate all plugins except wpDataTables.
    3. Test the table again.
      • If the error disappears, reactivate your plugins one by one until the conflict reappears.
    4. Pay special attention to caching/minification plugins (e.g., WP-Optimize) — these can sometimes cause scripts to be loaded twice.

    I hope that helps to isolate the issue.
    Kind regards,
    Milos

Viewing 1 replies (of 1 total)

The topic ‘Where is Table 1?’ is closed to new replies.