cURL not available, please install cURL and try again!

I see that i can access https://www.geniusdeals.org/ just fine, so you are running on both http and https.
Just access your site via https. Then go to backend > settings > system urls and select https as protocol, then save the form.

As for disconnecting, can't really tell why, webmin/virtualmin support should help more. I believe it's more related to the internet connection between you and your server.
 
if ur Curl not available do this :
download putty
then
install CURL by typing: sudo apt install curl
Then Restart Apache by typing: sudo service apache2 restart
Then install PHP5 CURL by typing: sudo apt install php7.2-curl
Then Restart Apache by typing sudo service apache2 restart

if you want to reset ur licensee go to : https://www.mailwizz.com/reset-license/
 
you have to have correct php version so type commandphpversion” or “php -v” to get the version of PHP installed on the system. ...
then what jacksamaha said u follow:

if ur Curl not available do this :
download putty
then
install CURL by typing: sudo apt install curl
Then Restart Apache by typing: sudo service apache2 restart
Then install PHP5 CURL or correct version so if its PHP7.4 you put in php7.4 instead of php7.2 by typing: sudo apt install php7.2-curl
Then Restart Apache by typing sudo service apache2 restart

if you want to reset ur licensee go to : https://www.mailwizz.com/reset-license/
 
Back
Top