• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

phpMyAdmin => "The host name is empty" : HELP

A

acidbox

Guest
I have a windows Plesk 7.5.1 box. When I try to access phpMyAdmin from the plesk CP, I get the following error:

The host name is empty!
Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\SWsoft\Plesk\admin\htdocs\domains\databases\ phpMyAdmin\libraries\common.lib.php:1304) in C:\Program Files\SWsoft\Plesk\admin\htdocs\domains\databases\ phpMyAdmin\libraries\select_theme.lib.php on line 92

Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\SWsoft\Plesk\admin\htdocs\domains\databases\ phpMyAdmin\libraries\common.lib.php:1304) in C:\Program Files\SWsoft\Plesk\admin\htdocs\domains\databases\ phpMyAdmin\index.php on line 42

Fatal error: Call to undefined function: pma_dbi_get_dblist() in C:\Program Files\SWsoft\Plesk\admin\htdocs\domains\databases\ phpMyAdmin\libraries\common.lib.php on line 1374

This happens both from the server level and from the domain level. Anyone know what might be wrong?
 
Does anyone know how to fix this? It can't be that difficult?
 
I know for the first two errors it's a blank line on the index.php at the line that it specifies. As far as the last line - I am unsure.
 
Hello ,

I know to fix this problem

what you have to do is to connect to the Plesk database and edit manualy the field where the hostname and the port is configured

how to connect to the Plesk database ?

you can use MYSQL front application

http://www.mysqlfront.de/
 
Yes you have to fix mysql_data_source and mysql_port parameters in "misc" table of psa database.

Actually this problem has been fixed in 7.5.3 version.
 
Back
Top