Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Server Requirement Error


connieg20

Recommended Posts

Can someone explain to me in steps on what file I need to access to fix this error. I've tried researching but I really don't understand. This is my 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 look in the configuration file and the htaccess file but I am not quite sure what I am looking for. I'm not quite sure how the error occurred, one minute the store was okay, the next the error.

 

Any help for someone with no experience is welcomed and appreciated.....

Link to comment
Share on other sites

http://www.oscommerce.com/community/contributions,2097

 

or

register_globals = On
disable_functions = exec,proc_open,shell_exec,system,posix_kill,popen

 

BTW, That goes in the php.ini file and put it in the install directory. After you get it installed, then put php.ini in all directories.

 

A quick search would have gotten you the answer...

BACKUP your current files before editing. Did I mention to BACKUP your current files, first?

 

"I'm not a hero, I'm a firefighter; it is my job to save lives. I'm a Jesus Christ Firefighter saving souls from the flames!"

 

Installed contribs: Almost XP Buttons *** Attribute Sort *** Auto Thumbnail Change *** Column Product Listing (for SPPC v4.0) *** Contact Us Registered *** Country-State Selector 1.3.3J *** CC# Db Mask 1.3 *** Email Order Clickable Link *** Extra Images *** Linkpoint API CVM *** Loginbox Best *** New Spiders *** New Attrib Mgr v.5.0 w/ New Attrib Include *** Multi Product Update *** MySQL Cron *** Pricing per Category *** Product Listing in Columns v2.2 [later upgraded to CPL(SPPC)] *** Product Sort v1.6 *** Seperate Pricing Per Customer v4.15 *** Simple Down for Maintenance [Gokou] *** Ultimate_SEO_URLs_v2.2.2 *** UPS Worldship Export 1.3 *** Welcome Email username & password

Link to comment
Share on other sites

http://www.oscommerce.com/community/contributions,2097

 

or

register_globals = On
disable_functions = exec,proc_open,shell_exec,system,posix_kill,popen

 

BTW, That goes in the php.ini file and put it in the install directory. After you get it installed, then put php.ini in all directories.

 

A quick search would have gotten you the answer...

 

 

Thanks for the answer but I guess I did not explain myself, I did the research but the php.ini file is what I cannot find, thats why I needed steps. I am new to all of this and I have been searching for hours for that file.

 

Thanks for your help!!!!

Link to comment
Share on other sites

php.ini is a php configuration file & not an oscommerce file.... there is a fix for register_globals in the contributions but you could also check the .htaccess file in your root folder and try amending this line

 

# php_value register_globals 1

 

to

 

php_value register_globals 1

 

 

which may be a quick fix depending upon your server setup (you may need to do similar in admin folder if that works)

with ten thousand dollars we'll all be millionaires

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...