-
Notifications
You must be signed in to change notification settings - Fork 454
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
config.user.php and config.user.inc.php ignored #364
Comments
Tag |
5.1.3 should work too |
Related to #361 |
oh... yesterday when I was downloading Now I see it says 5.2.0. That explains then. |
For 5.2.0 I have no idea this error comes from since we changed nothing on the Dockerfiles between 5.1.3 and 5.2.0 @tianon Did you say there is a Debian update in progress ? |
Using |
I can confirm this issue: starting from Until |
Had the same issue. The latest version is NOT reading /etc/phpmyadmin/config.inc.php, but /var/www/html/config.inc.php and there is no symlink present. Making the symlink solves the problem.. |
A fix for this has been submitted to the official Docker repository. Our own 'phpmyadmin/phpmyadmin' repository has already been updated, but as I mention in #363 I hope to deprecate that repository in the future. |
Thanks for that. But what about the official image? |
Pending review ;) |
Trying to install phpMyAdmin in a new docker-compose set here, but I don't seem to be able to get it working the way I want.
I have:
But everything there seems to be ignored.
Even if I put an
exit;
at the top. The login page loads.Even if I put:
with an
exit;
at the top, the login page still loads.If I open shell inside the container, I can verify that the files are there for sure.
But phpMyAdmin seems to be ignoring those configs completely!
Using the
:latest
version...File starts with:
I deleted the container, and put:
To see if I make it show the Server field... nope!
Still the default page.
Not really sure what's going on!
The text was updated successfully, but these errors were encountered: