• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Manual patch causes admin panel to crash

P

philb@

Guest
CentOS 4, fully updated.
Plesk 9.3.0 running for about 2 years.

I applied the patched files manually as described here: http://kb.parallels.com/en/112303

Most specifically, I copied in the following files:

Plesk 9.3.0
%plesk_dir%\admin\plib\api-rpc\Agent.php
%plesk_dir%\admin\plib\class.Session.php
%plesk_dir%\admin\plib\backup\BackupCreateBackupNowForm.php
%plesk_dir%\admin\htdocs\help.php

Now when I start the admin panel I get:

This file is part of Plesk distribution. It cannot be run outside of Plesk environment.

Is there some secret handshake I don't know about?
 
Last edited by a moderator:
Figured this one out.

The MU patches that can be manually applied were for Windows versions of Plesk. I used

rpm -qf /path/to/file/that/was/broken and it told me which RPM it came from.

Then I found that RPM and ran it with --force to make it run.

That put back the original files.
 
Back
Top