1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

FATAL ERROR: register_globals is disabled in php.ini, please enable it!

Discussion in 'Site & Server Administration' started by excaliburwebdesigners, May 11, 2007.

  1. #1
    Is

    FATAL ERROR: register_globals is disabled in php.ini, please enable it!

    a problem with the server or the script i am trying to install.

    I had previously installed the same script on the server without any problems but the server went down and had to be replaced, is the replacement server not configured correctly and causing the error?

    Any help would be appreciated.

    Nathan.
     
    excaliburwebdesigners, May 11, 2007 IP
  2. agnivo007

    agnivo007 Peon

    Messages:
    4,290
    Likes Received:
    289
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Is it your dedicated server? Then edit /etc/php.ini
    
    register_globals on
    
    Code (markup):
    Else you can try to put a php.ini containing the above in your script directory.
     
    agnivo007, May 11, 2007 IP
  3. cyanide

    cyanide Peon

    Messages:
    483
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Or htaccess in the root of your directory
     
    cyanide, May 12, 2007 IP
  4. agnivo007

    agnivo007 Peon

    Messages:
    4,290
    Likes Received:
    289
    Best Answers:
    0
    Trophy Points:
    0
    #4
    The above holds if and only if php_flag parsing through .htaccess is enabled.
     
    agnivo007, May 12, 2007 IP