• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

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
 
Try using PHP 5.5 or 7. Chevereto supports that already.
 
Status
Not open for further replies.
Back
Top