My tables always crash when I edit them (I have attached a screenshot for what I get wen it crashes).
Basically, what happens is that everytime I edit something and click "Apply", it works for the first time. But if I change something else and click apply again, it crashes. The only way to prevent this from happening is if I refresh the page before doing another edit.
Can you please tell me do you have installed mod_security on your server because this error when the date appears is almost 99% related to mod_security.
In regards to a site on your hosting account, the cause of the 406 error is usually due to a mod_security rule on the server.
Mod_security is a security module in the Apache web server that is enabled by default on all hosting accounts. Apache web server, scans for violations of the rules it has set. If an action occurs that violates one of these rules, the server will throw a 406 error.
1. If you’re receiving this message when trying to save wpDataTable based on MySQL query from your WP Admin, it means your hosting provider is restricting access to some of WordPress’ native functionality. To solve it, contact your hosting provider to ask them to remove this restriction.
2. Adding the following to the top of your .htaccess file. (This should be a temporary measure. You could try it just to see if it will work, but you probably don’t want to leave it.) <IfModule mod_security.c> SecFilterEngine OffSec FilterScanPOST Off </IfModule>
3. Backup your .htaccess file if you have one in the public_html directory. Open the .htaccess file with any text editor and observe the lines between the “# BEGIN WordPress” and “# END WordPress” tags. Make sure the lines look somewhat like the following. If not then update the file with the following content and upload it to the ‘public_html’ directory. # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Just another (unrelated) question: Is there any way in which I can make charts downloadable wihtout using Highcharts but rather Google charts or Charts.js?
Maybe the best option would be to ask your hosting providers to disable the mod_security for you rather then changing the files by your self.
About the downloadable charts: We are using third party libraries for displaying the chart and unfortunately only highcharts library have the option to download their charts. Something like this is not on our side.
Mod security has already been disabled and the problem persists. Moreover, I'm not sure that it is related to mod security since this was not happening before and mod security has always been there.
Thanks for your answer. I have found that, when I tried to edit the tables and got that blank screen with date and time, the server logs show the following error:
The issue with the WordFence plugin is that they have some security that is not allowing editing and configuring our tables, or any communication with the database where that tables are saved.
So now when we know the issue is because of it, my suggestion is to ask Word fence team to whitelist our plugin if that is possible on their side so you can use both plugins at the same time.
Hi,
My tables always crash when I edit them (I have attached a screenshot for what I get wen it crashes).
Basically, what happens is that everytime I edit something and click "Apply", it works for the first time. But if I change something else and click apply again, it crashes. The only way to prevent this from happening is if I refresh the page before doing another edit.
HI trendtype,
Thank you for your purchase.
Can you please tell me do you have installed mod_security on your server because this error when the date appears is almost 99% related to mod_security.
Best regards.
Kind Regards,
Miloš Jovanović
[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 Bogdan,
We do have mod_security installed on our server.
Hi trendtype
In regards to a site on your hosting account, the cause of the 406 error is usually due to a mod_security rule on the server.
Mod_security is a security module in the Apache web server that is enabled by default on all hosting accounts.
Apache web server, scans for violations of the rules it has set.
If an action occurs that violates one of these rules, the server will throw a 406 error.
1. If you’re receiving this message when trying to save wpDataTable based on MySQL query from your WP Admin,
it means your hosting provider is restricting access to some of WordPress’ native functionality.
To solve it, contact your hosting provider to ask them to remove this restriction.
2. Adding the following to the top of your .htaccess file. (This should be a temporary measure.
You could try it just to see if it will work, but you probably don’t want to leave it.)
<IfModule mod_security.c>
SecFilterEngine OffSec
FilterScanPOST Off
</IfModule>
3. Backup your .htaccess file if you have one in the public_html directory.
Open the .htaccess file with any text editor and observe the lines between the “# BEGIN WordPress” and “# END WordPress” tags.
Make sure the lines look somewhat like the following. If not then update the file with the following content and upload it to the ‘public_html’ directory.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Kind Regards,
Miloš Jovanović
[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 Bogdan,
I did what you said in the htaccess file and it is still not working.
Hi trendtype,
Can you please provide me temporary WP admin credentials because I can not login with the old ones.
Just please check PRIVATE reply so nobody can see it except us.
Best regards.
Kind Regards,
Miloš Jovanović
[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 Bogdan,
Just another (unrelated) question: Is there any way in which I can make charts downloadable wihtout using Highcharts but rather Google charts or Charts.js?
Thank you
Hi Francisco,
Maybe the best option would be to ask your hosting providers to disable the mod_security for you rather then changing the files by your self.
About the downloadable charts: We are using third party libraries for displaying the chart and unfortunately only highcharts library have the option to download their charts.
Something like this is not on our side.
Best regards.
Kind Regards,
Miloš Jovanović
[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 Bogdan,
Thank you for your reply.
Mod security has already been disabled and the problem persists. Moreover, I'm not sure that it is related to mod security since this was not happening before and mod security has always been there.
Regards,
Francisco
HI Francisco,
Can you please tell me are there any server errors in the server log after you see this date.
Best regards.
Kind Regards,
Miloš Jovanović
[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 Bogdan,
Thanks for your answer. I have found that, when I tried to edit the tables and got that blank screen with date and time, the server logs show the following error:
Thanks
Hi Francisco,
Can you please provide me access to your site because I can not login with the old credentials.
Just check PRIVATE reply so nobody can see it except us.
Best regards.
Kind Regards,
Miloš Jovanović
[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 Francisco,
This is the message that I get when I now try to configure the table ( attachment)
Also can you please deactivate WordFence plugin and tell me do you still have the same issue.
Best regards.
Kind Regards,
Miloš Jovanović
[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 Francisco,
The issue with the WordFence plugin is that they have some security that is not allowing editing and configuring our tables, or any communication with the database where that tables are saved.
So now when we know the issue is because of it, my suggestion is to ask Word fence team to whitelist our plugin if that is possible on their side so you can use both plugins at the same time.
Best regards.
Kind Regards,
Miloš Jovanović
[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 Bogdan,
Will do that.
Thanks a lot for your help,
Francisco
HI Francisco
The pleasure is mine, hope that everything will work fine.
Best regards.
Kind Regards,
Miloš Jovanović
[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