Install Error

Permalink
Hi,

When installing the latest version I am getting the error:

concrete5 cannot parse the PATH_INFO or ORIG_PATH_INFO information provided by your server


I am trying to do a new install of: version 8.3.2
with PHP: 7.0.27
On CentOS 7 with Apache & nginx

I have Googled and tried several things to no avail.
I have called Media Temple support to no avail.

Any help will be appreciated.

gwardell
 
gwardell replied on at Permalink Best Answer Reply
gwardell
I stumbled upon the answer.

I had to set open_basedir to none. Then the error went away.
SYPOMark replied on at Permalink Reply
SYPOMark
Hi gwardell,

Thanks very much for asking this question and for providing the answer. I've been spending a few hours Googling this same issue and nothing anyone else suggested worked. But, doing what you've suggested fixed the issue straight away!

If anyone else is struggling with the same issue, follow the link below to find out how to set open_basedir to none

https://mediatemple.net/community/products/dv/204404214/how-do-i-set...
adz replied on at Permalink Reply
adz
I wouldn't set this to none on a server as this gives one site access to files on another site etc. Not safe (if I understand this correctly...) However there should be a config variable you can set in thte concrete.php config file.

'session'       => [
        'save_path' => '/tmp'
    ]


This is an accepted pull request found here:https://github.com/concrete5/concrete5/pull/2581...