
Originally Posted by
RobRiv
Looked at log and have the following message: "PHP Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set"
Not sure why hundreds of others using Square aren't complaining of the same issue.
Most hosts who set the open_basedir parameter are doing it for security reasons, so I doubt your host will change that for you.
As an alternative you could alter the PHP code by adding // as shown here:
/includes/modules/payment/square.php, lines 521 and 625:
Code:
// curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);