• 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.

Administrator client not found

M

Mammel

Guest
Hi, after upgrade from 8.3.0.1 to 9 all services works but if I try to open localhost:8443 this is the error message:

ERROR: PleskFatalException
Administrator client not found

Additionally, an exception has occurred while trying to report this error: PleskFatalException
Administrator client not found

0: plib\user\UserAdmin.php:106
UserAdmin::getAdminClient()
1: plib\elements.php3:1165
getCustomPageTitle(object of type UserNone)
2: plib\elements.php3:1117
getPleskTitle()
3: htdocs\login.php3:28

Could you help me please?
 
Hello,

Please, login into Parallels Plesk Panel (PP) database and check if the admin user 's type is set to 'admin', nit client:

mysql> select id,type,login from clients where id=1;
+----+-------+-------+
| id | type | login |
+----+-------+-------+
| 1 | admin | admin |
+----+-------+-------+
1 row in set (0.00 sec)

Please, see the following article for information on how to access PP database:

http://kb.odin.com/en/3472

Thank you
 
Back
Top