Hey there, Awesome Customers!

Just a heads up: We'll be taking a breather to celebrate International Workers' Day (May 1st and 2nd - Wednesday and Thursday) and Orthodox Easter from Good Friday (May 3rd) through Easter Monday (May 6th). So, from May 1st to May 6th, our team will be off enjoying some well-deserved downtime.

During this time, our customer support will be running on a smaller crew, but don't worry! We'll still be around to help with any urgent matters, though it might take us a bit longer than usual to get back to you.

We'll be back in action at full throttle on May 7th (Tuesday), ready to tackle your questions and requests with gusto!

In the meantime, you can explore our documentation for Amelia and wpDataTables. You'll find loads of helpful resources, including articles and handy video tutorials on YouTube (Amelia's YouTube Channel and wpDataTables' YouTube Channel). These gems might just have the answers you're looking for while we're kicking back.

Thanks a bunch for your understanding and support!

Catch you on the flip side!

Warm regards,

TMS

Okay
  Public Ticket #3482346
Error adding purchase code
Closed

Comments

  • Ronnie started the conversation

    Hello, I have installed my purchase of the plugin into Wordpress, but when I add in the activation code, I get this error:  Error! You have reached maximum number of registered domains

    I should be able to add 3 domains, and I haven't added any yet. Any help is appreciated.

    Thanks!

  •  1,692
    Miloš replied

    Hello.

    This could be an issue with the SSL certificate on your site.

    There is a workaround for this issue.

    You can edit a PHP file on your FTP in the plugin folder, with any text/code editor.

    This is the path of the file :

     ../wp-content/plugins/wpdatatables/controllers/wdt_admin_ajax_actions.php

     around line 1089 ( during updates the exact lines of code change, so i recommend searching  for string "curl_setopt" with CTRL+F"), you will find this line of code:

    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

    then add this below that :

    curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
    

    in the end it should look like this :

    4594731436.png

    And it will bypass the SSL issue, and activate the license. 

    Please note, though, that if you migrate the site in the future, and the SSL certificate is not updated, you'll need to add this line again.

    -

    Let me know how it goes?

    Thank you

    Kind Regards, 

    Miloš Jovanović
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia 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