OsCommerce register_globals error Carrie SmahaUpdated on August 16, 2021 1 Minute Read When installing OsCommerce for the first time you may receive 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. To enable register_globals for your account, you will need to edit the .htaccess file in your OsCommerce root directory. There should already be an .htaccess in there, and you should just have to comment out these lines (may vary per version) php_value register_globals 1 If you are on a PHP 5 server, you should change mod_php4.c to mod_php5.c. If you do not have an .htaccess in your OsCommerce directory, you can simply create one and insert the above lines. Share this Article Carrie Smaha Senior Manager Marketing Operations Carrie Smaha is a digital strategy, web development, and SEO leader with 20 years of experience. She built her foundation in fast-paced agency environments before moving in-house to InMotion Hosting, where she leads go-to-market programs, agency initiatives, and technical product marketing that connects product capability to real customer decisions. More Articles by Carrie Related Articles Set up SSL with OsCommerce and Zen Cart Getting Started Guide OsCommerce How to add a new category in osCommerce Adding Google Analytics to osCommerce Setting up SMTP with osCommerce OsCommerce register_globals error How to perform a bulk price change for all products in OSCommerce How to find your database name in osCommerce How to Install osCommerce via Softaculous How to Secure the configure.php File for osCommerce