PhpMyAdmin Stuck at Login screen with no errors !

This is a possible issue when the path to save php_session is not correctly set : The directory for storing session does not exists or php do not have sufficient rights to write to it. To define the php_session directory simply add the following line to the php.ini : session.save_path=”/tmp/php_session/” And give write rights to… Continue reading PhpMyAdmin Stuck at Login screen with no errors !