Cannot parse PATH_INFO or ORIG_PATH_INFO
Permalink
Hi all,
Got a slight issue here.
When running the pre-flight check for C5 install, I get the "Cannot parse PATH_INFO or ORIG_PATH_INFO" error.
The directive is enabled, as confirmed by PHP info, but still no luck.
This is PHP Version 7.2.7, Apache2, running on a system with Plesk Onyx installed.
phpinfo shows the below:
cgi-fcgi
php-fpm active
Directive Local Value Master Value
cgi.discard_path 0 0
cgi.fix_pathinfo 1 1
Any help with this would be much appreciated!
Thanks!
Got a slight issue here.
When running the pre-flight check for C5 install, I get the "Cannot parse PATH_INFO or ORIG_PATH_INFO" error.
The directive is enabled, as confirmed by PHP info, but still no luck.
This is PHP Version 7.2.7, Apache2, running on a system with Plesk Onyx installed.
phpinfo shows the below:
cgi-fcgi
php-fpm active
Directive Local Value Master Value
cgi.discard_path 0 0
cgi.fix_pathinfo 1 1
Any help with this would be much appreciated!
Thanks!
So after much poking around, I found out this was due to open_basedir restrictions.
Thank you for posting this, I had the same problem. For anyone else running into this when using Plesk, go into your PHP settings and change the open_basedir restriction to "none"
Thank you! This fixed my issue!