Page 1 of 1

PHP 5 upgrade

Posted: Wed Sep 13, 2006 5:11 pm
by gbeulque
Hello everybody,

I have a VPS with FC2, PLESK 7.5 and MySQL 4.21

I want to update my PHP to PHP 5

First I removed PHP by the command yum remove php, after that I installed php again with the command yum install php.

My websites are working properly!! (http://87.233.130.225/php.php)

But PLESK doesn't work at all, just as my POP3 e-mailaccounts and HORDE.

PLESK says: Service is not available now, probably your Plesk is misconfigured.
Contact Your provider for details.


Output for rpm -qa | grep php:

Code: Select all

[root@gbeulque root]# rpm -qa | grep php
php-5.0.4-13.rhfc2.art
php-pgsql-5.0.4-13.rhfc2.art
php-gd-5.0.4-13.rhfc2.art
php-xml-5.0.4-13.rhfc2.art
php-pear-5.0.4-13.rhfc2.art
php-mysql-5.0.4-13.rhfc2.art
php-mbstring-5.0.4-13.rhfc2.art
Have I misconfigured something, or do I need to install extra packages?

Thank you very much for your help!!!!! 8)

Best regards,

Geoffrey