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!
Hi to all,
I have purchased your product(wpdatatables v2.3) before. I bought the new version(v3.0.1), where I had a problem. However, the problem continues.
I am tring to use your %CURRENT_POST_ID% placeholder in add/edit popup. It's working on frontend but there is a critical failure on dataTable. when I want to return back to the same wpdata table to edit I am getting this error and can't edit the table anymore and deleting the table and trying to do this again with an another way..
1-Open column settings,
2-Click EDITING Tab,
3-Set Predefined value(s) as %CURRENT_POST_ID%..
4- Save all and exit and come back again to table management for editing.. You can't access the WpDatatable anymore..
ERROR MESSAGE on top of the admin screen:
Trying to get property 'ID' of non-object in /var/www/html/wp-content/plugins/wpdatatables/source/class.wpdatacolumn.php on line 707
Frontend side seems working, there is no problem. But it does not important without backend.
Please fix this issue for me , otherwise you could cancel my subscription and take it back newly purchase of the same product again! Thanks.
Change this line (wpdatacolumn.php on line 707) like this and add the sollowing function to your PHP file. It works.
$value = str_replace('%CURRENT_POST_ID%', get_the_ID(), $value);
public static function get_the_ID() {
$post = get_post();
return ! empty( $post ) ? $post->ID : false;
}
Hello Ozgur
Thank you for letting us know the issue is resolved.
I have forwarded the ticket to our development team for review.
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