Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can't get past screen 2


csk

Recommended Posts

Posted

I'm managed to get past register globals...and have got to page 2 of the install...i.e. import catalog database, automatic configuration...I can't get past this page...

 

I have set my permissions on the folders to 777 and the config files etc to 777...

 

Any ideas?

 

Help

Posted

1) In your php.ini file, you need to set 'register_globals = On' and right after that 'register_long_arrays = On'.

2) Restart your web service.

3) Open a browser and try the install again!

Posted

Same here, I cannot have register globals on on my server so I followed the instruction in the contributions page to change all the files and have register globals off. But during the installation I cannot get past STEP 2.

 

Thanks

Posted
Same here, I cannot have register globals on on my server so I followed the instruction in the contributions page to change all the files and have register globals off. But during the installation I cannot get past STEP 2.

 

Thanks

You must set "register_globals = On".

Posted
Yes I know that but I followed the contribution that allows you to have register globals off.

 

in the root directory where your store is creatre a file called php.txt

 

open the file and delete all content. add this to the file

 

register_globals=on;

 

save and upload it. rename it to php.ini

 

see if that helps

 

EDIT: Just noticed you have installed the register-globals patch so this won't work

 

Have you tried the register_long_arrays = On fix?

Regards

 

Mark A Reynolds

Posted

I see some people are still in doubt here :)

So first you need to enable global variables else it will keep remind you that.

 

Then you need to register long arrays else it will not pass by step 2 of installation.

I did it like this without editing php.ini:

 

create a file called .htaccess and place it in site root then type this in it:

 

php_value register_globals 1
php_value register_long_arrays 1

 

That fixes both things above.

Note that some servers will need one hour before detecting a new .htaccess on server.

Archived

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

×
×
  • Create New...