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

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