VPS : CentOS 6.8 x64 Admin: VestaCP
I am trying to rsync my sites from another server. Rsync goes fine.
When I try to reach the site (the new one, rsynced to this server), I got an error in my cakephp logs:
2016-07-21 22:09:28 Warning: Warning (2): curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set in
I tried to disable open_basedir in /etc/php.ini by : open_basedir = none I don’t find any safe_mode in this php.ini
In /usr/local/vesta/php/lib/php.ini , safe_mode = Off and open_basedir = none
I still get the errors after a service httpd restart
What can I do ?
Thanks.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Even if it was warning, I had to fix the issue. I hate warnings :)
So the issue was fixed:
The file to edit was:
And I had to comment:
This question was answered by @BrookDO:
View the original comment
This comment has been deleted