Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

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


shoppingcart101

Recommended Posts

Posted

Hello everyone. I have had designed an online store and its been up and running for about a year. My client had just advized me that you can't get in and see the store and there is a message across the top of a blank white screen saying: FATAL ERROR: register_globals is disabled in php.ini, please enable it!

 

Did anyone come across this. Im not sure my client went in the admin section and clicked on something he shouldn't have.

 

I appreciate any help. Thanks for reading!

 

BD

Posted
Hello everyone. I have had designed an online store and its been up and running for about a year. My client had just advized me that you can't get in and see the store and there is a message across the top of a blank white screen saying: FATAL ERROR: register_globals is disabled in php.ini, please enable it!

 

Did anyone come across this. Im not sure my client went in the admin section and clicked on something he shouldn't have.

 

I appreciate any help. Thanks for reading!

 

BD

 

 

you need to turn register globals on in you php.ini file. Also you can do it with in your configuration

Nothing unreal exists

Posted
you need to turn register globals on in you php.ini file. Also you can do it with in your configuration

 

 

 

Thanks for your reply and help. But where would I find this "php.ini file"?

 

 

Thanks

 

B

Posted
Use enigmas workaround I forgot about that

 

http://www.oscommerce.com/community/contributions,2097

 

 

 

I did change the code in both "Sessions" files in both the "includes" & "admin" folders but there still has the Error Message. I'am I doing it wrong. Where is the "php.ini" file.

 

I'm sure its a simple fix. but Im failing to see throught the Simplicity, lol.

 

Any Help! Thanks for reading.

 

BD

Posted
I did change the code in both "Sessions" files in both the "includes" & "admin" folders but there still has the Error Message. I'am I doing it wrong. Where is the "php.ini" file.

 

I'm sure its a simple fix. but Im failing to see throught the Simplicity, lol.

 

Any Help! Thanks for reading.

 

BD

if you implement it correctly you shouldn't because the module comments out the error message first of all.

Posted

First, sorry on my bad English. :)

Second, try to edit php.ini in this folder \xampp\apache\bin.

register_globals = On

This solved that problem for me. :thumbsup:

Posted
First, sorry on my bad English. :)

Second, try to edit php.ini in this folder \xampp\apache\bin.

register_globals = On

This solved that problem for me. :thumbsup:

 

 

 

Thanks Marko!!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...