Upgrade Issue

Permalink
Just upgraded one site from concrete5.0.0_2
to concrete5.1.0RC1 and am getting the following errors

Warning: putenv() [function.putenv]: Safe Mode warning: Cannot set environment variable 'LC_ALL' - it's not in the allowed list in /var/www/vhosts/*****/subdomains/****/httpdocs/concrete/libraries/localization.php on line 31

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/vhosts/*****/subdomains/****/httpdocs/concrete/libraries/localization.php:31) in /var/www/vhosts/*****/subdomains/****/httpdocs/concrete/startup/session.php on line 18

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/*****/subdomains/****/httpdocs/concrete/libraries/localization.php:31) in /var/www/vhosts/*****/subdomains/****/httpdocs/concrete/libraries/controller.php on line 219

Classic tale, everything was okay prior to upgrade.

Site still works can upload a file through file manager and access the dashboard but these errors remain.

Any ideas

0pius
 
andrew replied on at Permalink Reply
andrew
haven't seen this one before. If you're not running a multilingual site you could try editing concrete/libraries/localization.php. Look for the line that starts with the "putenv()" function, and try commenting that out.
andrew replied on at Permalink Reply
andrew
The latest c5 release candidate has not been upgrade tested over any previous versions - so upgrade issues are possible (although it sounds like you'd have this problem if you installed from scratch.)
0pius replied on at Permalink Reply
0pius
Thanks andrew

the prior release installed fine, I will build another subdomain and see if a fresh install works