• 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 not_installed issue

tbob22

New Pleskian
I am running Plesk 8.6.0 on CentOS 5 with PHP 5.2.9.

Recently I noticed I was unable to check/uncheck PHP support for domains, but PHP seems to still work fine for the sites that are live.

I tried this: http://mohammednv.wordpress.com/2008/01/08/cant-enabledisable-php-support-for-a-domain-in-plesk/

But it did not seem to fix the problem, then I noticed when I look in Component Info in Plesk all of the components say "Component was not installed" but I know that Mysql is working properly because my sites that are using Mysql are working fine and I can add/modify Mysql databases/users in Plesk.


When I run this from the command line:

#mysql -u admin -p’cat /etc/psa/.psa.shadow’
mysql> use psa;
mysql> select * from Components;

I get:
+------------------------------+---------------+
| name | version |
+------------------------------+---------------+
| SSHTerm | not_installed |
| awstats | not_installed |
| bind | not_installed |
| coldfusion | not_installed |
| coldfusion-support | not_installed |
| courier-imap | not_installed |
| drweb | not_installed |
| drweb-qmail | not_installed |
| frontpage | not_installed |
| httpd | not_installed |
| mailman | not_installed |
| mod_bw | not_installed |
| mod_perl | not_installed |
| mod_python | not_installed |
| mysql | not_installed |
| perl-Apache-ASP | not_installed |
| php | not_installed |
| plesk-billing | not_installed |
| postgresql-server | not_installed |
| psa | not_installed |
| psa-api-rpc | not_installed |
| psa-autoinstaller | not_installed |
| psa-backup-manager | not_installed |
| psa-horde | not_installed |
| psa-imp | not_installed |
| psa-logrotate | not_installed |
| psa-manual-custom-skin-guide | not_installed |
| psa-migration-manager | not_installed |
| psa-miva | not_installed |
| psa-mod-fcgid-configurator | not_installed |
| psa-proftpd | not_installed |
| psa-qmail | not_installed |
| psa-qmail-rblsmtpd | not_installed |
| psa-rubyrails-configurator | not_installed |
| psa-spamassassin | not_installed |
| psa-tomcat-configurator | not_installed |
| psa-turba | not_installed |
| ruby | not_installed |
| samba | not_installed |
| sitebuilder | not_installed |
| spamassassin | not_installed |
| tomcat | not_installed |
| webalizer | not_installed |
+------------------------------+---------------+
43 rows in set (0.00 sec)

Any suggestions would be appreciated, thanks.
 
Back
Top