I am using Nginx with Centos 7 which is working fine.
After that I installed phpmyadmin which was successfully installed as well, however when I access it on the browser it shows white blank page with no HTML source code.
What am I doing wrong?
Thanks in advance.
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.
I’ve found the solution.
The /var/lib/php/session/ folder was not writeable by nginx/php-fpm, I’ve just edited the permissions to 777 and now it works.