• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Upgrading PHP 5.1.6 to a newer version

A

AlvaroS

Guest
Hi. I'm using CentOS 5.3 i386 and Plesk 9.2.1 in a VPS. I need (at least) PHP 5.2.9 for run a script.

If I use "yum update" I get a Plesk error. And if I do this (http://www.atomicorp.com/wiki/index.php/PHP) I get a WordPress error (MySQL error).

How I can upgrade PHP without any error?

Thanks.
 
You have to upgrade youre mysql as well, when you have updated youre php and mysql run:

mysql_upgrade -u admin –p "passwd" in the mysql directory, then it should work..
 
Back
Top