OS Commerce
From JumbaWiki
OS Commerce is an option in the third-party application Fantastico.
Contents |
Installation error
If you come across the following error while installing OSCommerce, we'll show you how to fix it.
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.
Solution 1
Simply create a php.ini file containing the following:
register_globals = On
Solution 2
- NOTE: this not an option if your hosting server is running phpSuExec (which most Jumba servers are)
If there is a .htaccess file in your catalog directory, add or uncomment the following:
php_flag register_globals on
If you don't have a .htaccess file in there, create the file in Notepad, save it as htaccess.txt, upload it then rename it to .htaccess.
See also
Related forum threads
Here are some Jumba forum threads with related discussion:
- os commerce
- OSCommerce Install Error
- Error Message
- SSL probelms with osCommerce
- (oscommerce) Easy Populate?
- osCommerce migration
- (osc) upload product images error
- "secure server folder" in osCommerce
- OSCOMMERCE and database server information
- osCommerce and 100% uptime email addresses
| Fantastico E-Commerce |
|---|
| CubeCart | OS Commerce | Zen Cart |

