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!
i have a string(text) field, and i've allowed it to be edited in the front page, but, when i change the Editor input type to single value select box i get the below errors:
There was an error while trying to save the table! parsererror
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '; ) tbl WHERE 1=1 ORDER BY (`status`) LIMIT 10' at line 1]
SELECT DISTINCT(`status`) AS `status` FROM ( SELECT * FROM wp_schools ORDER BY created DESC; ) tbl WHERE 1=1 ORDER BY (`status`) LIMIT 10
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '; ) tbl WHERE 1=1 ORDER BY (`status`) LIMIT 10' at line 1]
SELECT DISTINCT(`status`) AS `status` FROM ( SELECT * FROM wp_schools ORDER BY created DESC; ) tbl WHERE 1=1 ORDER BY (`status`) LIMIT 10
Hi Yaron
Thank you for reaching out to us.
If your MySQL-query based wpDataTable doesn’t work correctly with server-side processing, probably this is happening because wpDataTables server has problems with parsing of the query and building new queries dynamically (rarely happens, but does sometimes). To avoid this please prepare a MySQL view (a stored query), which will return the data that you need, call it e.g. “view1” and then build a wpDataTabled based on a simple query like “SELECT * FROM view1″.
Please note some this when working with the server-side processing feature:
Hi Yaron
Please remove the semicolon at the end of the query and let me know the result.
Okey, worked, but i have another question, for the editing i want Predefined value(s) dropdown but not from existing values values that i can add/edit the only option i can see is what in the DB
never mind, found it.
Thanks
Hi Yaron
Thank you for reaching out to us, we are glad to hear you were able to find the solution
If there is anything else we can assist you with please don't hesitate to open a new ticket.
Have a wonderful day!