Displaying white blank page on executing index.php file

Discussion in 'PHP' started by allinternetbiz, Apr 26, 2007.

  1. #1
    I have bought a autoresponder php script. I have made all the necessary changes in the config.php. But while executing the index.php, iam getting blank page. It is a login form. No error message is shown in the browser. Only blank white page. Do i need to change any settings in server. Iam using windows hosting.

    Thanks
     
    allinternetbiz, Apr 26, 2007 IP
  2. Adam A Flynn

    Adam A Flynn Peon

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Check to make sure that error_reporting is set to E_ALL (can be done by calling error_reporting(E_ALL); at the start of the script) and make sure that display_errors is set to on.
     
    Adam A Flynn, Apr 27, 2007 IP
  3. Gordaen

    Gordaen Peon

    Messages:
    277
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #3
    With PHP support I hope...? If so, check the page source to see if anything is being output at all.
     
    Gordaen, Apr 28, 2007 IP