Hey everyone!
With the holiday season upon us, we want to share our upcoming working hours:
- New Year: Our team will be off on January 1st and 2nd. We’ll be back on Friday, January 3rd, to respond to any messages received during this time.
- Weekend: As usual, we don’t work on weekends, so January 4th and 5th will also be non-working days.
- Orthodox Christmas: Our office will be closed on Monday and Tuesday, January 6th and 7th for the holiday.
After that, we’ll return to our regular schedule and assist you as quickly as possible.
In the meantime, you can explore our documentation for Amelia and wpDataTables. You'll find tons of helpful resources, including articles and handy video tutorials on YouTube (Amelia's YouTube Channel and wpDataTables' YouTube Channel), which might just have the answers you need while we’re away.
Thanks a bunch for your understanding and support!
Warm regards and happy holidays!
TMS
Hello,
Does wpDataTables all connection tosecured mysql connection?
I tried but getting this error:
wpDataTables could not connect to mysql server. mysql said: There was a problem with your SQL connection - Connections using insecure transport are prohibited while --require_secure_transport=ON.
This is critical for my purchase decision.
Also, I missed your Jan 10 deadline to purchased the plug-in, if you can another promotion or if you can extend the existing one, I will really appreciate.
Thanks
Rahim
Another error:
wpDataTables could not connect to mysql server. mysql said: There was a problem with your SQL connection - SSL connection is required. Please specify SSL options and retry
Hello Rahim
Thank you for your interest in our plugin.
If you're using MySQL, you should add mysqli_set_ssl after mysqli_connect in this file:
wp-content/plugins/wpdatatables/source/class.sql.php on line 47
You can read more about this on stack overflow.
For other SQL engines, you should use PDO extension, so if it's SQL, you can take a look on this link.
And if you're using POSTGRESQL, you can take a look here.
It seems that the server is blocking wpDataTables from connecting to this database with require_secure_transport turned on. You can try whitelisting your website's IP address, and see if that works. If it doesn't, I don't believe you'll be able to connect the plugin to the database without disabling this. I never saw this error before, and we've never had any issues with users' security being compromised.
As for the promotion, unfortunately I'm not able to extend it. Our promo price ended on 10th of January. The promo campaign was live on Black Friday for 3 weeks, and also for New Year and Christmas till 10th of January.
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
Thank you, let me give it a try.
R
You're welcome, Rahim
I hope that helps.
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