As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
On line 1607 in wpdatatables/source/class.wpdatatable.php you are passing an array to a 3rd party library. The array's internal pointer however is not guaranteed to be at the first element which the library expects. An example in our case is when $parsedSearch has a value. This causes an exception in PHPSQLCreator since WHERE or anything but the 1st key is not a valid SQL query type. The fix is to add reset($parsedQuery) before $creator->create($parsedQuery);
Thanks and hope to see this in a bug fix release soon.
Hi jacobgalanty,
Thank you for your purchase.
I will forward this to my team to fix that in next update. Thank you very mach for reporting this. We appreciate that.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables