phpMyAdmin - Error; Error during session start;

JohnyByk

Verified User
Joined
Mar 7, 2012
Messages
251
After update pma to 4.3.3-all-languages application dosen't work and show this error:
Error during session start; please check your PHP and/or webserver log file and configure your PHP installation properly. Also ensure that cookies are enabled in your browser.

Nothing in httpd logs.
Configuration: nginx as reverse proxy, php as mod_fcgid

Cookies are enabled in browser :).

How to resolve these problem?

Edit
----
PMA dosen't work with domain address (for example: domain.com/phpmyadmin but works with ip, for example: 1.1.1.1/phpmyadmin).
 
Last edited:
It might be SuExec related, please try the following and let us know if that fixes your problem:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build apache
 
Hello,

What if you try this?

Code:
cd /usr/local/directadmin/custombuild
./build update
./build rewrite_confs


Will it help you?
 
Code:
./build update
./build rewrite_confs

This solved the problem.

Thanks and regards
 
Back
Top