Having a little trobule installing OS Commerce

Status
Not open for further replies.

Wicked_one

New Member
Messages
16
Reaction score
0
Points
0
I used Fantastico to in stall it but some how still messed up. when I try to go veiw it I get this error message

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.

:dunno:I can't find php.ini configuration file or in the .htaccess file in your catalog directory.
Can anyone help me out here, I pullin my hair out try to fix this.
 

Slothie

New Member
Messages
1,429
Reaction score
0
Points
0
Its outdated. Register globals is now depreciated. You can try to patch the code by prepending

PHP:
extract($_REQUEST);

to every php script that is web accessible, otherwise you'd be better off looking for a new script.
 
Status
Not open for further replies.
Top