Question
nginx can't find phpmyadmin after updating to php5.6?
Hello all,
We recently updated to php 5.6 on a Ubuntu 14.04 LEMP stack to meet a dependency requirement and after doing this our server can no longer find phpmyadmin.
The nginx error log states…
*7225 connect() to unix:/var/run/php5-fpm.sock failed (2: No such file or directory) while connecting to upstream, client: 147.0.179.114, server: localhost, request: “GET /phpmyadmin/ HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php5-fpm.sock:”
I know it’s probably because it needs to use php5.6-fpm.sock now, but I can’t find where to change that at?
I’ve already updated nginx sites-available and sites-enabled config file.
Any ideas?
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.
×