PHP.ini error

Status
Not open for further replies.

dzigns

New Member
Messages
50
Reaction score
0
Points
0
Hi
In my website http://dzigns.x10hosting.com/, when I go to php shopping cart, I get this error:

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

What is the problem here? It was working fine before the crash down.
thanks
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
Register Globals is turned off by default in php versions 4.1.0+. (For security reasons) Is it a "pre built" shopping cart system, or one you have made yourself? I'm assuming the first, but if it's the second, you can be helped without enabling. I believe you can enable register_globals using a php flag in an htaccess file. I will look it up and get back to you.

Check out: http://us3.php.net/register_globals

Edit: Well I cannot come up with a solution.. The only way around it is to turn it back on, but that is a security risk. It was turned on before though. Either way, it's up to Corey what happens.
 
Last edited:
Status
Not open for further replies.
Top