I have just purchased Wp-DataTables and I've had success creating a standard table however when i try to create a table that is linked to an existing MySQL database then the Wp-DataTables just keeps loading, I've tried leaving it for several hours (on a database with a single item) and still nothing, i have even tried to completely restore the website to how it was before the plugin is installed and once the plugin was reinstalled and I tried to make a table from the SQL database then the problem returns and it just loads indefinitely, as I type this message it's currently been loading for about 3 hours which seems like an abnormal amount for a database with a single record.
Please provide me a temporary WP-admin (administrator) user 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 parties.
You can write credentials here just check PRIVATE Reply so nobody can see them except us.
Also, please tell me which query you used, so I can try and replicate the issue when I log in.
Actually, there's no need for that. I found the issue.
You have the "wpDataTables Integration for Forminator Forms" add-on installed, but you don't have the Forminator plugin installed. It was throwing a 500 - server error, and when I disabled that add-on, I was able to create a MySQL query-based table.
Thanks a lot Aleksandar I'm glad you were able to help me, now I tried making a SQL table and it worked on the first try :) I got an error that said "There was an error while trying to save the table! Bad Request 0" when I tried to change the settings of the table, but after a few minutes it seemed to work so I don't think that is a serious error, thanks for the help.
Its been a while and I'm still getting the bad request 0 error, is this a common error? I've done some research but still found no fixes have you got anything in mind that could help ? see the attached image
This is a server error and it's usually happening when the server can't or won't process the request. You can try flushing your server's DNS cache (flush all cache altogether, for that matter), and try constructing your query without back-ticks ( ` ) and without calling the table name if all columns are pulled from the same table.
For example, in the Listing Basic table, you would need to modify the headers in the database first so they're not `Short Description`, but instead `Short_Description` or something like that, so then you'd be able to change the query to this:
SELECT Province,
Town,
Category,
Keywords,
Business_Name,
Short_Description
FROM Listings
Using back-ticks can cause some issues with the plugin. It never caused these 400 - bad request errors, but it's worth a shot.
You can also check with your hosting provider if they have an error log about this error.
I just flushed the DNS and went back into WordPress to change the SQL query, I used this very basic query to test it: "SELECT * FROM Listings", and it still returned the same error when I tried to save the table the error read "There was an error while trying to save the table! Bad Request 0" this time I didn't modify any other table settings other than the SQL query itself.
I forwarded this ticket to our developers, and as soon as I hear from them I will let you know.
Would you be able to provide us with FTP and Database access credentials (again, in a PRIVATE response)? These errors, however, are usually caused by something on the server, not data or any of the plugins you may have installed, but let's wait for our developers' opinion.
Hello, sorry for that, the other IT guy I work with was looking at the website and he changed the ftp login details during the process, I will privately forward the new details after this response.
In terms of the security plugins yesterday I tried to disable all of them and the problem still occurred, but I'll disable all plugins except elementor (design plugin that is needed) and wpdatatabes, then there should be less room for error, just note I will be disabling these plugins rather then deleting them.
I tried to duplicate the site using All-In-One WP Migration, but that doesn't seem to work on a multisite installation, or your multisite configuration doesn't allow it to run, so I couldn't duplicate the site.
I forwarded the ticket to our developers again, and as soon as I hear from them I will let you know.
Unfortunately, we can't add additional emails when responding to tickets.
Something is causing a conflict. Whether it's a plugin or the theme we can't say for sure because when we refresh the page it tries to save it, but when you try again it returns this error because the JSON is not valid and it doesn't reach the back-end at all.
This is being added before sending accent graves ( ` ) instead of the regular single quote ( ' ) and that's why it breaks.
Can you please change the theme and see if the issue is resolved? If not, then please deactivate all other plugins except for our plugin, refresh the page where the issue is, and see if it is resolved (it should be). If it is, then start activating other plugins one by one, and after each activation refresh the page to see if the issue reoccurred. Once it does reoccur, you will have found the plugin causing the issue.
If this doesn't help, please send us the duplicated (migrated) site, so we can test locally.
the ( ` ) quotes which were added weren't added by myself that is just how word press generated it, the queries I've been using are also generated by the WP-DataTables plugin so if there is a problem with the query then there is a problem in the back end with the way that Wp-DataTables generates the query because no custom coding has been done at all its only been worked on through the GUI interface,
I will change the theme, but I cannot disable any other plugins since all of them are already disabled (other than Wp-DataTables and its integration with Forminator forms (which has also got issues), I will disable Forminator forms as well just to be sure.
I don't know how to send you the Duplicated site, are you looking for the SQL files you need to duplicate it or do you want me to setup the site on a whole new domain, I can set it up on a new domain but I cant pay for another Wp-DataTables Certificate since my client is already fighting with me for purchasing it once and that one not working, they will not be very keen on paying again since the first one doesn't work, the plan is to buy another license once this demo is finished but there's no way I can convince them to pay double without a working model first.
Thank you for getting back to me, but we can't duplicate the site like that.
You can install the Duplicator plugin. It will generate a couple of files that you can send me (along with the log-in credentials), and then I can create an exact copy of your website, see what the issue is and try to resolve it.
The Duplicator plugin can export only up to 500MB of data, so if your site is bigger than that, please use the All-in-One WP Migration plugin.
Please note that the files will be too large to attach to the ticket, so you can upload them via wetransfer.com and just send me the link.
It's not the back-ticks (accent graves) in the query, but in the JSON that's being returned:
This is the JSON that returns the table's configuration and the query has nothing to do with it. In fact, the query that's being used here is as simple as it can be:
So, that's not generated by our plugin, but instead a conflict with something else on your site.
If you manage to generate a duplicated site using the All-in-One WP Migration plugin, our developers will debug it, and see if they can find the culprit. If you're not able to do it, do we have your permission to log in with the credentials you previously created, and create the duplicated site ourselves?
Is it not possible to migrate the site with FTP and the SQL details ? i have done this many times in the past, I can even help you do it now, to actually use the All in one Wp migration ill need to pay an additional $200 and im not even sure if that will help fix the problem
The All-In-One WP Migration plugin is actually free, and I used it yesterday on a site that was over 5GB in size, so you should have no issues with it, nor would you have to pay anything.
It is not impossible to duplicate the site this way, but our developers don't practice it since it takes a lot of time and we have a lot of users that require our attention. Using the Duplicator plugin for smaller sites, or All-In-One WP Migration for larger sites is a lot faster and literally takes 5 minutes to set it up locally.
If you're still facing issues with this, let me know and I can log into your account and duplicate the site with your approval, of course.
All in one wp migration is only free for a regular website, for a multi site I need to pay $200 to get the extension,
Will it be possible to change the website which this plugin is used for? The current hosting provider says that they cant fix this issue either so i want to try on a different host.
I was not aware of this multi-site limitation with All-In-One WP Migration, thank you.
You can change the site, of course. Make sure to deactivate the license in wpDataTables settings/Activation, activate it on another website and then activate the purchase code again through settings.
I have moved the website to iinfoshop.co.za now and it seems to be working, is there anything else I need to do to change the subscription to wpdatables from the one domain to the other ?
thanks for the help you can close this ticket if you'd like
There's nothing else you need to do when moving the license to another site - simply deactivate it on one domain and activate it on another domain, and that's it.
If you need some further assistance, please feel free to reach out to us.
I have just purchased Wp-DataTables and I've had success creating a standard table however when i try to create a table that is linked to an existing MySQL database then the Wp-DataTables just keeps loading, I've tried leaving it for several hours (on a database with a single item) and still nothing, i have even tried to completely restore the website to how it was before the plugin is installed and once the plugin was reinstalled and I tried to make a table from the SQL database then the problem returns and it just loads indefinitely, as I type this message it's currently been loading for about 3 hours which seems like an abnormal amount for a database with a single record.
Hello Damian
Thank you for your purchase.
Please provide me a temporary WP-admin (administrator) user 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 parties.
You can write credentials here just check PRIVATE Reply so nobody can see them except us.
Also, please tell me which query you used, so I can try and replicate the issue when I log in.
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
Hello again Damian.
I'm sorry, but I still can't access the page:
Are you able to access it, because this seems like a whole other issue than what I used to see, when Serbia was not white-listed?
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
Oh I see the problem, its a server error I'll start a restore and then send a message here when the restore is complete.
The server problem is now fixed you should be able to login now...
Hey Damian
Actually, there's no need for that. I found the issue.
You have the "wpDataTables Integration for Forminator Forms" add-on installed, but you don't have the Forminator plugin installed. It was throwing a 500 - server error, and when I disabled that add-on, I was able to create a MySQL query-based table.
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
Thanks a lot Aleksandar I'm glad you were able to help me, now I tried making a SQL table and it worked on the first try :) I got an error that said "There was an error while trying to save the table! Bad Request 0" when I tried to change the settings of the table, but after a few minutes it seemed to work so I don't think that is a serious error, thanks for the help.
Its been a while and I'm still getting the bad request 0 error, is this a common error? I've done some research but still found no fixes have you got anything in mind that could help ? see the attached image
Hey Damian.
This is a server error and it's usually happening when the server can't or won't process the request. You can try flushing your server's DNS cache (flush all cache altogether, for that matter), and try constructing your query without back-ticks ( ` ) and without calling the table name if all columns are pulled from the same table.
For example, in the Listing Basic table, you would need to modify the headers in the database first so they're not `Short Description`, but instead `Short_Description` or something like that, so then you'd be able to change the query to this:
Using back-ticks can cause some issues with the plugin. It never caused these 400 - bad request errors, but it's worth a shot.
You can also check with your hosting provider if they have an error log about this error.
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
I just flushed the DNS and went back into WordPress to change the SQL query, I used this very basic query to test it: "SELECT * FROM Listings", and it still returned the same error when I tried to save the table the error read "There was an error while trying to save the table! Bad Request 0" this time I didn't modify any other table settings other than the SQL query itself.
Hi again Damian
I forwarded this ticket to our developers, and as soon as I hear from them I will let you know.
Would you be able to provide us with FTP and Database access credentials (again, in a PRIVATE response)? These errors, however, are usually caused by something on the server, not data or any of the plugins you may have installed, but let's wait for our developers' opinion.
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
Hello, sorry for that, the other IT guy I work with was looking at the website and he changed the ftp login details during the process, I will privately forward the new details after this response.
In terms of the security plugins yesterday I tried to disable all of them and the problem still occurred, but I'll disable all plugins except elementor (design plugin that is needed) and wpdatatabes, then there should be less room for error, just note I will be disabling these plugins rather then deleting them.
Hey Damian
Thank you for the new FTP credentials.
I tried to duplicate the site using All-In-One WP Migration, but that doesn't seem to work on a multisite installation, or your multisite configuration doesn't allow it to run, so I couldn't duplicate the site.
I forwarded the ticket to our developers again, and as soon as I hear from them I will let you know.
Unfortunately, we can't add additional emails when responding to tickets.
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
all in one wp-migration wont work on this website what does work to migrate it is if you
1. download whole site as local copy
2. use code editor to search and replace the old link with the new one
3.modify the SQL links and database name in the create database Query (with search and replace)
4.Upload the database query to php my admin
5. modify wp-config.php to include new sql password, username and database name
6. Upload modified website content to public_html folder on the testing site
if you would like to migrate it this way let me know and ill send you the SQL query you can use to create the database?
Hello again Damian.
Something is causing a conflict. Whether it's a plugin or the theme we can't say for sure because when we refresh the page it tries to save it, but when you try again it returns this error because the JSON is not valid and it doesn't reach the back-end at all.
This is being added before sending accent graves ( ` ) instead of the regular single quote ( ' ) and that's why it breaks.
Can you please change the theme and see if the issue is resolved? If not, then please deactivate all other plugins except for our plugin, refresh the page where the issue is, and see if it is resolved (it should be). If it is, then start activating other plugins one by one, and after each activation refresh the page to see if the issue reoccurred. Once it does reoccur, you will have found the plugin causing the issue.
If this doesn't help, please send us the duplicated (migrated) site, so we can test locally.
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
the ( ` ) quotes which were added weren't added by myself that is just how word press generated it, the queries I've been using are also generated by the WP-DataTables plugin so if there is a problem with the query then there is a problem in the back end with the way that Wp-DataTables generates the query because no custom coding has been done at all its only been worked on through the GUI interface,
I will change the theme, but I cannot disable any other plugins since all of them are already disabled (other than Wp-DataTables and its integration with Forminator forms (which has also got issues), I will disable Forminator forms as well just to be sure.
I don't know how to send you the Duplicated site, are you looking for the SQL files you need to duplicate it or do you want me to setup the site on a whole new domain, I can set it up on a new domain but I cant pay for another Wp-DataTables Certificate since my client is already fighting with me for purchasing it once and that one not working, they will not be very keen on paying again since the first one doesn't work, the plan is to buy another license once this demo is finished but there's no way I can convince them to pay double without a working model first.
Regards
Damian De Wet
Hello Damian
Thank you for getting back to me, but we can't duplicate the site like that.
You can install the Duplicator plugin. It will generate a couple of files that you can send me (along with the log-in credentials), and then I can create an exact copy of your website, see what the issue is and try to resolve it.
The Duplicator plugin can export only up to 500MB of data, so if your site is bigger than that, please use the All-in-One WP Migration plugin.
Please note that the files will be too large to attach to the ticket, so you can upload them via wetransfer.com and just send me the link.
It's not the back-ticks (accent graves) in the query, but in the JSON that's being returned:
This is the JSON that returns the table's configuration and the query has nothing to do with it. In fact, the query that's being used here is as simple as it can be:
So, that's not generated by our plugin, but instead a conflict with something else on your site.
If you manage to generate a duplicated site using the All-in-One WP Migration plugin, our developers will debug it, and see if they can find the culprit. If you're not able to do it, do we have your permission to log in with the credentials you previously created, and create the duplicated site ourselves?
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
Is it not possible to migrate the site with FTP and the SQL details ? i have done this many times in the past, I can even help you do it now, to actually use the All in one Wp migration ill need to pay an additional $200 and im not even sure if that will help fix the problem
Hi again Damian
The All-In-One WP Migration plugin is actually free, and I used it yesterday on a site that was over 5GB in size, so you should have no issues with it, nor would you have to pay anything.
It is not impossible to duplicate the site this way, but our developers don't practice it since it takes a lot of time and we have a lot of users that require our attention. Using the Duplicator plugin for smaller sites, or All-In-One WP Migration for larger sites is a lot faster and literally takes 5 minutes to set it up locally.
If you're still facing issues with this, let me know and I can log into your account and duplicate the site with your approval, of course.
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
All in one wp migration is only free for a regular website, for a multi site I need to pay $200 to get the extension,
Will it be possible to change the website which this plugin is used for? The current hosting provider says that they cant fix this issue either so i want to try on a different host.
Hi again Damian.
I was not aware of this multi-site limitation with All-In-One WP Migration, thank you.
You can change the site, of course. Make sure to deactivate the license in wpDataTables settings/Activation, activate it on another website and then activate the purchase code again through settings.
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
Hello,
I have moved the website to iinfoshop.co.za now and it seems to be working, is there anything else I need to do to change the subscription to wpdatables from the one domain to the other ?
thanks for the help you can close this ticket if you'd like
Hi again Damian
There's nothing else you need to do when moving the license to another site - simply deactivate it on one domain and activate it on another domain, and that's it.
If you need some further assistance, please feel free to reach out to 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