classifieds php script problem

Discussion in 'Scripts' started by basitali66, Aug 24, 2013.

  1. #1
    Hi,
    I have install open-classifieds script on local host, and delete install folder from directory as install setup ask me at the end of instillation. Then ask me to check admin page and website page. When I call website and admin trough firefox from my local host its only shows white page. There is nothing on it. Please let me know where is the problem.
     
    basitali66, Aug 24, 2013 IP
  2. samyak

    samyak Active Member

    Messages:
    280
    Likes Received:
    7
    Best Answers:
    4
    Trophy Points:
    90
    #2
    Turn on the error reporting on your localhost and check if you see some error.
     
    samyak, Aug 24, 2013 IP
  3. basitali66

    basitali66 Greenhorn

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #3
    how to turn on error report ???
     
    basitali66, Aug 25, 2013 IP
  4. samyak

    samyak Active Member

    Messages:
    280
    Likes Received:
    7
    Best Answers:
    4
    Trophy Points:
    90
    #4
    You can either do this:
    error_reporting(E_ALL);
    PHP:
    or
    ini_set('error_reporting', E_ALL);
    PHP:
    .

    These statements need to be added at the top of your script.
     
    samyak, Aug 25, 2013 IP