Stuck on phpMyAdmin error

WvdH2000

Verified User
Joined
Aug 17, 2012
Messages
5
Hello,

I have some trouble loosing this error
"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."
I have looked up most solutions, tried them, but no luck.
My log files doesn't show anything suspicious.
My versions are
Installed version of DirectAdmin: 1.48.3
Installed version of Apache: 2.4.12
Installed version of MySQL: 5.5.44
Installed version of phpMyAdmin: 3.5.8.2-all-languages
All from the custombuild.

Finaly I have updated my config from 1.1 to 1.2 but no luck there.

How can I get phpmyadmin back to work?
 
Hello
Most of suggestions are saying to flush your browser cache. Did you try this?
Some people are asking to check the Session folder's permissions. Try to find and set it for Apache user and group.
You may find the path in php.ini or by loading a php info file .

Also check this link for a fix:
https://wiki.phpmyadmin.net/pma/session.save_path

Regards
 
Tried....

I have tried this solve.
My temp path = /tmp and have the rights 1777 (Apache user and group have rights).
I tried another browser on another PC also, but no luck.

Where can I find any logs specific for phpmyadmin?

Hello
Most of suggestions are saying to flush your browser cache. Did you try this?
Some people are asking to check the Session folder's permissions. Try to find and set it for Apache user and group.
You may find the path in php.ini or by loading a php info file .

Also check this link for a fix:
https://wiki.phpmyadmin.net/pma/session.save_path

Regards
 
You probably will find something in apache's logs.
tail /var/log/httpd/error_log

Check that this settings be preset in your php.ini

session.save_path = "/tmp"
session.cookie_secure = Off

restart your webserver
service httpd restart

If it didn't work, Update your phpMyadmin to latest version. use smtalk's plugin for CustomBuild 2.0 to make it easier.

http://forum.directadmin.com/showthread.php?t=48989
 
I have checked the settings. These items were already there.
Rebooted the server (just to be sure).
Updates the phpmyadmin to 4.4.10 but still the same error on my screen (and nothing in the log).



You probably will find something in apache's logs.
tail /var/log/httpd/error_log

Check that this settings be preset in your php.ini

session.save_path = "/tmp"
session.cookie_secure = Off

restart your webserver
service httpd restart

If it didn't work, Update your phpMyadmin to latest version. use smtalk's plugin for CustomBuild 2.0 to make it easier.

http://forum.directadmin.com/showthread.php?t=48989
 
Back
Top