Page 2 of 3

Re: phpMyAdmin error on login screen - cannot login

Posted: Fri Apr 10, 2015 1:04 am
by poxin
In keeping with a lightweight panel, maybe adminer would be an option? http://www.adminer.org/

comparison: http://www.adminer.org/en/phpmyadmin/

Re: phpMyAdmin error on login screen - cannot login

Posted: Sat Apr 11, 2015 10:37 pm
by skurudo
poxin wrote:In keeping with a lightweight panel, maybe adminer would be an option? http://www.adminer.org/
Good alternative, but it's not standart for OS choice. Adminer not in repo or ports :(

Re: phpMyAdmin error on login screen - cannot login

Posted: Sun Apr 12, 2015 9:26 am
by thering1975
I can confirm this also on both my sites running Vestacp, an update somewhere has thrown this area, tracking it down now, same as roundecube update, permission went a little wonky. Bit of a pain in the arse to be honest

Re: phpMyAdmin error on login screen - cannot login

Posted: Sun Apr 12, 2015 6:53 pm
by skurudo
thering1975 wrote:I can confirm this also on both my sites running Vestacp, an update somewhere has thrown this area, tracking it down now, same as roundecube update, permission went a little wonky. Bit of a pain in the arse to be honest
I can't confirm those error on my servers can't see this too.
And you're on CentOS 6 too? Do you 'yum update adn than upgrade'? What was updated?

Re: phpMyAdmin error on login screen - cannot login

Posted: Mon Apr 13, 2015 7:10 am
by patstan
Yep, i got this error as well. It only happens on new VestaCP installations, so there is obviously something wrong here.

Re: phpMyAdmin error on login screen - cannot login

Posted: Mon Apr 13, 2015 8:25 am
by skurudo
patstan wrote:Yep, i got this error as well. It only happens on new VestaCP installations, so there is obviously something wrong here.
And CentOS 6 only?

Re: phpMyAdmin error on login screen - cannot login

Posted: Mon Apr 13, 2015 9:56 am
by vestacp89
I also get this error on new vestacp i use centos 6, anyone help ?

Re: phpMyAdmin error on login screen - cannot login

Posted: Mon Apr 13, 2015 10:03 am
by skurudo
vestacp89 wrote:I also get this error on new vestacp i use centos 6, anyone help ?
Already solved

Code: Select all

chmod 777 /var/lib/php/session
But reason, why this happen unknown. As I said before - can't replicate/duplicate/replay this problem yet.

Re: phpMyAdmin error on login screen - cannot login

Posted: Mon Apr 13, 2015 10:14 am
by vestacp89
skurudo wrote:
vestacp89 wrote:I also get this error on new vestacp i use centos 6, anyone help ?
Already solved

Code: Select all

chmod 777 /var/lib/php/session
But reason, why this happen unknown. As I said before - can't replicate/duplicate/replay this problem yet.
Now work,
but i get in phpmyadmin notice bellow:

The configuration file now needs a secret passphrase (blowfish_secret).

So for each new installation i need make this:

Code: Select all

chmod 777 /var/lib/php/session
?

Thanks.

Re: phpMyAdmin error on login screen - cannot login

Posted: Tue Apr 14, 2015 6:17 am
by Tim Rowley
I have experienced the same on a fresh install with Centos 6. I have changed the permission as you suggested and it works. I haven't discovered the need for a (blowfish_secret) password yet.

First I had to change permissions on the mailbox defaults.inc.php from 640 to 755, and now the database from 776 to 777.
These are two of the most vulnerable areas relaxing to third parties.