What is this error means ?

Discussion in 'PHP' started by nals, Jun 10, 2008.

  1. #1
    Can someone tell me what this error means?

    When I try to install Oscommerce shopping scrip I got this error

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

    :confused:
     
    nals, Jun 10, 2008 IP
  2. DataCapital

    DataCapital Peon

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    What Error?
     
    DataCapital, Jun 10, 2008 IP
  3. nals

    nals Peon

    Messages:
    168
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Sorry I forgot to add the error :) now I have edited my post
     
    nals, Jun 10, 2008 IP
  4. luxinterior

    luxinterior Peon

    Messages:
    231
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I think you'll find the answer is in your question ;)

    No but seriously...read the error...it tells you quite clearly what the problem is...contact your hosting provider and have them enable register_globals.

    Lux
     
    luxinterior, Jun 10, 2008 IP
  5. jestep

    jestep Prominent Member

    Messages:
    3,659
    Likes Received:
    215
    Best Answers:
    19
    Trophy Points:
    330
    #5
    Also you can probably use .htaccess to turn it on.
     
    jestep, Jun 10, 2008 IP
  6. nals

    nals Peon

    Messages:
    168
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Thanks jestep it worked

    created an .htaccess
    "php_flag register_globals on"

    and all Done
     
    nals, Jun 10, 2008 IP