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 (happens rarely, 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″.
Hi I’m trying to make a SQL Sentence with GROUP_CONCAT but it’s not working. WP Data Tables is giving me the following error:
“Error There was an error while trying to save the table! Forbidden
Forbidden You do not have permission to access this document.”
If I don’t use GROUP_CONTACT it works.
The SQL I’ve created is :
SELECT wp_wpdatatable_11.wdt_ID,
GROUP_CONCAT(wp_wpdatatable_11.ebaluaziotresnazehatzak separator '-') AS ebaluaziotresnazehatzak,
wp_wpdatatable_3.azpikonpetentziak
FROM wp_wpdatatable_11
INNER JOIN wp_wpdatatable_3
ON wp_wpdatatable_11.idkonpetentziak = wp_wpdatatable_3.wdt_ID
Am I doing something wrong ?
Thanks.
Hi Doble,
Thank you for your purchase.
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 (happens rarely, 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″.
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
perfect! thanks!
Hi Doble,
You are welcome. Glad that we solved the issue.
If you have any more issues feel free to open a new ticket, we will gladly help.
We'd greatly appreciate it if you could take a minute and leave a review on CodeCanyon on this link. Thanks!
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