Hey everyone!
With the holiday season upon us, we want to share our upcoming working hours:
- New Year: Our team will be off on January 1st and 2nd. We’ll be back on Friday, January 3rd, to respond to any messages received during this time.
- Weekend: As usual, we don’t work on weekends, so January 4th and 5th will also be non-working days.
- Orthodox Christmas: Our office will be closed on Monday and Tuesday, January 6th and 7th for the holiday.
After that, we’ll return to our regular schedule and assist you as quickly as possible.
In the meantime, you can explore our documentation for Amelia and wpDataTables. You'll find tons of helpful resources, including articles and handy video tutorials on YouTube (Amelia's YouTube Channel and wpDataTables' YouTube Channel), which might just have the answers you need while we’re away.
Thanks a bunch for your understanding and support!
Warm regards and happy holidays!
TMS
[12-Jul-2023 06:40:36 UTC] PHP Fatal error: Uncaught TypeError: strpos(): Argument #1 ($haystack) must be of type string, array given in /home/customer/www/public_html/wp-content/plugins/wpdatatables/source/class.wpdatatable.php:3944
Hello Miloš,
On all WordPress posts/pages in the frontend with a wpDataTables table in it we get a 500 error by this fatal error. And also when editing wpDataTables tables in the WordPress admin dashboard. We don't have to send a screenshot, your developers can immediately see what's wrong with this error message. In `source/class.wpdatatable.php` on line 3943-3946 we see the following code:
$err = error_get_last();
if(strpos($err, 'Undefined') !== false){
$res = __('Unable to calculate', 'wpdatatables');
}
The https://www.php.net/error_get_last function always returns an `array`, but you process it as a `string`. That's not good, but it's easy to fix for your team.
Remco Tolsma
Pronamic
Hi, Remco,
thank you for this update and for providing more details for our developers.
I have passed this on to them and awaiting their input on the matter.
As soon as they advise, we will report back right away.
Thank you again for your patience and cooperation.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Hi, Remco,
We have just launched the new Update, which includes several bug fixes.
Please update your wpDataTables to Version 5.7.1,
purge cache, and let us know how it seems.
Hopefully, the issue should be resolved, but let us know if this still behaves in the same way.
Updating the plugin to the latest version
Thank you.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
👍 Thanks, seems to work fine.