I recently update my php to php53 since many of the sites on my server use wordpress and require php 5.3 to be installed. Unfortunately I must have done things terribly wrong because I have completely broken plesk. Here is a list of the php packages installed on my machine
[root@u15438968 downloads]# rpm -qa |grep php
php53-pdo-5.3.3-1.el5_7.3
php53-5.3.3-1.el5_7.3
php53-imap-5.3.3-1.el5_7.3
php53-common-5.3.3-1.el5_7.3
php53-mysql-5.3.3-1.el5_7.3
php53-cli-5.3.3-1.el5_7.3
php53-devel-5.3.3-1.el5_7.3
php53-gd-5.3.3-1.el5_7.3
php5-ioncube-loader-4.0.7-11032115
php53-sqlite2-5.3.2-11041315
php53-xml-5.3.3-1.el5_7.3
php53-mbstring-5.3.3-1.el5_7.3
When I run the autoinstaller
parallels_installer_v3.11.0_build111102.17_os_CentOS_5_x86_64
I get the following response
ERROR: Unable to proceed with the installation until the package php53-pdo-5.3.3-1.el5_7.3.x86_64 is removed from the system.
Not all packages were installed.
Please resolve this issue and try installing the packages again.
If you cannot resolve the issue on your own, contact product technical support for assistance.
I think what I did wrong was to manually update php on my server instead of some psa installer but Im really not sure. Does anyone have any ideas on how to resolve this? Thanks..