0
votes

Hello I'm totally new to devilbox, I've installed it without errors but when I'm trying to log into pgmyadmin I'm getting the following warnings:

Warning: session_name(): Cannot change session name when session is active in /var/www/default/htdocs/vendor/phppgadmin-7.12.0/libraries/lib.inc.php on line 55

Warning: Cannot modify header information - headers already sent by (output started at /var/www/default/htdocs/vendor/phppgadmin-7.12.0/libraries/lib.inc.php:55) in /var/www/default/htdocs/vendor/phppgadmin-7.12.0/classes/Misc.php on line 526

Can you guys help?

2

2 Answers

0
votes

Hey looks like a bug related to having php warnings active, I did a workaround on my setup by adding a .user.ini in the phppgadmin folder to disable errors here .devilbox\www\htdocs\vendor\phppgadmin-7.12.0\.user.ini.

My config file was just this:

display_errors = Off
display_startup_errors = Off
html_errors = 0
error_reporting = 1