Ispmanager 6 business documentation

Issues with web-module

 

PhpPgAdmin

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);

PhpMyAdmin

Cannot log in with the password generated in ISPmanager

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.

WWW domains are missing in the control panel

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:

  • apachectl -M failed.
  • the WebModules, WebGroup, WebUser directives are missing in the ispmgr.conf configuration file.
  • configuration files of web-servers are missing in /usr/local/mgr5/etc/ispmgr.conf.d/.