Critical error

Discussion in 'PHP' started by Superior, Nov 26, 2006.

  1. #1
    Superior, Nov 26, 2006 IP
  2. daboss

    daboss Guest

    Messages:
    2,249
    Likes Received:
    151
    Best Answers:
    0
    Trophy Points:
    0
    #2
    site doesn't even load for me. i suspect you didn't even get the installation to work.

    1. did you install it in the right folder?
     
    daboss, Nov 26, 2006 IP
  3. olaf2

    olaf2 Active Member

    Messages:
    1,362
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    80
    #3
    do you think we are magicians?

    provide more information
     
    olaf2, Nov 26, 2006 IP
  4. maiahost

    maiahost Guest

    Messages:
    664
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    #4
    All I get is :

    Fatal error :

    That's not going to help much.
     
    maiahost, Nov 26, 2006 IP
  5. clancey

    clancey Peon

    Messages:
    1,099
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    0
    #5
    If I were you, I would search the source code for a phrase like -- echo "Fatal error:"; -- and see what it is trying to do. It happens quickly, so it is probably right at the start of the script. I would not be surprised if it is when it tries to initialize access to its database section.
     
    clancey, Nov 26, 2006 IP
  6. Superior

    Superior Well-Known Member

    Messages:
    488
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #6
    Hmmm

    i was installed the gellary 2 months ago. till few days before every thing was fine. but one day when i open the site i just saw the Fatal error.
     
    Superior, Nov 27, 2006 IP
  7. Luke

    Luke Peon

    Messages:
    111
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Fatal error :<br />

    Ouch, don't even know where to begin.
     
    Luke, Nov 27, 2006 IP
  8. olaf2

    olaf2 Active Member

    Messages:
    1,362
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    80
    #8
    open the file index.php in your root and add this code to the top (right after the php tag):

    ini_set('display_errors', true);
    error_reporting(E_ALL);

    and tell us what you see...
     
    olaf2, Nov 27, 2006 IP