• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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