• Resolved maaper

    (@maaper)


    Dear all, my web is breaking with this error.
    Can you help me to solve it?

    Fatal error: Uncaught Error: Call to a member function setFilterType() on bool in /home/……../public_html/wp-content/plugins/wpdatatables/source/class.wpdatatable.php on line 3183

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author wpDataTables

    (@wpdatatables)

    Hi maaper,

    Sorry for trouble,

    Those kind of errors can happened when you have created tables from existing data source like Excel or CSV. There are notices in our docs about that

    Please note: Once you create a table from an Excel or CSV file, changes in this file, like:

    Changing the column’s name,
    Changing the column’s order,
    Deleting the column, and
    Adding a new column.
    are highly not recommended, because the table in the wpDataTable plugin will not work, at the moment. If you make any of these changes, please recreate the table again.

    Thread Starter maaper

    (@maaper)

    Thank you that was exactly the issue, I made some change in the column name.
    Do you have any plan to solve that and avoid that ugly error also reproduced in the frontend?

    Thanks for your help.

    Plugin Author wpDataTables

    (@wpdatatables)

    Hi maaper,
    You are welcome.

    Yes it will be fixed in near future.

    Best regards.

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

The topic ‘Error on plugin’ is closed to new replies.