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. For a long time and until today i was using a MySQL query with no issues with the wpdatatables plugin. This morning when we tried to open the report the table was empty. I opened the wpdatatable query and it was giving an error that said we had to use
SET SQL_BIG_SELECTS=1 before the query because the MAX_JOIN_SIZE limitation.
I tried to add the
SET SQL_BIG_SELECTS=1 but wpdatatables wasn't accepting it always giving a sintax error.
A few mins ago i tried to connect wpdatatables to an slave db i have externally and i checked a couple of reports working correctly. I went back and selected the local wordpress database. Tried the report that wasn't working and suddenly started working correctly no errors about the MAX_JOIN_SIZE or SET SQL_BIG_SELECTS=1.
Is there any possibility that the plugin reset something that suddenly the report started working? I checked with Pagely (our server hosting provider) and the MAX_JOIN_SIZE is set to super big value already.
Any advice will be appreciated.
Thanks
Francisco Cabrera
Hi Primalforce,
Plugin just tries to execute every query that you input. We do not reset anything on our side. Maybe this was same temporary problem with server. Please inspect server error logs for more information and if you find anything suspicious get back to me and we will find a solution
Hi Primalforce,
For query like this we usually suggesting our users to create MySQL VIEW and use that as data source. Creating it in phpMyAdmin or other database management software is relatively easy process. WIth VIEW you shouldn't have this problem and some other problems that could occur with query like this should be omitted.
Hi Miljko.
After having again issues today with the report and the server limiting the query due to the max_join_size the Pagely support agent Oscar Gomez wrote a plugin to fix the issue. It could be nice for people that have the same issue to create an option within the query admin screen where you can include this on any individual query.
I tried to add the SET SQL_BIG_SELECT=1; in the query but wpdatatable plugin didn't let me saying that there was a sintax error in the query. Thats when the support team developed this function.
Hi Primalforce,
Thank you very much for sharing this with us.
We will investigate this problem and come with solution for it although I still think that creating a VIEW from your query is more optimized solution.