• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Error in 3.7.2

Status
Not open for further replies.

hnn

Chevereto Member
Code:
[Tue Mar 15 22:50:38 2016] [error] [client 213.64.xxx.xxx] FastCGI: server "/var/www/clients/client1/web14/cgi-bin/php5-fcgi-141.255.xxx.xxx-80-xyz.com" stderr: PHP message: PHP Parse error:  syntax error, unexpected '$value' (T_VARIABLE) in /var/www/clients/client1/web14/web/app/vendor/amazon/Aws/functions.php on line 36, referer: http://xyz.com/

[Tue Mar 15 22:50:49 2016] [error] [client 141.8.xxx.xxx] FastCGI: server "/var/www/clients/client1/web14/cgi-bin/php5-fcgi-141.255.xxx.xxx-80-xyz.com" stderr: PHP message: PHP Warning:  curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set in /var/www/clients/client1/web14/web/lib/G/functions.php on line 1511

[Tue Mar 15 22:51:11 2016] [error] [client 213.64.xxx.xxx] FastCGI: server "/var/www/clients/client1/web14/cgi-bin/php5-fcgi-141.255.xxx.xxx-80-xyz.com" stderr: PHP message: PHP Parse error:  syntax error, unexpected '$value' (T_VARIABLE) in /var/www/clients/client1/web14/web/app/vendor/amazon/Aws/functions.php on line 36, referer: http://xyz.com/

[Tue Mar 15 22:52:04 2016] [error] [client 141.8.xxx.xxx] FastCGI: server "/var/www/clients/client1/web14/cgi-bin/php5-fcgi-141.255.xxx.xxx-80-xyz.com" stderr: PHP message: PHP Warning:  curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set in /var/www/clients/client1/web14/web/lib/G/functions.php on line 1511

The error about AWS should be reported upstream i think?
But the FOLLOWLOCATION is fixable.
 
The follow location thing can be fixed removing the open_basedir restriction. The Amazon stuff is weird, which PHP version you have?
 
Removing open_basedir is not an alternative. Just take it into action ( if(ini_get('open_basedir') .... )

  • 5.4.45-3+deb.sury.org~precise+1
 
Status
Not open for further replies.
Back
Top