Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

phpmyadmin error #302

Closed
dettlee opened this issue Aug 22, 2014 · 2 comments
Closed

phpmyadmin error #302

dettlee opened this issue Aug 22, 2014 · 2 comments

Comments

@dettlee
Copy link

dettlee commented Aug 22, 2014

by login to example.com/pma got this
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.
after refresh, got the phpmyadmin page but
password enter (from ~/.my.cnf) but not able to access ( without any error or wrong password comment)
tq

@harshadyeola
Copy link
Contributor

Hi,
This issue is not related to EasyEngine.
Its beacuse of the default PHP session directory is now /var/lib/php5/sessions.
You need to use following commands to solve this:

chmod a+t+w /var/lib/php5
chmod go-r /var/lib/php5

Hope this will help you.

@dettlee
Copy link
Author

dettlee commented Aug 22, 2014

it work like charm now.
thank you

@dettlee dettlee closed this as completed Aug 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants