• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Plesk not working after update to PHP 5.3

E

enishyseni

Guest
I added support for PHP 5.3 using Plesk Update interface and after update Plesk stopped working!

Any suggestions?
 
I have the same problem on CentOS 5.7 and Plesk 10.10.1. I installed php53 from the ius.community repositories. After that Plesk no longer worked. I tried to start Plesk and the shell told me:
# /etc/init.d/psa start
-bash: /etc/init.d/psa: No such file or directory

Tried to run the autoinstaller from Plesk
there came the following error:
ERROR: You have a newer version of the php53-common package installed on your system.
The installation will not continue.

It seems that you installed latest packages from your operationg system vendor's site.
To install the product packages successfully, you need to point Parallels Installer to
the vendor's package repository. To do this, create a text file with name .autoinstallerrc
in the /root/ directory on the server, and add the following line to the file:

ADDITIONAL_SOURCE="<type>, <priority>, <url>, <username>, <password>"

where you should replace <type> with "repomd" value, <priority> with a number from
1 to 999 (999 is the highest priority), and <url> with a URL of the vendor update source.
The values <username> and <password> are required only if your vendor's site requires
authentication. Save the file and exit from the text editor. Then run Parallels Installer again.

So I created the file with the following content:
ADDITIONAL_SOURCE="repomd, 999, http://autoinstall.plesk.com/PSA_10.4.4/dist-rpm-CentOS-5-x86_64/base/psa-updates-10.4.4-cos5.build1013111101.14.noarch.rpm"
Then I ran the autoinstaller '/usr/local/psa/admin/sbin/autoinstaller' and now he stops here:
File downloading repodata/repomd.xml:
ERROR: Failed to download the package http://autoinstall.plesk.com/PSA_10...1013111101.14.noarch.rpm/repodata/repomd.xml:
The requested URL returned error: 404
Not all packages were installed.
Please try installing packages again later.
Please, contact product technical support.

repomd.xml seems to be the problem. I also tried this as source: 'http://autoinstall.plesk.com/PSA_10.4.4/dist-rpm-CentOS-5-x86_64/base/plesk-base-10.13.4-cos5.build1013111102.18.x86_64.rpm' But there comes the same error.

If you need more information, please ask me!
 
Last edited by a moderator:
I think, Plesk wants to have a path to the ius.community repositories, from where you have installed the php.

try "http://dl.iuscommunity.org/pub/ius" instead
 
Back
Top