• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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