• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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