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

Cannot suspend client -> PleskFatalException

SuiCo

New Pleskian
Hi forum

If I try to suspend a client (logged in as admin) I receive error as follows:

ERROR: PleskFatalException
Unable to load object of type Client with id=453: Client: displayName != name

Additionally, an exception has occurred while trying to report this error: PleskFatalException
Unable to load object of type Client with id=453: Client: displayName != name

0: common_func.php3:3160
objectMakerEx(string 'Client', integer '453')
1: ClientToggleUIPointer.php:31
ClientToggleUIPointer->getFlavor()
2: UIPointer.php:389
UIPointer->getMetaProperty(string 'always-wizard', boolean false)
3: UIPointer.php:444
UIPointer->isAlwaysWizard()
4: common_func.php3:4031
wizard_get()
5: common_func.php3:4135
wizard_dispatch_next(NULL null, boolean false)
6: ClientToggleUIPointer.php:59
ClientToggleUIPointer->accessItem(string 'GET', NULL null)
7: UIPointer.php:596
UIPointer->access(string 'GET')
8: plesk.php:38

Can someone help me to understand this issue?

Best regards
SuiCo
 
Check that client with this id is really exists in Plesk database:

select * from clients where id=453;

Looks like there is database inconsistency. If you can't resolve it by yourself I suggest you contact Parallels Support Team.
 
Back
Top