Use of undefined constant CURLOPT_SSL_VERIFYPEER

I have installed Mautic on Amazon EC2 and I get this message:



Notice: Use of undefined constant CURLOPT_SSL_VERIFYPEER - assumed ‘CURLOPT_SSL_VERIFYPEER’ in /var/www/html/…/app/bundles/CoreBundle/Helper/UpdateHelper.php on line 39



mautic.png



Thanks.

I have installed Mautic on Amazon EC2 and I get this message:

Notice: Use of undefined constant CURLOPT_SSL_VERIFYPEER - assumed ‘CURLOPT_SSL_VERIFYPEER’ in /var/www/html/…/app/bundles/CoreBundle/Helper/UpdateHelper.php on line 39

Thanks.

It would seem that maybe curl isn’t installed on your ec2 instance? I’m not super familiar with Amazon EC2 but if you have access, ensure libcurl is installed.

Thanks,
Alan