• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

It don't work (PleskFatalException) help!

C

ChiliMedia

Guest
When I am trying to login as admin - I am seeing page, with PSA top frame. I am pressing refresh, and it shows me desktop.

But when I am trying to login as any other user - i am getting page, with PSA top frame. When I am trying to "refresh" it - i am getting this error:

Code:
ERROR: PleskFatalException
wrong id

0: /usr/local/psa/admin/plib/user/UserClient.php:20
	UserClient->__construct(NULL null)
1: /usr/local/psa/admin/plib/class.Session.php:189
	Session->getUser()
2: /usr/local/psa/admin/plib/class.Session.php:529
	Session->getDefaultContext()
3: /usr/local/psa/admin/plib/class.Session.php:547
	Session->getContext()
4: /usr/local/psa/admin/plib/class.Pathbar.php:41
	Pathbar->__construct()
5: /usr/local/psa/admin/plib/class.Pathbar.php:14
	pathbarMaker()
6: /usr/local/psa/admin/auto_prepend/auth.php3:442

What I have to do, to fix it? Please help!
 
solved.
problem was caused by psa-api-rpc
after I removed that - issues are disappeared.
 
Originally posted by ChiliMedia
solved.
problem was caused by psa-api-rpc
after I removed that - issues are disappeared.

I dont have any problems in the interface, as far as I tested.
The problems appeare when I use the API, to create/delete/update domains by a script I created, which uses the API.

I tried to unistall it, but it complains about dependencies on psa-backup, I really need this for my users so I dont want it to be deleted.

If this problem is resolved, please let me know.
 
Back
Top