Quote Originally Posted by DrByte View Post
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);
Thank you DrByte.
Made changes to square.php as indicated and curl_ error no longer appears. Still however, "Access token needed" doesn't go away.
I noticed that you commented lines 521 and 625; in my version of square.php lines are 540 and 602; may be there is something affecting there?
Version is latest from plugins (V.9).
Thanks again