• 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.

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