[osCommerce] Register Globals MOD
[osCommerce] Register Globals MOD
This link http://www.magic-seo-url.com/oscommerce ... s-off.html
Can it be used for osCommerce RC1?
Re: [osCommerce RC1] Register Globals
-
- Posts: 5
- Joined: Fri Feb 22, 2008 5:04 am
Re: [osCommerce] Register Globals MOD
Re: [osCommerce] Register Globals MOD
-
- Posts: 5
- Joined: Fri Feb 22, 2008 5:04 am
Re: [osCommerce] Register Globals MOD
} elseif ($_GET['action'] == 'process') {
is
global $_POST, $order, $cart, $currency, $currencies;
Could it be this causing the problem with register_globals off?
Re: [osCommerce] Register Globals MOD
englishchrissy wrote:Hi, its running on my localhost test machine.
I was asking you, because you have contact me previously by email and you have specified your web site URL as one store of our real customer. I was little confused...
englishchrissy wrote:Could it be this causing the problem with register_globals off?
Does this problem also occur when you enabled Register Globals in php.ini? It looks like an error in PHP. If you are using PHP5 series please upgrade to the latest version.
-
- Posts: 5
- Joined: Fri Feb 22, 2008 5:04 am
Re: [osCommerce] Register Globals MOD
With the 'register globals easy' changes the problem occurred when register_globals was on or off. It made no difference.
On my localhost test machine I am using PHP Version 5.1.2. I think we use a later version on live but I have not put the register_globals changes live so I do not know what effect that might have.
Would upgrading my localhost machine to the latest version resolve the problem?
Re: [osCommerce] Register Globals MOD
englishchrissy wrote:Would upgrading my localhost machine to the latest version resolve the problem?
Since this MOD is using
Code: Select all
if (!ini_get("register_globals")) {
-
- Posts: 5
- Joined: Fri Feb 22, 2008 5:04 am
Re: [osCommerce] Register Globals MOD
-
- Posts: 5
- Joined: Fri Feb 22, 2008 5:04 am