Hello!
Well, I installed OSCommerce from Fanastico as the tutorial showed me. However when I try to visit the store itself, or the admin area, I get this error:
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 went searching in the files. Couldn't find php.ini, but found the .htaccess in the area where I made my oscommerce shop. There is something that says...
#<IfModule mod_php4.c>
# php_value session.use_trans_sid 0
# php_value register_globals 1
#</IfModule>
At the very bottom and a bunch of stuff above it. I just dont know what I'm supposed to change to fix this error or if I'm even in the right area to fix it.
Any help would be greatly appreciated!
I can be more specific too on where I went if that'll help at all.
Thanks!
Well, I installed OSCommerce from Fanastico as the tutorial showed me. However when I try to visit the store itself, or the admin area, I get this error:
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 went searching in the files. Couldn't find php.ini, but found the .htaccess in the area where I made my oscommerce shop. There is something that says...
#<IfModule mod_php4.c>
# php_value session.use_trans_sid 0
# php_value register_globals 1
#</IfModule>
At the very bottom and a bunch of stuff above it. I just dont know what I'm supposed to change to fix this error or if I'm even in the right area to fix it.
Any help would be greatly appreciated!
I can be more specific too on where I went if that'll help at all.
Thanks!
Comment