alexpechkarev / google-maps

Collection of Google Maps API Web Services for Laravel
https://alexpechkarev.github.io/google-maps/
MIT License
523 stars 115 forks source link

curl_setopt() #20

Closed leeellaaa closed 7 years ago

leeellaaa commented 7 years ago

Hi Alex.

I try to deploy my laravel project. But I got this error

ErrorException in WebService.php line 372: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set

It works perfectly at localhost. If you please help me with this issue I'll be really grateful.. Thanks..

leeellaaa commented 7 years ago

Solved. I just comment this //curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);

Thankyou...