I built a new query and added my postmeta fields and clicked next (there were about 12 custom fields) and it sat for about 30 seconds or so and then it said Error 524. I tried to do it about 4 times and it keeps saying the same thing.
I am able to run a query with about 5 fields. But anything more than that it gives me error 524. When I use Toolset Views it displays all the fields. Any idea what is going on?
I've already tried to resolve this by eliminating Cloudflare from the equation and I still can't increase the number of fields w/o getting an error. Please help!
Unfortunately, I cannot see the image you shared with me.
I suppose you're using our query constructor to generate this query? If this is true, please note that this tool is not an ultimate query generator. It simply constructs a suggestion of a query. We are constantly working to improve it, but SQL is such a complicated and flexible language that full automation for constructing queries is next to impossible. Consequently, the more complicated the query, the higher is the probability that it will not return exactly what you need. So, you will often need to play around with the resulting query.
You can combine multiple database tables through a query, if that's what you meant to ask.
Can you explain to me, step-by-step how I can recreate the issue on your end, and then please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party.
You can write credentials here just check Private Reply so nobody can see them except us.
It seems like the views don't accept subqueries (multiple SELECT statements), so you would need to create a new custom query that would pull the data you need.
Unfortunately, writing custom queries is not included in the provided support for the plugin, so I can't help you with that. Would you be able to change the timeout limit, and see if the table will be generated from the query constructor?
If that doesn't help, you'll need to write another query to generate this table.
I can only recommend these services for customization:
First see what it's set to now. Set it to be at least 300 seconds, but you can go for more. Check with your hosting provider what the best value would be. As for the datetime, you would need to simply change the format in wpDataTables settings, so it's the same as it is in the database (I believe it's MM/DD/YYY by default).
I built a new query and added my postmeta fields and clicked next (there were about 12 custom fields) and it sat for about 30 seconds or so and then it said Error 524. I tried to do it about 4 times and it keeps saying the same thing.
I am able to run a query with about 5 fields. But anything more than that it gives me error 524. When I use Toolset Views it displays all the fields. Any idea what is going on?
I've already tried to resolve this by eliminating Cloudflare from the equation and I still can't increase the number of fields w/o getting an error. Please help!
Hello Larry
Thank you for your purchase.
Unfortunately, I cannot see the image you shared with me.
I suppose you're using our query constructor to generate this query? If this is true, please note that this tool is not an ultimate query generator. It simply constructs a suggestion of a query. We are constantly working to improve it, but SQL is such a complicated and flexible language that full automation for constructing queries is next to impossible. Consequently, the more complicated the query, the higher is the probability that it will not return exactly what you need. So, you will often need to play around with the resulting query.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
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
Can I combine two different queries? I dont' really understand SQL.
Hello again Larry
You can combine multiple database tables through a query, if that's what you meant to ask.
Can you explain to me, step-by-step how I can recreate the issue on your end, and then please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party.
You can write credentials here just check Private Reply so nobody can see them except us.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
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 again Larry
It seems like the views don't accept subqueries (multiple SELECT statements), so you would need to create a new custom query that would pull the data you need.
Unfortunately, writing custom queries is not included in the provided support for the plugin, so I can't help you with that. Would you be able to change the timeout limit, and see if the table will be generated from the query constructor?
If that doesn't help, you'll need to write another query to generate this table.
I can only recommend these services for customization:
https://codeable.io/?ref=l1TW1
https://wpkraken.io/?tms-plugins
They do develop such solutions, so if you need some custom work, could you please contact them?
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
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
What would you suggest the timeout(s) be changed to? Also, is it the same issue to modify the date format?
Hi again Larry
First see what it's set to now. Set it to be at least 300 seconds, but you can go for more. Check with your hosting provider what the best value would be. As for the datetime, you would need to simply change the format in wpDataTables settings, so it's the same as it is in the database (I believe it's MM/DD/YYY by default).
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
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