• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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