After updating PhpPgAdmin on Debian users cannot log in to the control panel. The panel displays the following error messages
PhpPgAdmin by default displays all errors. Updates delete all the changes made by the control panel. To resolve the issue, change the following line in the configuration file /usr/share/phppgadmin/libraries/lib.inc.php:
error_reporting(E_ALL);
into:
error_reporting(E_ERROR);
Perhaps, you run Mysql 5.7. Due to the changes in this version, you can log in as root only by connecting from the process which runs with permissions of the system root user.
To log into phpmyadmin enter user credentials of a certain database.
If a menu section is missing in ISPmanager, this means that the module is not uploaded. E.g. in ISPmanager the "WWW domains" module is not displayed, and the log file contains the following record:
WARNING Module 'webdomain' was unloaded
Possible reasons: