dadamutu Posted September 10, 2009 Share Posted September 10, 2009 winxp sp2firefox 3.0.13apache 2.2.13mysql 5.1.37php 5.3.0I can install and run 1.2.2.0 smoothly. today 1.2.3.0 has been released, so I want to update to daynew database, new install (not update install)when runs to step 3, verify database correctly, go next.... button turn to gray, but then doesn't to go step 4..... then turn to clickable again.I turn on the debug mode, but no any warning given.what's wrong? any body came across this problem? wait for answer. thanks. Link to comment Share on other sites More sharing options...
sdonnet Posted September 10, 2009 Share Posted September 10, 2009 Same thing for me !Stuck in step 3 ! I already have a "prestashop" website on same server, using same MySQL and Apache, and it is working (v1.1 I suppose).Same symptoms. Testing DB access returns OK, while clicking "Next" do nothing (except a 2-seconds progress bar, top right of the page).Conf : Windows 2008 + EasyPHP 3.0 (Apache 2.2.11, PHP 5.2.8, MySQL 5.1.30) Link to comment Share on other sites More sharing options...
Mr Fred Posted September 10, 2009 Share Posted September 10, 2009 Same thing for me Nothing is possible after step 3 Windows xp Windows vistalocalhostWamp server and PHP Thanks Link to comment Share on other sites More sharing options...
sdonnet Posted September 10, 2009 Share Posted September 10, 2009 I think I have found !I had unckeched the SMTP settings, hoping that did not matter. ERROR ! Even unckecked, I think the installer tried to connect to localhost/25 and failed. I check the SMTP settings, correctly fill the SMTP infos, and now it is working (Step 3 is quite long, it is creating tables...). Link to comment Share on other sites More sharing options...
Curly Posted September 10, 2009 Share Posted September 10, 2009 I wanted to upgrade as well today and followed the instructions, but I'm also stuck on step 3 of the installation.I am using WAMP 2.0, and this was working with me previous installation.In my php log I get the following error everytime I click next on step 3: PHP Notice: Use of undefined constant _PS_DEBUG_ - assumed '_PS_DEBUG_' in C:\wamp\www\presta\classes\MySQL.php on line 151Any ideas on how to solve this? Link to comment Share on other sites More sharing options...
sdonnet Posted September 10, 2009 Share Posted September 10, 2009 04:34 PM : Hum, hum... Not sure that SMTP checkbox was the solution... OK, it has created 134 tables, but still stuck in Step 3, and progress bar still there. No STEP 4... Link to comment Share on other sites More sharing options...
nicolas92 Posted September 10, 2009 Share Posted September 10, 2009 It's nice to see that I'm not alone to be stucked in step3 on my second install of the day... (at first install, I could not log in the back office, login/psw was refused) I should have not used the "check mail "option as during first install I didn't do it and I went to step 4 in one click...I'm starting my 3rd install, crossing my fingers... Link to comment Share on other sites More sharing options...
sdonnet Posted September 10, 2009 Share Posted September 10, 2009 @nicolas92 : what path did you use to correclty install it ? NO CHECK on SMTP ? Link to comment Share on other sites More sharing options...
geko Posted September 10, 2009 Share Posted September 10, 2009 Hello I'm in same situation and getting grey hair over here..trying to install on my local PC with wamp.Stuck in step 3.. All looks fine with database connection and all. this is What I have from firebug.. need assist.. Notice: Use of undefined constant _PS_DEBUG_ - assumed '_PS_DEBUG_' in C:\wamp\www\shop\classes\MySQL.php on line 151 Notice: Use of undefined constant _PS_DEBUG_ - assumed '_PS_DEBUG_' in C:\wamp\www\shop\classes\MySQL.php on line 151 I've trying to install full mode and neve checked the no config on the SMTP part and no e-mail address to testps_ tables are created nicely but still stuck in 3.. Link to comment Share on other sites More sharing options...
Patric Posted September 10, 2009 Share Posted September 10, 2009 The problem is that a PHP notice message is raised during the install and if your PHP is configured to display notices, this messages makes the install crash.Notices are generally not displayed on servers, but it may be the case on development systems.To avoid this, you'll have to change your PHP configuration (php.ini) and turn (for example) : error_reporting = E_ALL to error_reporting = E_ALL & ~E_NOTICE Link to comment Share on other sites More sharing options...
Curly Posted September 10, 2009 Share Posted September 10, 2009 Yes! This works!I changed this setting in php.ini and now I can get passed step three.Thanks! Link to comment Share on other sites More sharing options...
geko Posted September 10, 2009 Share Posted September 10, 2009 I add my thank's and bow for the quick fast and accurate response and solution.Much appreciated.THX.. Link to comment Share on other sites More sharing options...
Soundz Posted September 11, 2009 Share Posted September 11, 2009 Hi Guys,Stupid question, where do I find php.ini?Thnx. Link to comment Share on other sites More sharing options...
Patric Posted September 11, 2009 Share Posted September 11, 2009 It depends, are you using WAMP, XAMP, EasyPHP, or something ? Link to comment Share on other sites More sharing options...
Soundz Posted September 11, 2009 Share Posted September 11, 2009 Hi, sorry, I'm using easyphp. Link to comment Share on other sites More sharing options...
Patric Posted September 11, 2009 Share Posted September 11, 2009 So there is one in the conf_files folder and one in the apache folder. It seems they must both be changed. Link to comment Share on other sites More sharing options...
Soundz Posted September 11, 2009 Share Posted September 11, 2009 Thanks again Patric, you're the man! Link to comment Share on other sites More sharing options...
mardon Posted September 11, 2009 Share Posted September 11, 2009 I have in php.inierror_reporting = E_ALL & ~E_NOTICEand I have the same problem that are decribe in post 1 Link to comment Share on other sites More sharing options...
magier.dan Posted September 11, 2009 Share Posted September 11, 2009 Hye,I'm on a vista with easyPHP 5.3.0.I have made the change in the php.ini, (also in the php.ini-production and php.ini-development the modification just in case), but I'm still stuck int the step 3. The database is found and all the settings required in the step 2 are checked.I'm lost Link to comment Share on other sites More sharing options...
AngelofHaovc Posted September 11, 2009 Share Posted September 11, 2009 I have in php.inierror_reporting = E_ALL & ~E_NOTICEand I have the same problem that are decribe in post 1 HI, make sure the line is commented out (no ; in the front of it). I follow the fix. it worked.Hope it helps Link to comment Share on other sites More sharing options...
Patric Posted September 11, 2009 Share Posted September 11, 2009 On EasyPHP (and maybe other softs) there are 2 php.ini, one in conf_files and one in apache. Link to comment Share on other sites More sharing options...
magier.dan Posted September 11, 2009 Share Posted September 11, 2009 Hye,My mistake was to not delete the database when I retry the install :I just click next in the third step after doing the change in the ini files and restarting the server.After deleting the database, recreating it, and starting from the first step the install, all gone well.Hope this help. Link to comment Share on other sites More sharing options...
dadamutu Posted September 11, 2009 Author Share Posted September 11, 2009 Thanks for all of your follow, and thanks for Patric's solution. I tried, and it works. ths.From you replay, I got an idea to fix this bug, and tried, it works. if somebody can't or dont know how to edit php.ini, maybe can try it:add: if(!defined('_PS_DEBUG_')) define('_PS_DEBUG_',false);To:classes/MySQL.php line 150, before: if (_PS_DEBUG_ AND mysql_errno()) Link to comment Share on other sites More sharing options...
Barbie Posted September 11, 2009 Share Posted September 11, 2009 the same happened to mebecause the root password contained '$' and some specific symbol Link to comment Share on other sites More sharing options...
4lb3rto Posted September 14, 2009 Share Posted September 14, 2009 Sorry Patric, I added the & ~E_NOTICE as suggested in both php.ini , but I'm still stuck at step 3 of 1.2.3 installation Link to comment Share on other sites More sharing options...
4lb3rto Posted September 15, 2009 Share Posted September 15, 2009 Ooooops.......my mistake, I edited all four strings related to error_reporting and it worked. Link to comment Share on other sites More sharing options...
itlogic Posted October 3, 2009 Share Posted October 3, 2009 This is wierd! I had the same problem, I couldn't get past step 3 of installation. The database and tables were created, but I couldn't create a user in step 4.I changed the php.ini as suggested earlier and that didn't work eitherHowever, I did find a solution to my problem! For some reason in my Firefox 3.5.3 and in Internet Explorer 8 I could not get past step 3, but in Opera 10 I had success without changing anything internally.Why would that be? Link to comment Share on other sites More sharing options...
Kugas Posted October 27, 2009 Share Posted October 27, 2009 I have the same problem i did the error_report thing and check if there is a ; and nothing i used almost all browsers and dont get pass the step 3...I cant do anything.... pleasseee help!!!I'm using:Xampp local machine(latest version)Windows Vista Link to comment Share on other sites More sharing options...
chongchuchen Posted November 7, 2009 Share Posted November 7, 2009 I face this problemMy stuck in step 3.where can i find my PHP.info file?thank youhow? this is my phpinfohttp://koi2u.com.my/phpinfo.phppls have a look. thank you Link to comment Share on other sites More sharing options...
maxkart Posted January 12, 2010 Share Posted January 12, 2010 It depends, are you using WAMP, XAMP, EasyPHP, or something ? Hello and sorry for my English.I installed XAMPP Lite but i can not find the php ini file. Someone can help me?Thank you. Link to comment Share on other sites More sharing options...
slipperysam Posted January 12, 2010 Share Posted January 12, 2010 hi,After trying four time i got past the issue using I.E instead of Chrome and Firefox.hope this helps someone Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now