Updating to beta4

I’ve been trying to update from beta3 to beta4 but have been getting this:



Mautic_1A89C8D0.png



Checked the mautic_prod.php file and there weren’t any errors listed for it.



It could very well be the firewall running on this box.



My question is, is there a update pacakge on github that someone could kindly point me at? I don’t want to install a full package unless I know it’s not going to wipe everything out.

I’ve been trying to update from beta3 to beta4 but have been getting this:

Checked the mautic_prod.php file and there weren’t any errors listed for it.

It could very well be the firewall running on this box.

My question is, is there a update pacakge on github that someone could kindly point me at? I don’t want to install a full package unless I know it’s not going to wipe everything out.

Hi Matt,

Can you apply these changes to your beta3 install, try to upgrade, then check your mautic_prod.php file to see what the error is?

Thanks,
Alan

Thanks Alan,

Unfortunately those changes didn’t make a difference in the mautic_prod.php file after trying to update.

In that same file around line 38, can you make the following change:

        $options = array('transport.curl' => array(
            CURLOPT_SSLVERSION      => 1,
            CURLOPT_SSL_CIPHER_LIST => 'TLSv1',
            CURLOPT_SSL_VERIFYPEER  => false // ADD THIS LINE
        ));

Does it get through then?

Thanks!
Alan

Perfect. That was the silver bullet and the update worked.

CURLOPT_SSL_VERIFYPEER  => false

Thanks!

silver bullet indeed

Thanks Alan!