nvd80 Posted September 2, 2010 Share Posted September 2, 2010 I've reached the stage where i enter the database details and its connected successfully, but when i click the next button, the loading bar move for a while but nothing happen! I've check my mql database and its already populated with prestashop tables...what have gone wrong here?! please help! Link to comment Share on other sites More sharing options...
rocky Posted September 2, 2010 Share Posted September 2, 2010 Most likely, your email settings are misconfigured. Make sure they are correct and that the test email works before proceeding. You must uncheck the box on the last step to install PrestaShop with incorrect email settings, otherwise the installer will freeze. Link to comment Share on other sites More sharing options...
nvd80 Posted September 2, 2010 Author Share Posted September 2, 2010 On the email delivery setup, i entered my email (gmail) and it manage to be sent successfully. Dont think thats the cause of it..I'm still stuck at the database configuration.... Link to comment Share on other sites More sharing options...
nvd80 Posted September 3, 2010 Author Share Posted September 3, 2010 Is there any way i can proceed with manual installation? eg. but copy/paste or rewrite certain files to make it work?Obviously theres nothing wrong with my database or email config. i'm also using php 5.2.6...Help and ideas is much appreaciated! Link to comment Share on other sites More sharing options...
crazydeals Posted September 3, 2010 Share Posted September 3, 2010 nvd80,I would love to troubleshoot on your issue. The details you had provided is too general on the surface and I will need to look into it deeply. You can provide me your login credential via PM and reproduce the steps you have taken, I will have a look at it. Link to comment Share on other sites More sharing options...
Redj70 Posted September 6, 2010 Share Posted September 6, 2010 Same problem here. In step3 it says 'Database is connected'. Test e-mail (with PHP mail() ) arrived. If I click on the next button I can see that 135 tables are created. But than nothing happens. Tried the change database server name into ip address, again connection is OK but same problem. To be sure is has nothing to do with file permissions I gave the complete prestashop folder write permissions. Again without success.If I go the webaddress of the shop it runs ok. But because the admin settings in step4 are not installed I cannot login as admin. Is there a way to install the settings of step4 manually?btw I install on windows server.MySQL-server: 5.1.49PHP: 5.3.3 Link to comment Share on other sites More sharing options...
nvd80 Posted September 6, 2010 Author Share Posted September 6, 2010 Same problem here. In step3 it says 'Database is connected'. Test e-mail (with PHP mail() ) arrived. If I click on the next button I can see that 135 tables are created. But than nothing happens. Tried the change database server name into ip address, again connection is OK but same problem. To be sure is has nothing to do with file permissions I gave the complete prestashop folder write permissions. Again without success.If I go the webaddress of the shop it runs ok. But because the admin settings in step4 are not installed I cannot login as admin. Is there a way to install the settings of step4 manually?btw I install on windows server.MySQL-server: 5.1.49PHP: 5.3.3 This seems to be a problem with using windows based webhosting...i manage to run the front end by uploading all prestashop files that i install locally (pc)..and replacing the one in web server and editing the config/setting.inc.php file to correspond with your database. the only issue is to get around the admin (back-end) but that can be solve by manually creating the table entry in phpmyadmin for admin account: username & password... Link to comment Share on other sites More sharing options...
crosswick Posted September 25, 2010 Share Posted September 25, 2010 I am also having the same issues, and I'm not that technical so doing it manually will be difficultcan't we solve the issue why step 3 won't let me proceed even if it says my database is connected.I tried without the email option also does this part have to change: PrestaShop database tables prefix: ps_I tried everythingplease help Link to comment Share on other sites More sharing options...
crazydeals Posted September 26, 2010 Share Posted September 26, 2010 crosswick: You can PM me the login credential to let me take a look at your issue. If you are using windows platform, you may want to check with your hosting provider if they are able to assist as I am not well verse in Windows platform. Link to comment Share on other sites More sharing options...
Chipshop Posted October 23, 2010 Share Posted October 23, 2010 Hi there,I have exactly the same issue as the original poster.Did the OP find an answer, can anyone help? Link to comment Share on other sites More sharing options...
orenk Posted December 9, 2010 Share Posted December 9, 2010 I Have the exact problem !!is there any solution ? Link to comment Share on other sites More sharing options...
neilp123 Posted December 10, 2010 Share Posted December 10, 2010 Same problem here. No solution seems forthcoming though Link to comment Share on other sites More sharing options...
neilp123 Posted December 13, 2010 Share Posted December 13, 2010 Just thought I'd mention - one of the developers in my team had a look into this issue today, and fixed the problem after about 30 minutes. I've now been able to run the installer on a Windows Server and its all fine.Doesn't bode very well for the future though, and I'm very disappointed with the level of support (ie - non-existent) shown in the forums. I know this is an open source project, but if users are simply ignored when they hit a problem then they'll go and use something else, and tell all they know that Prestashop isn't an ideal solution, and its still buggy.If anybody wants to find out the solution to the problem, drop me an e-mail. Link to comment Share on other sites More sharing options...
Niels Posted December 15, 2010 Share Posted December 15, 2010 I have the same problem. Bur i can not sent a test me to myself. The email is correct.I do not know what happened but i was able to setup prestashop easyly. Link to comment Share on other sites More sharing options...
domagoj Posted December 15, 2010 Share Posted December 15, 2010 The solution follows:1. Open MySQL administration of your Presta database2. Insert new row in table employees like this:INSERT INTO `program_anonimsms`.`ps_employee` (`id_employee` ,`id_profile` ,`lastname` ,`firstname` ,`email` ,`passwd` ,`last_passwd_gen` ,`stats_date_from` ,`stats_date_to` ,`active`)VALUES ('1', '1', 'last', 'first', '[email protected]', 'eede97b0b32872381f548dfbe1eda5d2', CURRENT_TIMESTAMP , NULL , NULL , '1')email will be your login, AND INITIAL PASSWORD WILL BE admin3. Rename subdirectory admin into something else4. Delete or rename folder install5. Go to login page and login with email you entered and password 'admin'...Your welcome.. Link to comment Share on other sites More sharing options...
neilp123 Posted December 15, 2010 Share Posted December 15, 2010 Of course, its much easier to fix the .sql file thats causing the problem and run the installer as the developers intended You're welcome. Link to comment Share on other sites More sharing options...
domagoj Posted December 15, 2010 Share Posted December 15, 2010 Of course, its much easier to fix the .sql file thats causing the problem and run the installer as the developers intended You're welcome. How is that easier?Maybe for Presta developers, and I'm not seeing any progress there. I just found Prestashop today and thought I'd give it a try and also got stuck on this step, instalation created the database and changed the settings file, and got stuck on step 3.I manually created an employee, and managed to login.As I see in the installation script, only thing that was not done are some details on the shop, like th shop name, logo, language etc. which can later be setup in back office.... Link to comment Share on other sites More sharing options...
neilp123 Posted December 15, 2010 Share Posted December 15, 2010 Weren't you curious as to why it wouldn't go past step 3 of the installation process??There's an error in one of the .sql files. Its a pretty straightforward fix, and should you ever want to use Prestashop for another site, you don't have to fiddle around in MySQL administrator.Makes much more sense to fix the root of the cause rather than hacking a solution together eaach time you need it. Link to comment Share on other sites More sharing options...
domagoj Posted December 15, 2010 Share Posted December 15, 2010 Weren't you curious as to why it wouldn't go past step 3 of the installation process??There's an error in one of the .sql files. Its a pretty straightforward fix, and should you ever want to use Prestashop for another site, you don't have to fiddle around in MySQL administrator.Makes much more sense to fix the root of the cause rather than hacking a solution together eaach time you need it. Off course... Would you please put that straight forward fix here, so we can avoid any further discussion? 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