Errors when opening phpPgAdmin
Symptoms
Following an update to phpPgAdmin on a Debian server, the phpPgAdmin interface is displaying errors and authorization is no longer functioning as intended.
Causes
The default configuration, which enables the display of all errors, is installed after the update.
Solution
PLEASE NOTE!
Make sure there is a backup copy of the configuration file before making any changes.
Please be advised that the value of the parameter error_reporting
must be changed to E_ERROR
in the configuration file /usr/share/phppgadmin/libraries/lib.inc.php
.
The result is as follows:
error_reporting(E_ERROR);