Error :: Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly

Solution::

1. Login in to the Shell with the root user and then open the file using your favorite editor.

vi /usr/local/cpanel/3rdparty/etc/phpmyadmin/php.ini

2. Search for [Session] and change the following

FROM:
—–
session.save_handler = sqlite
session.save_path =/var/cpanel/userhomes/cpanelphpmyadmin/sessions/phpsess.sdb
—–
TO
—–
session.save_handler = files
session.save_path = /tmp
—–

Save & Exit

3. Restart apache  on the same.

You are done !