I just purchased Amelia to include it to a site I am creating for a yoga teacher. This site is locally installed and not yet live. I wanted to "upload" the plugin to my local installation. But I always receive the error message "Link expired - please try again".
I already set my maximum upload limit higher and increased the maximum execution time. But nothing helps.
Thank you for purchasing our product, and for reaching out to us.
This could be an issue with the SSL certificate.
Are you maybe using Let's Encrypt for an SSL certificate? If you are, please update it because their certificate expired on the 1st of October, 2021.
Reach out to your hosting provider, and ask them to update the certificate. Even though the certificate could say that it's valid until 2022, or 2023, please check Let's Encrypt's official notice about this change.
To bypass this, you can go to file ../wp-content/ameliabooking/src/Application/Commands/Activation/ActivatePluginCommandHandler.php and on line 51 you'll see this:
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
Below that line, add this:
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
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.
thanks for the quick answer. The website is currently only installed locally on my Mac. Therefore there isn't any SSL certificate in use. Is it possible to install the plugin anyway to configurate it locally and add appointments before the website goes live? Thanks in advance!
Hey there, I just fixed the problem. I copied the .zip-file of the plugin into my plugin-folder and unzipped it there. That worked well! Thanks for your support!
We are glad to hear that everything is fine now and should you have any further inquiries, we kindly request that you open separate tickets for each question and we will gladly help you there.
Hey there,
I just purchased Amelia to include it to a site I am creating for a yoga teacher. This site is locally installed and not yet live. I wanted to "upload" the plugin to my local installation. But I always receive the error message "Link expired - please try again".
I already set my maximum upload limit higher and increased the maximum execution time. But nothing helps.
Please let me know, if you could fix the problem.
Thanks in advance!
All the best
Kai
Hello Kai,
Thank you for purchasing our product, and for reaching out to us.
This could be an issue with the SSL certificate.
Are you maybe using Let's Encrypt for an SSL certificate? If you are, please update it because their certificate expired on the 1st of October, 2021.
Reach out to your hosting provider, and ask them to update the certificate. Even though the certificate could say that it's valid until 2022, or 2023, please check Let's Encrypt's official notice about this change.
To bypass this, you can go to file ../wp-content/ameliabooking/src/Application/Commands/Activation/ActivatePluginCommandHandler.php and on line 51 you'll see this:
Below that line, add this:
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.
Hope this helps.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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 Marko,
thanks for the quick answer. The website is currently only installed locally on my Mac. Therefore there isn't any SSL certificate in use. Is it possible to install the plugin anyway to configurate it locally and add appointments before the website goes live?
Thanks in advance!
All the best
Kai
Hey there,
I just fixed the problem. I copied the .zip-file of the plugin into my plugin-folder and unzipped it there. That worked well!
Thanks for your support!
All the best
Kai
Hello Kai,
We are glad to hear that everything is fine now and should you have any further inquiries, we kindly request that you open separate tickets for each question and we will gladly help you there.
We wish you all the best.
Have a nice day.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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