Hi, On Tue, September 30, 2014 08:17, Daniel Iancu wrote: > I have this line over and over in the web server logs: > phpmyadmin: Failed to load /etc/phpmyadmin/config-db.php > > I checked the permissions on config-db.php > and it's owned by root:www-data with permissions -rw-r-----. > > So it's very clearly that it has access. > > I also su www-data cat /etc/phpmyadmin/config-db.php without > problems. > > I have no idea why this is happening. > > Also, upon logging in, I receive this red banned with the message: > The configuration file now needs a secret passphrase (blowfish_secret). > > I have checked /var/lib/phpmyadmin and blowfish_secret.inc.php exists. > > Note: I'm running phpmyadmin from Nginx web server > with root in /usr/share/phpmyadmin.
I doubt that this is a bug in the package and sounds more like a configuration issue on your side. Are you perhaps using something like PHP's open_basedir which may affect which files can be opened? Cheers, Thijs -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

