PHP4 to PHP5 Upgrade Horror

May 22, 2009 | Discord 69, 3175 | 11:28

tux_borg.jpg
Upgrading PHP4 to PHP5 on a vanilla Debian Etch / Plesk 8.6.0 system with apt-get eventually renders Plesk unusable. I had to learn this the hard way. DO NOT UPGRADE TO PHP5 BEFORE DOING THE FOLLOWING STEPS:

BEFORE upgrading anything with apt-get, add the following apt source to /etc/sources.list:

deb http://autoinstall.plesk.com/debian/PSA_8.6.0 etch all

save it and do

apt-get update

Now you may upgrade the system with

apt-get upgrade

If everything works fine, now you HAVE TO install the PHP5 support package for Plesk by hand:

apt-get install psa-php5-configurator

As a final step, restart Plesk with

/etc/init.d/psa restart

…and log into Plesk.

Tadaaa! Plesk runs with full PHP5 support now.

solution found at this site



2 Comments »

RSS feed for comments on this post. TrackBack URI

  1. Thanks so much for posting this. The php5-configurator is exactly what I’ve been looking for for over a week.

    Comment by Eric Wroolie — June 15, 2009 #

  2. Yes Thanks for the Post and the configurator.
    I hope so i can handle any problems ;)

    Comment by David — June 15, 2009 #

Leave a comment

XHTML: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>