hi, got this weird problem, php is both enabled in admin and on web owner account , now ive registered php with php manager, it works 100% but after 24H enkompass unregister the php for the site?
hi, got this weird problem, php is both enabled in admin and on web owner account , now ive registered php with php manager, it works 100% but after 24H enkompass unregister the php for the site?
I am having the same problem. I am able to change the PHP version in IIS settings in Server Manager, but like you said it reverts back. Reading about how Enkompass interacts with IIS and overwriting the applicationHost.config, however, I am unable to locate the enko_applicationhost.config which is what they recommend changing...
The enko_applicationhost.config is no longer implemented, starting with 2.4.0.13.
You can drop additional PHP versions to this location, "C:\iis_config\PHP\". Enkompass will detect the php-cgi.exe file. You can then select a global version in SAI, or configure it by site in WSO.
Setting the version directly in IIS Manager is not supported.
Salinas,
Thanks for your quick reply! I realize that changing the settings directly in IIS is not supported, however, one detail in your reply is interesting to me. You have a path of "C:\iis_config\PHP", for me the iis_config is on a share so it is a unc path. (\\servername\share\iisconfig). Enkompass is picking up the PHP versions I have there but when I navigate to the site it says, "Your PHP installation appears to be missing the MySQL extension which is required by WordPress." I have checked the php.ini and mysql is enabled. Could this be part of the issue? Thanks again!!!
Yes, that's correct, it should be a UNC path. Sorry about that!
If you drop in a phpinfo page, does everything look correct?
Sorry for the delayed reply! I will try that now...
Do you have the link to PHP version you are trying to implement (I'm assuming you obtained it from php.net)?
Make sure this line is uncommented:
;extension_dir = "ext"
Then restart IIS.
It is uncommented, rebooted, same...just pm'd you the url if you want to look...thanks!
Okay, try this. Remove PHP 5.3.10 from Programs & Features. Grab the zip file from php.net;
http://windows.php.net/downloads/rel...32-VC9-x86.zip
Extract to \\SERVER\iis_config\PHP, update the php.ini file, and then restart IIS.
Same...(sigh)...question: \\SERVER\iis_config\PHP, do you mean at the root of the local HDD? Currently it is on a shared drive...
Your setup looks fine. Did you uncomment this section?
; On windows:
; extension_dir = "ext"
And you uncommented the actual extensions?