Question
PHP7.0 FPM + Magento proxy_fcgi:error
Hi!
I am having the error below in the apache error log when accessing the Magento admin backend (version 1.9.4). The error that is shown on page is: No input file specified.
The frontend of Magento is accessible. My VPS specs are Ubuntu 16.04, PHP7.0, Apache2 and PHP7.0-fpm. I am already struggling with this for 10hours so now I am looking for some help.
[Thu Aug 25 00:21:40.364869 2016] [proxy_fcgi:error] [pid 13927] [client 77.249.82.240:59347] AH01071: Got error ‘Unable to open primary script: redirect:/index.php/myadmin/dashboard/index/key/8a0f376f6d8fd99c9707ab76cddd491d/ (No such file or directory)\n’
All help is highly appreciated.
Ty,
Jax
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Issue has been solved: setting cgi.fix_pathinfo = 1 in /etc/php/7.0/fpm/php.ini solved the issue.