• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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