-
Posted to
Troubleshooting
by
don.raman
on
5 hours, 25 minutes ago
Hi,
I would test my PHP installation before running WORDPRESS just to ensure that it is not a PHP install problem. Does a simple PHP page works properly? If not, I will ask you to do the install troubleshooting using the blog at http://blogs.iis.net/donraman/archive/2009/11/15/troubleshooting-php-installation-on-windows.aspx.
Please let me know ...
-
Posted to
PHP Community
by
don.raman
on
11 hours, 27 minutes ago
Hi Steve,
The log indicates that none of the custom commands were able to run. All failed with message below:
C:\WINDOWS\Installer\MSI1A.tmp, Entrypoint: CAQuietExec
CAQuietExec: Error 0x80070035: Command failed to execute.
CAQuietExec: Error 0x80070035: CAQuietExec Failed
This is the reason why your fcgiext.ini file was empty and ...
-
Posted to
Windows Cache Extension for PHP
by
don.raman
on
11 hours, 55 minutes ago
[quote user="JulienTLD"]I have noted the same phenomeon that remushociota on my IIS 6.0 server with WinCache 1.0 RTW. If I refresh multiple times the wincache.php stat page, I can see different values for cache uptime, number of cached files, hits, misses etc. for file caching, opcode caching and relative path ...
-
Posted to
PHP Community
by
don.raman
on
12 hours, 7 minutes ago
You are looking at wrong path. webpi.preferences file is located at
C:\Documents and Settings\Administrator\Application Data\Microsoft\Web Platform Installer
Whereas logs will be at:
C:\Documents and Settings\Administrator\Local Settings\Application Data\Microsoft\Web Platform Installer\logs
See the path difference after C:\Documents and ...
-
Posted to
PHP Community
by
don.raman
on
12 hours, 25 minutes ago
Hi,
Can you also send me the WPI log files. I would like to take a look. The logs can be found at C:\Documents and Settings\<your user name>\Local Settings\Application Data\Microsoft\Web Platform Installer\logs. Just zip it and mail me at don[dot]raman[at]microsoft[dot]com.
Thanks,
Don.
-
Posted to
PHP Community
by
don.raman
on
12 hours, 36 minutes ago
Hi,
This is really strange. Can you go to Control Panel-->Add/Remove Program, select PHP5.2.11 and say 'Change/Repair'. While repairing, select 'IIS FastCGI' for configuration. If this doesn't help, try creating the handler manually as described at ...
-
Posted to
PHP Community
by
don.raman
on
12 hours, 54 minutes ago
Hi Steve,
Can you also let me know if your are running 32-bit Windows or 64 bit Windows 2003.
Location of PHP installation on 32 bit Windows: C:\Program Files\PHP
Localtion of PHP installation on 64 bit Windows: C:\Program Files (x64)\PHP
So delete 'PHP' folder appropriately. Also there should be no PHP folder present in C:\Program ...
-
Posted to
PHP Community
by
don.raman
on
13 hours, 13 minutes ago
Hi,
Can you do this:
Go to Control Panel--->Add/Remove program and uninstall
PHP 5.2.11
IIS FastCGI
Please maintain the order of uninstallation.
Go to C:\Program Files and delete PHP folder.
Ensure that no other installation of PHP is present in the machine. Neither manual nor using MSI.
Now invoke WPI and check ...
-
Posted to
PHP Community
by
don.raman
on
13 hours, 18 minutes ago
[quote user="stevericketts"]
In ini there were no entries after [Types]. I copied the php=PHP and then everything under the [PHP] section.
[/quote]
Hmmm. This means FastCGI is not configured/installed correctly. A properly installed FastCGI should have proper INI file as outlined in my blog. Also second script not producing any ...
-
Posted to
PHP Community
by
don.raman
on
14 hours, 43 minutes ago
Hi Steve,
Yes PHP installer should have done it. The only reason this can be missed by installer is if you do not have Microsoft FastCGI installed. Do you have Microsoft FastCGI installed properly? Can you do some troubleshooting using http://blogs.iis.net/donraman/archive/2009/11/15/troubleshooting-php-installation-on-windows.aspx and see ...