ChristophS Posted January 16, 2006 Posted January 16, 2006 Hi folks I installed OSCommerce on the Webserver and than I got this Messeg. 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. What to do now? Can anybody tell me step by step how to fix that?
Pixy Posted January 16, 2006 Posted January 16, 2006 Go to contirbutions and search for register globals there is a patch for it - just know that you most probably wont be able to use EP. Pixy One day at a time - we all have to learn
Guest Posted January 16, 2006 Posted January 16, 2006 You can turn on 'register_globals' by creating a .htaccess file with the following line: php_flag register_globals on Put the .htaccess file in your public directory. (www or httpdocs or public)
ChristophS Posted January 17, 2006 Author Posted January 17, 2006 I never created a htacces file before how to do that? With WordPad or Editor?
kwalker Posted January 17, 2006 Posted January 17, 2006 I never created a htacces file before how to do that? With WordPad or Editor? Notepad will do. When you save the file, make sure the "Save As type" is selected to All Files, then name the file: .htaccess Kevin "What I didn't know yesterday, I know today & will remember tomorrow" (By Kwalker) What do you see when you open up the tep_database-pr2.2-CVS.pdf file that came with your osCommerce download?
ChristophS Posted January 17, 2006 Author Posted January 17, 2006 Ok I fixed it its working now. But I go another problem. How to set up more than one picture for a product? And I cant find the option to make a customer download a product after he payed for it
cmagill Posted January 20, 2006 Posted January 20, 2006 You can turn on 'register_globals' by creating a .htaccess file with the following line: php_flag register_globals on Put the .htaccess file in your public directory. (www or httpdocs or public) Does this only work for apache servers. It wont work on IIS will it? thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.