• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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