Newguy Posted February 7, 2007 Share Posted February 7, 2007 I usualy try reading and researching before i contemplate posting a topic but this one has me baffled. Basically iam getting stuck at step 2 installation, I have read that register Globals and register globals needs to be on and i have done that and i still can not get pass stage 2. These are the Phps.ini which i have changed : Php4 >/etc/php4/apache2/php.ini Php5 >/etc/php5/apache/php.ini when i do locate php.ini i get the following results : etc/php4/apache2/php.ini <<changed /etc/php4/apache2/php.ini.saved_by_ /etc/php4/cli/php.ini <<changed /etc/php4/cli/php.ini.saved_by_ /etc/php4/cli/php.ini.saved_by_.01.20;15:22 /etc/php5/apache/php.ini <<changed /etc/php5/cgi/php.ini <<changed /etc/php5/cli/php.ini <<changed /usr/share/doc/php4-common/examples/php.ini-dist /usr/share/doc/php4-common/examples/php.ini-paranoid /usr/share/doc/php4-common/examples/php.ini-recommended /usr/share/doc/php5-common/examples/php.ini-dist /usr/share/doc/php5-common/examples/php.ini-recommended /usr/share/php4/php.ini-dist /usr/share/php5/php.ini-dist i also went ahead , just to be sure and changed php ini in those other location , just to be on the safe side and its a still a no go. Youre help on the is deeply appreciated. Link to comment Share on other sites More sharing options...
Poovard Posted February 7, 2007 Share Posted February 7, 2007 >_< Same problem here on IIS 5.0 Looks like $HTTP_GET_VARS['step']; is empty. No idea why, but is just jumps to the default in the swtich statement in install.php Could be a problem creating sessions? Mike. Link to comment Share on other sites More sharing options...
Poovard Posted February 7, 2007 Share Posted February 7, 2007 >_< Same problem here on IIS 5.0 Looks like $HTTP_GET_VARS['step']; is empty. No idea why, but is just jumps to the default in the swtich statement in install.php Could be a problem creating sessions? Mike. Try register_long_arrays = On Link to comment Share on other sites More sharing options...
Newguy Posted February 7, 2007 Author Share Posted February 7, 2007 Try register_long_arrays = On Yea i changed that on pretty much every php.ini files still get stuck on teh step 2 installation , im not sure what other things to try :( Link to comment Share on other sites More sharing options...
c_ruyant Posted February 7, 2007 Share Posted February 7, 2007 I have exacly the same problem.. Do sombody have the solution ? Link to comment Share on other sites More sharing options...
jed.it Posted February 8, 2007 Share Posted February 8, 2007 Hi there Sorry to say, but I have same problem :'( Using IIS (Windows Server 2003 WEB edd) Using MySQL 5.0.27 Using PHP 5.2.0 Using osCommerce 2.2 (060817) Looking forward for a Solution, if any :-) /Jesper Link to comment Share on other sites More sharing options...
Poovard Posted February 8, 2007 Share Posted February 8, 2007 Hi there Sorry to say, but I have same problem :'( Using IIS (Windows Server 2003 WEB edd) Using MySQL 5.0.27 Using PHP 5.2.0 Using osCommerce 2.2 (060817) Looking forward for a Solution, if any :-) /Jesper My solution: It was register_long_arrays = On in php.ini to fix the step 2 problem, then you get another issue when it fails to reload the setup DB page. To fix this I had to Bin php 5.x and install 4.x. Tghen you get another problem with DB accesswhich can be fixed with this: cmd> mysql.exe mysql> UPDATE mysql.user -> SET password=OLD_PASSWORD('your_password') -> WHERE user='your_user' -> ; mysql> flush privilidges; your_user might be 'root' unless you created a new one Wasted half a day on this. Looks like the windows support here is poor. Now got some sort of session problem, but the site is configured and runs. Link to comment Share on other sites More sharing options...
Poovard Posted February 8, 2007 Share Posted February 8, 2007 My solution: It was register_long_arrays = On in php.ini to fix the step 2 problem, then you get another issue when it fails to reload the setup DB page. To fix this I had to Bin php 5.x and install 4.x. Tghen you get another problem with DB accesswhich can be fixed with this: cmd> mysql.exe mysql> UPDATE mysql.user -> SET password=OLD_PASSWORD('your_password') -> WHERE user='your_user' -> ; mysql> flush privilidges; your_user might be 'root' unless you created a new one Wasted half a day on this. Looks like the windows support here is poor. Now got some sort of session problem, but the site is configured and runs. Then run mysql> update configuration set configuration_value = 'c:\\php\\tmp' where confi guration_key = 'SESSION_WRITE_DIRECTORY'; to fix the session issue. Make sure that the iis user has access to the folder. Link to comment Share on other sites More sharing options...
Newguy Posted February 8, 2007 Author Share Posted February 8, 2007 Hi , I still can not figure it out i have tried Register global files on and register_long_arrays = On still no go , Funny thing is the previous versions worked fine on every setup i have done. Someone please do help as i do not want to use any other eccomerce setup. Thanks Link to comment Share on other sites More sharing options...
Newguy Posted February 8, 2007 Author Share Posted February 8, 2007 Im going to install the Os3 Alpha and see what happens .. Link to comment Share on other sites More sharing options...
wireless Posted February 8, 2007 Share Posted February 8, 2007 Hi there I tried with php.ini to change register_globals it didnt work so searched again and found this work around which did work have a look at reg._globals .htaccess work around and now I im stuck getting my Database on my server to connect with OSC .....can anyone help me Link to comment Share on other sites More sharing options...
wireless Posted February 8, 2007 Share Posted February 8, 2007 Hi there I tried with php.ini to change register_globals it didnt work so searched again and found this work around which did work have a look at reg._globals .htaccess work around and now I im stuck getting my Database on my server to connect with OSC .....can anyone help me Hi again Ive just sorted my DB prob I have to change my DB name to localhost....alls well now. Link to comment Share on other sites More sharing options...
Newguy Posted February 9, 2007 Author Share Posted February 9, 2007 Hi again Ive just sorted my DB prob I have to change my DB name to localhost....alls well now. damnit i did not bother trying the os3 . Still can not figure whats wrong with this , please i beg for some help on this :( Link to comment Share on other sites More sharing options...
Newguy Posted February 10, 2007 Author Share Posted February 10, 2007 anyone please help ???? pleasse. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.