-
-
Notifications
You must be signed in to change notification settings - Fork 654
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
Phppgadmin - just shows warnings, nothing else #728
Comments
i can confirm your findings with php 7.4.10 and Devilbox Release v1.7.2 |
using phppgadmin 7.12.1 it works |
unfortunately is not working when you try to login |
for a dirty / temporary fix change // Start session (if not auto-started)
if (!ini_get('session.auto_start')) {
if (session_id() == '') {
session_name('PPA_ID');
session_start();
}
} |
Confirmed, thank you very much! So simple solution, but if you don´t know where to look :) |
Thanks for reporting. I am trying to figure out why the integration tests did not catch this. |
ISSUE TYPE
Checklist
[X]
env.txt
.env
file is attached:docker-compose.override.yml
is attached (if it exists) -- Doesn't existCustom configs from
cfg/
dir are attached (if customized)docker-compose logs
andlog/
output is addedhttps://gist.github.com/TheManFromEarth1/6b4e89d8919c22589409b48e2aa95b91
I've looked through the docs: https://devilbox.readthedocs.io/en/latest/
I've looked through existing issues: https://github.com/cytopia/devilbox/issues
I've read troubleshooting: https://devilbox.readthedocs.io/en/latest/support/troubleshooting.html
OS / ENVIRONMENT
SUMMARY
Postgresql itself is working, because I can access the DB by IP from somewhere else.
PHPpgadmin just shows this:
https://i.imgur.com/4nRlqnB.png
STEPS TO REPRODUCE
Navigate to PHPpgadmin
EXPECTED BEHAVIOUR
I see the PHPpgadmin interface
ACTUAL BEHAVIOUR
https://i.imgur.com/4nRlqnB.png
OTHER INFORMATION
Start command
$ id
$ ls -la
$ ls -la data/www
The text was updated successfully, but these errors were encountered: