• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.
  • The forums have been upgraded with support for dark mode. By default it will follow the setting on your system/browser. You may override it by scrolling to the end of the page and clicking the gears icon.

php not running on iis 7.5 phpinfo() works.

Joined
Dec 1, 2007
Messages
528 (0.08/day)
Location
Karachi, Pakistan
System Name mAkS
Processor Intel Core 2 Duo E0 E8400 @3.0Ghz (Acheived 4.4Ghz On Stock Cooling)
Motherboard Asus P5K-V (Dead :[ )
Cooling CPU + Front + Rear + Side
Memory XMS2 DHX TWIN2X2048-6400C5DHX/800 BUS
Video Card(s) Inno3D 9600 GT Overclocked
Storage Seagate Sata II 250 GB ++ 500 GB
Display(s) Hp 2009f 20-inch Wide-screen
Case Legend
Audio Device(s) Build-In 8 CHannel (Dell 5.1")
Power Supply CoolerMaster 460W eXtreme Power Plus
Software Many
Benchmark Scores E8400 hardware rank 94th on hwbot in wPrime :D
strange thing..

when i execute a php file with phpinfo() it shows all the modules and info correctly

but when i try to run anything else, it doesn't run..

i have configure php 5.3.1 on iis 7.5
 

Attachments

  • php.jpg
    php.jpg
    39.6 KB · Views: 822
check your error logs.. what do they say?
 
i took a look at the logs.. but there isnt anything noticable i think.. here is the log file attached..
 

Attachments

is that the access log? do you also have an error log ? change php.ini error reporting parameters
 
this is the iis log..
i tried xampp too.. and its not working either.. :(
 
Try going back a couple versions of PHP. I upgraded my web server to 5.3.1 and nothing worked so dropped back to 5.2.11

5.3 is very strict with regard to code compliance (short tags not allowed by default etc etc)
 
i tried both.. 5.3.1 and 5.2.12
 
Have you tried installing it using Microsoft's Web Platform Installer? I was skeptical of the utility at first, but I used it to reinstall SQL Server 2008 Express and it fixed a configuration issue I was having. What it does is give you an up to date list of web and programming utilities, you pick what you want and it handles getting all the prerequisites then installs them all with minimal user input. It also handles installing prerequisites that are part of Windows such as ASP .NET for IIS, etc.
 
Back
Top