php?mode doesn't work (php5 and IIS6)

Discussion in 'PHP' started by luv2sd, Apr 5, 2008.

  1. #1
    I'm sure some of you are familiar with hlstatsx (www.hlstatsx.com)
    I think I'm having a php configuration/setup problem. I finally got php to work on IIS6

    http://208.53.136.186/web/hlstats.php

    but the problem is that when I click Admin, it just stays on the same page instead of displaying content of

    http://208.53.136.186/web/hlstats.php?mode=admin

    And I know there's absolutely nothing wrong with the php files because I copied them from my other website that's running perfectly fine

    So what could be preventing php to display content of that page?
     
    luv2sd, Apr 5, 2008 IP
  2. wisdomtool

    wisdomtool Moderator Staff

    Messages:
    15,826
    Likes Received:
    1,367
    Best Answers:
    1
    Trophy Points:
    455
    #2
    Maybe you can enable errors display in the php.ini, this will make it easier for you to troubleshoot.
     
    wisdomtool, Apr 5, 2008 IP
  3. luv2sd

    luv2sd Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It's already set to

    log_errors = On

    but I don't see log file anywhere in the php folder
     
    luv2sd, Apr 5, 2008 IP