Install Error
Permalink
Hi,
When installing the latest version I am getting the error:
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.
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.
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...
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...
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.
This is an accepted pull request found here:https://github.com/concrete5/concrete5/pull/2581...
'session' => [ 'save_path' => '/tmp' ]
This is an accepted pull request found here:https://github.com/concrete5/concrete5/pull/2581...
I had to set open_basedir to none. Then the error went away.