1
richbrown
OS Commerce
  • 2004/11/22 18:36

  • richbrown

  • Just popping in

  • Posts: 96

  • Since: 2004/10/20


Hi

Installing and using this on a test site at home and I get the following error:

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

Any idea what next?

Thanks

Rich

2
Anonymous
Re: OS Commerce
  • 2004/11/22 19:59

  • Anonymous

  • Posts: 0

  • Since:


Try this in the apllication_top.php ( folder /shop/incudes/ delete

// check if register_globals is enabled.
// since this is a temporary measure 
this message is hardcoded.
The requirement will be removed before 2.2 is finalized.
  if (
function_exists('ini_get')) {
    
ini_get('register_globals') or 
    exit(
'FATAL ERROR: register_globals 
    is disabled in php.ini, please enable it!'
);
  }

3
richbrown
Re: OS Commerce
  • 2004/11/22 20:49

  • richbrown

  • Just popping in

  • Posts: 96

  • Since: 2004/10/20


Hi Predator

Thanks for the reply. I looked in the php file and it already says the line that you gave me. Am I to do something with that line?

Thanks

Rich

4
brash
Re: OS Commerce
  • 2004/11/22 22:15

  • brash

  • Friend of XOOPS

  • Posts: 2206

  • Since: 2003/4/10


You could try enabling the register globals option in php.ini, not as secure though.

5
richbrown
Re: OS Commerce
  • 2004/11/23 7:37

  • richbrown

  • Just popping in

  • Posts: 96

  • Since: 2004/10/20


Hi Brash

I presume I will need to ask my ISP to do this?

And why is it less secure?

There is no other way?

Thanks

Rich

Login

Who's Online

413 user(s) are online (81 user(s) are browsing Support Forums)


Members: 0


Guests: 413


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Sep 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits