• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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