• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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