OSCommerce Help

Status
Not open for further replies.

Gamer Marketplace

New Member
Messages
3
Reaction score
0
Points
0
I installed OSCommerce using Fantastico and all went well but i now get the following error.

Code:
Server Requirement Error: register_globals is disabled in your PHP configuration. This can be enabled in your php.ini configuration file or in the .htaccess file in your catalog directory.

I have searched the x10 forums and found other people who had problems and one said there was a workaround. So im wondeing, where can i find out how to wordaround this problem, or does anyone have any instructions. :dunno:

Also, which is best to use in terms of professionalism and design.

ZenCart
Cubcart
OSCommerce

Thanks, Gamer Marketplace.

:fingersx:
 

aneotoena

New Member
Messages
798
Reaction score
0
Points
0
register globals is disabled for security reasons, you'll have to modify the code.
 

Slothie

New Member
Messages
1,429
Reaction score
0
Points
0
You're screwed. OsCommerce doesn't work properly on php5. A workaround for register_globals is to include the following code on all your php files.

PHP:
extract($_REQUEST);
 

Gamer Marketplace

New Member
Messages
3
Reaction score
0
Points
0
K, thanks for reply.
Edit:
Oh, any recommendations for FREE ecommerce systems to use. Doesn't have to be one in Fantastico.

If anyone can find one that is very similar to the one used at the website http://www.game.co.uk i will reward with 150 credits.

Notice how on game, when clicking on item, instead of just text summary, you can have images, etc.

Thanks guys.
 
Last edited:

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
Since this is no longer a support thread I'm going to close it.

Please open a new thread if you need further assistance.
 
Status
Not open for further replies.
Top