• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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