From: Alice Wei on 7 Jun 2010 08:38 Hi, I have installed PHP from using PHP 5.2.13 installer [20,929Kb] - 25 February 2010, and for some reason, the PHP folder did not show up on my Windows C:\ folder. When I tried to execute a PHP script from my IIS, it tells me HTTP Error 404.3 - Not Found The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.What could be wrong here? Alice _________________________________________________________________ The New Busy is not the too busy. Combine all your e-mail accounts with Hotmail. http://www.windowslive.com/campaign/thenewbusy?tile=multiaccount&ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_4
From: "Sascha Meyer" on 7 Jun 2010 11:47 Hi Alice, Alice wrote: > I have installed PHP from using PHP > 5.2.13 installer [20,929Kb] - 25 February 2010, and for some reason, the > PHP folder did not show up on my Windows C:\ folder. > ... when you installed PHP through the installer, did you check "configure IIS"? What was the result of the installer? If any errors occurred, you should get an error code if anything doesn't work as expected. I would first try to rerun the installer, if it gives you a repair option, try this first, otherwise uninstall and reinstall completely. Regards, Sascha -- Freundliche Grüße / Kind regards, Sascha Meyer -------------------------------------------------- EE: http://www.experts-exchange.com/M_761556.html ZCE: http://www.zend.com/en/yellow-pages#show-ClientCandidateID=ZEND011290 GMX DSL: Internet-, Telefon- und Handy-Flat ab 19,99 EUR/mtl. Bis zu 150 EUR Startguthaben inklusive! http://portal.gmx.net/de/go/dsl
From: Alice Wei on 7 Jun 2010 13:27 > Date: Mon, 7 Jun 2010 17:47:31 +0200 > From: harlequin2(a)gmx.de > Subject: Re: [PHP-WIN] PHP Installation Problem > To: ajwei(a)alumni.iu.edu; php-windows(a)lists.php.net > > Hi Alice, > > Alice wrote: > > I have installed PHP from using PHP > > 5.2.13 installer [20,929Kb] - 25 February 2010, and for some reason, the > > PHP folder did not show up on my Windows C:\ folder. > > ... > > when you installed PHP through the installer, did you check "configure IIS"? What was the result of the installer? If any errors occurred, you should get an error code if anything doesn't work as expected. I would first try to rerun the installer, if it gives you a repair option, try this first, otherwise uninstall and reinstall completely. > > Regards, > > Sascha > -- > Freundliche Grüße / Kind regards, > > Sascha Meyer Not sure what is going on. I uninstalled the entire php, and reinstall it using FastCGI mode after restart. Now, I open up the hello world script from the browser, and I get this: Error Summary HTTP Error 500.0 - Internal Server Error C:\PHP\php-cgi.exe - The FastCGI process exited unexpectedly I wonder what mode I should use, I use Windows 7, and IIS 7. Alice > -------------------------------------------------- > EE: http://www.experts-exchange.com/M_761556.html > ZCE: http://www.zend.com/en/yellow-pages#show-ClientCandidateID=ZEND011290 > > GMX DSL: Internet-, Telefon- und Handy-Flat ab 19,99 EUR/mtl. > Bis zu 150 EUR Startguthaben inklusive! http://portal.gmx.net/de/go/dsl _________________________________________________________________ The New Busy is not the old busy. Search, chat and e-mail from your inbox.. http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_3
From: Venkat Raman Don on 7 Jun 2010 13:48 Please follow my blog at http://blogs.iis.net/donraman/archive/2009/11/15/troubleshooting-php-installation-on-windows.aspx to troubleshoot the installation and if problem persists paste the output you are getting for each command mentioned in the blog. Also as a side note the best way to install PHP on IIS is through Microsoft Web Platform Installer as Richard already pointed out. You can still give it a shot after uninstalling everything. Details at http://blogs.iis.net/donraman/archive/2009/10/07/installing-php-on-windows.aspx. Thanks, Don. -----Original Message----- From: Alice Wei [mailto:ajwei(a)alumni.iu.edu] Sent: Monday, June 07, 2010 10:28 AM To: harlequin2(a)gmx.de; php-windows(a)lists.php.net Subject: RE: [PHP-WIN] PHP Installation Problem > Date: Mon, 7 Jun 2010 17:47:31 +0200 > From: harlequin2(a)gmx.de > Subject: Re: [PHP-WIN] PHP Installation Problem > To: ajwei(a)alumni.iu.edu; php-windows(a)lists.php.net > > Hi Alice, > > Alice wrote: > > I have installed PHP from using PHP > > 5.2.13 installer [20,929Kb] - 25 February 2010, and for some > > reason, the PHP folder did not show up on my Windows C:\ folder. > > ... > > when you installed PHP through the installer, did you check "configure IIS"? What was the result of the installer? If any errors occurred, you should get an error code if anything doesn't work as expected. I would first try to rerun the installer, if it gives you a repair option, try this first, otherwise uninstall and reinstall completely. > > Regards, > > Sascha > -- > Freundliche Grüße / Kind regards, > > Sascha Meyer Not sure what is going on. I uninstalled the entire php, and reinstall it using FastCGI mode after restart. Now, I open up the hello world script from the browser, and I get this: Error Summary HTTP Error 500.0 - Internal Server Error C:\PHP\php-cgi.exe - The FastCGI process exited unexpectedly I wonder what mode I should use, I use Windows 7, and IIS 7. Alice > -------------------------------------------------- > EE: http://www.experts-exchange.com/M_761556.html > ZCE: > http://www.zend.com/en/yellow-pages#show-ClientCandidateID=ZEND011290 > > GMX DSL: Internet-, Telefon- und Handy-Flat ab 19,99 EUR/mtl. > Bis zu 150 EUR Startguthaben inklusive! > http://portal.gmx.net/de/go/dsl _________________________________________________________________ The New Busy is not the old busy. Search, chat and e-mail from your inbox. http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_3
From: Venkat Raman Don on 7 Jun 2010 13:55 Sorry, forgot to add one more thing. If you still want to configure PHP on your own rather than Web Platform Installer doing it, follow the article at http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-7/ or http://www.php.net/manual/en/install.windows.iis7.php. Thanks, Don. -----Original Message----- From: Venkat Raman Don [mailto:Don.Raman(a)microsoft.com] Sent: Monday, June 07, 2010 10:49 AM To: Alice Wei; harlequin2(a)gmx.de; php-windows(a)lists.php.net Subject: RE: [PHP-WIN] PHP Installation Problem Please follow my blog at http://blogs.iis.net/donraman/archive/2009/11/15/troubleshooting-php-installation-on-windows.aspx to troubleshoot the installation and if problem persists paste the output you are getting for each command mentioned in the blog. Also as a side note the best way to install PHP on IIS is through Microsoft Web Platform Installer as Richard already pointed out. You can still give it a shot after uninstalling everything. Details at http://blogs.iis.net/donraman/archive/2009/10/07/installing-php-on-windows.aspx. Thanks, Don. -----Original Message----- From: Alice Wei [mailto:ajwei(a)alumni.iu.edu] Sent: Monday, June 07, 2010 10:28 AM To: harlequin2(a)gmx.de; php-windows(a)lists.php.net Subject: RE: [PHP-WIN] PHP Installation Problem > Date: Mon, 7 Jun 2010 17:47:31 +0200 > From: harlequin2(a)gmx.de > Subject: Re: [PHP-WIN] PHP Installation Problem > To: ajwei(a)alumni.iu.edu; php-windows(a)lists.php.net > > Hi Alice, > > Alice wrote: > > I have installed PHP from using PHP > > 5.2.13 installer [20,929Kb] - 25 February 2010, and for some > > reason, the PHP folder did not show up on my Windows C:\ folder. > > ... > > when you installed PHP through the installer, did you check "configure IIS"? What was the result of the installer? If any errors occurred, you should get an error code if anything doesn't work as expected. I would first try to rerun the installer, if it gives you a repair option, try this first, otherwise uninstall and reinstall completely. > > Regards, > > Sascha > -- > Freundliche Grüße / Kind regards, > > Sascha Meyer Not sure what is going on. I uninstalled the entire php, and reinstall it using FastCGI mode after restart. Now, I open up the hello world script from the browser, and I get this: Error Summary HTTP Error 500.0 - Internal Server Error C:\PHP\php-cgi.exe - The FastCGI process exited unexpectedly I wonder what mode I should use, I use Windows 7, and IIS 7. Alice > -------------------------------------------------- > EE: http://www.experts-exchange.com/M_761556.html > ZCE: > http://www.zend.com/en/yellow-pages#show-ClientCandidateID=ZEND011290 > > GMX DSL: Internet-, Telefon- und Handy-Flat ab 19,99 EUR/mtl. > Bis zu 150 EUR Startguthaben inklusive! > http://portal.gmx.net/de/go/dsl _________________________________________________________________ The New Busy is not the old busy. Search, chat and e-mail from your inbox. http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_3 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
|
Next
|
Last
Pages: 1 2 Prev: PHP Page on IIS 7.5 Not Found Next: Problems combining two criteria in a select statement |