csk Posted April 16, 2007 Posted April 16, 2007 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
sulletf Posted April 17, 2007 Posted April 17, 2007 Same for me. I install it locally on windows (easyPHP). Let's hope somebody will help us soon ;)
sulletf Posted April 17, 2007 Posted April 17, 2007 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!
sainfate Posted April 17, 2007 Posted April 17, 2007 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
sormui Posted April 18, 2007 Posted April 18, 2007 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".
sainfate Posted April 20, 2007 Posted April 20, 2007 Yes I know that but I followed the contribution that allows you to have register globals off.
crash3903 Posted April 20, 2007 Posted April 20, 2007 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
adrianTNT Posted April 20, 2007 Posted April 20, 2007 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.