• 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

php component problem (not installed) after manual php upgrade

V

VecihiD

Guest
iam using redhat 5.7, plesk 9.5,
php version was old, so i deinstalled php, with rpm -e --nodeps command,

and i installed php 5.3.3 rpms from oracle (http://oss.oracle.com/projects/php/)

after the installation when i restarted plesk,

/etc/init.d/psa stopall

/etc/init.d/psa startall

php component of plesk didnt work, so i got php version manually, 5.3.3 and updated psa database components table.

update components set version='5.3.3' where name='php';

after this, php support worked for plesk. BUT if i restart plesk each time i have to update psa components table again and again,

how can i solve this problem?

best regards
 
developers if you read this message, please guide me for solution, thank you
 
Back
Top