• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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