problem with installation of version 5.4.0
Permalink
Hi
I've a problem with installation of version 5.4.0 :
Support for C5 Request URLs
Concrete cannot parse the PATH_INFO or ORIG_PATH_INFO information provided by your server.
I found some discussions for this problem but the actions below don't correct it :
this one :
<?php
if (!ini_get('safe_mode')) {
putenv('LC_ALL=' . LOCALE);
}
?>
in localization.php :
in version 5.4.0 there is no putenv code ...
Have you any idea ?
thanks
BRgds
I've a problem with installation of version 5.4.0 :
Support for C5 Request URLs
Concrete cannot parse the PATH_INFO or ORIG_PATH_INFO information provided by your server.
I found some discussions for this problem but the actions below don't correct it :
this one :
<?php
if (!ini_get('safe_mode')) {
putenv('LC_ALL=' . LOCALE);
}
?>
in localization.php :
in version 5.4.0 there is no putenv code ...
Have you any idea ?
thanks
BRgds