Reply To: Curl and open_basedir/safe_mode?

WP-Filebase Pro Forums Remote Sync Curl and open_basedir/safe_mode? Reply To: Curl and open_basedir/safe_mode?

#578
Fabian
Participant

Hi FAF,

are there actually issues with the S3 sync? It should work fine, even with the warning, since S3 server does not usually redirect.

I think commeting out the line

//curl_setopt($curl, CURLOPT_FOLLOWLOCATION, true);

in S3.php
is better than the workaround because this makes 2 HTTP requests if open_basedir is on.

Let me know if it works.

Regards
Fabian