roxette Posted September 12, 2009 Share Posted September 12, 2009 Hi,I'm a non techie. Just try prestashop as I saw a great demo.I've uploaded the files to my hosting-provider (starthosting.nl)Started the installation And yeeppy!!.. I got all green ticks. And even step3 "verify Database configuration gave a Green 'V' (Database is connected.)The test email was delivered correctly but then...I hit the "Next" button a zillion timesbut nothing happens. I've googled this problem and the suggested 'do another prefix' didn't work for meAnyone an idea? Link to comment Share on other sites More sharing options...
webinspired Posted September 13, 2009 Share Posted September 13, 2009 sort of happened to me, too...Installer: prestashop 1.2.3Problem:+ Stuck on Step 4, cannot proceed to Step 5; entering sitename/renamedadmin displays the login page but with below login error+ Installation > Step 4: Error: prestashop employee does not exist, or bad passwordChecks done:+ PhpMyAdmin, ps_employee is empty despite having entered (and re-entered during re-installs) an admin e-mail/accountFix:+By avoiding uploading any logo image, Step 5 followed through+Logo change can easily be done manually in /img directory (logo.jpg)http://cmsblogging.blogspot.com/2009/09/first-issue-with-prestashop-e-commerce.html Link to comment Share on other sites More sharing options...
roxette Posted September 13, 2009 Author Share Posted September 13, 2009 This is not what happen to me. There is no response on the 'next' button in step 3 of the installation.But I saw in another forum it's a mayor bug and nobody can install prestashop because prestashop don't work together with software mayor hosting providers uses. I am go to other software anyway. I don't have time to dive deep in to a technical snakepit. Good luck all with this software. Link to comment Share on other sites More sharing options...
webinspired Posted September 13, 2009 Share Posted September 13, 2009 But what happens when you go to the backoffice url (...sitename/admin)? I guess if the database came through, this page should be viewable by then... Link to comment Share on other sites More sharing options...
roxette Posted September 13, 2009 Author Share Posted September 13, 2009 Tried that but it don't existif I do http://www.mysite/it goes automatic to http://www.mysite/install(there it hangs on step 3, without any error message (although all signs were green)If I do what you say:http://www.mysite/adminit automatic go tohttp://www.mysite/admin/install and give a not found error page Link to comment Share on other sites More sharing options...
webinspired Posted September 13, 2009 Share Posted September 13, 2009 Yep, somethin's wrong then... Also, transferring of installation files to your server that might have been incomplete or corrupted could also be a possible reason... I was just wondering, have you tested on local installation (local machine)? That way you could rule out presta issues if any... Link to comment Share on other sites More sharing options...
roxette Posted September 13, 2009 Author Share Posted September 13, 2009 ok, I try to transfer all again. thx Link to comment Share on other sites More sharing options...
roxette Posted September 14, 2009 Author Share Posted September 14, 2009 Still the same. Re uploaded all.But on step 3 the "next" button is dead another forum tell many people have the same So, I think it's a bug in the prestashop software? Link to comment Share on other sites More sharing options...
4lb3rto Posted September 14, 2009 Share Posted September 14, 2009 Same problem .... ver 1.2.3 do not pass the 3rd step during installation even on local wamp server Link to comment Share on other sites More sharing options...
scombrax Posted September 14, 2009 Share Posted September 14, 2009 It's seems to be a php version problem (http://www.prestashop.com/forums/viewthread/27997/#127383 sorry in french). With wamp it was solved by using an older php version (5.2.5) and Firefox (without firebug). Link to comment Share on other sites More sharing options...
roxette Posted September 15, 2009 Author Share Posted September 15, 2009 So it's a bug? Link to comment Share on other sites More sharing options...
4lb3rto Posted September 15, 2009 Share Posted September 15, 2009 I'm pretty sure that php version is not an issue ... I've been using wamp 2.0i since the release date (11 july 2009) on both ps 1.2.1 and 1.2.2 with no problem whatsoever. Also editing 'php.ini' as suggested by Patric in this post: http://www.prestashop.com/forums/viewreply/126115/ (I would suggest to migrate to that thread) didn't work for me. I've uninstalled wamp and reinstalled it more than once but the problem is still there so I can't go pass the third step during installation of 1.2.3 version. Link to comment Share on other sites More sharing options...
roxette Posted September 15, 2009 Author Share Posted September 15, 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 I dont have wamp. Just uploaded it to my webhosting.I searched for php.ini (it's not there) Link to comment Share on other sites More sharing options...
4lb3rto Posted September 15, 2009 Share Posted September 15, 2009 OK ... I think I got it to work. Actually what Patric suggested was correct but incomplete: in the php.ini (in local server it is the one contained in the php folder not in the apache folder as editing this last one would generate an error) search for error_reporting and edit ALL FOUR STRINGS as follows:find - ; error_reporting ; Default Value: E_ALL & ~E_NOTICE ; Development Value: E_ALL | E_STRICT ; Production Value: E_ALL & ~E_DEPRECATED and change to - error_reporting Default Value: E_ALL & ~E_NOTICE Development Value: E_ALL | E_STRICT Production Value: E_ALL & ~E_DEPRECATED erasing all the ';' that comment them out.Save the modified php.ini and restart your server.If you got stuck at step 3 it is advisable to delete the db in phpmyadmin and start over with a new one.In case the problem may occur on webhosting as for roxette, see in the Ctrl panel of your website if you find something like Php CGI Services or similar. There you'll probably be able to config your php otherwise try to contact your host tec-support and explain the problem. Link to comment Share on other sites More sharing options...
roxette Posted September 18, 2009 Author Share Posted September 18, 2009 php.ini it isn't accessible for me. (I can't even find it).and things like "; error_reporting; Default Value: E_ALL & ~E_NOTICE; Development Value: E_ALL | E_STRICT; Production Value: E_ALL & ~E_DEPRECATED "I don't understand. Sorry. I think it's to techy for me. I try in a few weeks. Hope the bug is solved thenThanks for your sweet responses Link to comment Share on other sites More sharing options...
bi4tuoi Posted September 18, 2009 Share Posted September 18, 2009 my php version is 5.2.10 so i couldn't got : ; error_reporting; Default Value: E_ALL & ~E_NOTICE; Development Value: E_ALL | E_STRICT; Production Value: E_ALL & ~E_DEPRECATED here is my php.ini;error_reporting;error_reporting = E_ALL & ~E_NOTICE;error_reporting = E_ALL & ~E_NOTICE | E_STRICT when i install it also note :Notice: Use of undefined constant _PS_VERSION_ - assumed '_PS_VERSION_' in C:\inetpub\wwwroot\shop\install\index.php on line 26 i only found 2 of 4 value which you told, help me config php.ini in PHP version 5.2.10, thank Link to comment Share on other sites More sharing options...
4lb3rto Posted September 18, 2009 Share Posted September 18, 2009 If you read back on previous posts You realize that what I said was referred to PS with wamp server. If you have an older version of wamp ... update it to latest release. Link to comment Share on other sites More sharing options...
Magnusvb Posted November 14, 2009 Share Posted November 14, 2009 Well, I'm stuck on step 3 as many other Trying to install the latest version of PS on my local machine (OS X with PHP 5.3). I have tried editing the php.ini file without luck.As many people seems to have this problem, and it is impossible to try PS without installing it I can't understand why PrestaShop don't have a solution?Regards, Magnus Link to comment Share on other sites More sharing options...
Vas Posted November 14, 2009 Share Posted November 14, 2009 I also had such problems. I solved it well. Delete on server base for prestashop and create it again. All earned. Link to comment Share on other sites More sharing options...
Magnusvb Posted November 14, 2009 Share Posted November 14, 2009 Delete on server base for prestashop and create it again Hummm... not sure what you mean by that?I have deleted the database and all the files three times now without any luck. Tried two different browsers (Safari and Firefox) – but the installer always stops at step three.Regards, Magnus Link to comment Share on other sites More sharing options...
Vas Posted November 15, 2009 Share Posted November 15, 2009 I removed what he wrote in configuring the installation paragraph 2. You too? Link to comment Share on other sites More sharing options...
ristretto6 Posted November 21, 2009 Share Posted November 21, 2009 I'm having the same problem of stalling at step three, but my php.ini file looks nothing like that. Mine is:register_globals = off post_max_size = 20M memory_limit = 80M upload_max_filesize = 20M max_execution_time = 120 expose_php = offsession.save_path = /tmpmysqli.default_socket = /tmp/mysql5.sockWhy is it so different and how do I fix this? Link to comment Share on other sites More sharing options...
makaraci Posted June 15, 2010 Share Posted June 15, 2010 Hi,İ did it my php version is 5.2.10 so i couldn't got :; error_reporting; Default Value: E_ALL & ~E_NOTICE; Development Value: E_ALL | E_STRICT; Production Value: E_ALL & ~E_DEPRECATED here is my php.ini;error_reporting;error_reporting = E_ALL & ~E_NOTICE;error_reporting = E_ALL & ~E_NOTICE | E_STRICT when i install it also note :Notice: Use of undefined constant _PS_VERSION_ - assumed '_PS_VERSION_' in C:\inetpub\wwwroot\shop\install\index.php on line 26 i only found 2 of 4 value which you told, help me config php.ini in PHP version 5.2.10, thank and i did it as well : 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 I dont have wamp. Just uploaded it to my webhosting.I searched for php.ini (it's not there) But nothing happen.I cant pass step 3.İ cant update prestashop in local.I tries easyphp and wamp latest versions.HELPPP 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