PHP problem

Status
Not open for further replies.

madinflux

New Member
Messages
4
Reaction score
0
Points
0
I am currently trying to install a ecommerce store (digistore). I have done all the steps but I receive this error:
Code:
FATAL ERROR: register_globals is disabled in php.ini, please enable it!
What does this mean? How do I fix it? Here is my link: http://fluxcomputers.co.cc/ecomm/

*Note*: Please any help is appreciated i need the store up fast.
 

madinflux

New Member
Messages
4
Reaction score
0
Points
0
Php function

my e commerce store says that I need registers global enabled. Currently I have V2. Will I need V3 to use that?
 

bugfinder

Retired
Messages
2,260
Reaction score
0
Points
0
Register globals is a major security flaw an example:

if you had some code that had a variable where admin was either 0 or 1 depending on the users status, with register globals on, if the person going to your site added ?admin=1 at the end, they auto get admin access.. You can read more at http://php.net/register_globals

Therefore Im sorry, but we dont turn it on.
 
Status
Not open for further replies.
Top