• 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.

Getting plesk to Recognize PHP after install?

P

phil54

Guest
Hi,

I've got a bit of a problem, i'm wondering if anyone on here has any ideas?

Mysql 5.0 and php 5 is already installed, configured and working, I then installed plesk 8.2 without php (as it was already installed, or so i thought).

Now Php is not showing up in the server/components management section in Plesk, any ideas on what i need to change?

Is this possible? Help!!!!

:confused:
 
Hello,

first, try to run the following command:

C:\Program Files\SWsoft\Plesk\admin\bin>defpackagemng.exe --fix --type=webserver

Then go to Plesk CP -> Server -> Components and click "Refresh"
 
Thanks i'll give that a go, i'm just reloading the trial version onto my test server to see if i can recreate the situation.

I'll let you know how it goes
 
Hello phil54,

In order to Plesk does recognize installed PHP5 the registry key HKLM\SOFTWARE\PHP\5 should contain string value named IniFilePath which should be a full path to the directory containing php.ini. This file should contain directive extension_dir pointing to the full path to the PHP extensions directory. The directory with PHP extensions should be in the directory where PHP5 is installed.
 
Back
Top