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.)


 

Problem:
Getiing “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.)” error while accessing phpmyadmin for the domain.
1st Solution:
First thing you’ll neet to do is have a look at your error logs.(Generally its here /usr/local/apache/logs/error_log) You will probably see errors referencing permission errors writing to your session directory.
You’ll just to change the permission of the session directory (chmod 777) you should be good to go.
OR
2nd 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/
—–
TO
—–
session.save_handler = files
session.save_path = /tmp
—–
Save & Exit
3. Restart apache  on the same.

 

🙂 🙂 🙂

 

7 Responses to “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.)”

  1. Thank you very much, helped me

  2. Good tips

  3. it works ! thx

  4. thanks helped me

  5. Eu nu gasesc sectiunea / usr / local / apache / busteni / error_log) Veţi vedea, probabil, erori de erorile de afiliere permisiunea scris directorul sesiunea..
    EU am un domeniu pe ilive , si folosesc winscp .si am acceasi problema .

    Ce pot face Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.

  6. Thank you . you help me 🙂

  7. dude its not working.. i hate to say this i have follow your steps but the phpmyadmin can’t login and does not display errors.please do advice it’s only on the local

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: