We're Moving to a New Support Platform – Starting June 1st!
We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.
You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.
While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.
We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.
Thanks for your continued support and trust – we’re excited to bring you an even better support experience!
When I embed a wpdatatables shortcode in an elementor page, it causes a fatal error. Here's the stacktrace from log file:
[09-Sep-2020 05:56:20 UTC] PHP Notice: Undefined index: in /var/www/primeinvestor.in/htdocs/wp-content/plugins/wpdatatables/source/class.wpdatatable.php on line 1042
[09-Sep-2020 05:56:20 UTC] PHP Notice: Undefined index: in /var/www/primeinvestor.in/htdocs/wp-content/plugins/wpdatatables/source/class.wpdatatable.php on line 339
[09-Sep-2020 05:56:20 UTC] PHP Notice: Undefined index: in /var/www/primeinvestor.in/htdocs/wp-content/plugins/wpdatatables/source/class.wpdatatable.php on line 340
[09-Sep-2020 05:56:20 UTC] PHP Fatal error: Uncaught Error: Call to a member function setFilterType() on bool in /var/www/primeinvestor.in/htdocs/wp-content/plugins/wpdatatables/source/class.wpdatatable.php:3031
Stack trace:
#0 /var/www/primeinvestor.in/htdocs/wp-content/plugins/wpdatatables/source/class.wpdatatable.php(3008): WPDataTable->prepareRenderingRules()
#1 /var/www/primeinvestor.in/htdocs/wp-content/plugins/wpdatatables/controllers/wdt_functions.php(587): WPDataTable->fillFromData()
#2 /var/www/primeinvestor.in/htdocs/wp-includes/shortcodes.php(343): wdtWpDataTableShortcodeHandler()
#3 [internal function]: do_shortcode_tag()
#4 /var/www/primeinvestor.in/htdocs/wp-includes/shortcodes.php(218): preg_replace_callback()
#5 /var/www/primeinvestor.in/htdocs/wp-includes/class-wp-hook.php(287): do_shortcode()
#6 /var/www/primeinvestor.in/htdocs/wp-includes/plugin.php(206): WP_Hook->apply_filters()
#7 /var/www/primeinvestor.in/htdocs/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(1683): apply_filters()
#8 /var/www/primeinvestor.in/h in /var/www/primeinvestor.in/htdocs/wp-content/plugins/wpdatatables/source/class.wpdatatable.php on line 3031
This is happening with regular Gutenberg editor as well. After this happens, the page becomes unusable and I have to trash the page and start over again, even to test.
OK, narrowing down, this is happening just with one table though. The others seem fine (although I am having other issues with those tables). Can you tell me what could cause a fatal error in a table? Something about column definition?
To add to my woes, I can't even go into the table configuration of this table - it's throwing the same fatal error.
Ok, the Fatal error problem is solved. The issue was I had edited the csv file to add a column name in place of an empty column name. Wish Wpdatatables was a little more graceful about this failure. But I updated it and it's find now.
Hello Srikanth
Thanks for letting us know the issue is resolved.
For future reference, this limitation goes for all tables linked to an existing data source, except for SQL query based tables.
You can see it in our documentation:
Please note: Once you create a table from a CSV file, changes in this file like:
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.
Kind Regards,
Aleksandar Vuković
aleksandar.vukovic@tmsproducts.io
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
It would be great if this error failed gracefully instead of locking up the edit screen for both that table and for any pages that the table is embedded on.
I agree with you, Lee
Unfortunately, we haven't been able to make that possible up until now. Our developers will be working on it in the future, though.
Kind Regards,
Aleksandar Vuković
aleksandar.vukovic@tmsproducts.io
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables