phpmyadmin error : cannot start session without errors please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.
Open file php.ini.
apache2 (Debian, Ubuntu) : /etc/php5/apache2/php.ini
httpd (RHEL, CentOS) : /etc/php.ini
Uncomment following line there.
If it is CentOS or RHEL :
Restart Apache.
Open file php.ini.
apache2 (Debian, Ubuntu) : /etc/php5/apache2/php.ini
httpd (RHEL, CentOS) : /etc/php.ini
Uncomment following line there.
If it is CentOS or RHEL :
If it is debian or ubuntu :session.save_path = "/var/lib/php/session"
session.save_path = "/tmp"
Restart Apache.