Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

PLEASE HELP I GOTA THIS MESSAG AFTER INSTALL


ChristophS

Recommended Posts

Posted

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?

Posted

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

Posted

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)

Posted
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?

Posted

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

Posted
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

Archived

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

×
×
  • Create New...