• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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