Maxima Posted December 11, 2013 Share Posted December 11, 2013 I am facing the same problem from last few days, i am installing ver. 1.5.6.1 i have repeated everything fresh (deleting all database files....) but still... My installation has freezed at 12% Permissions on folders is 755 max_execution_time = 240 There are 220 tables created till now But it's not moving on beyond 12% BTW i am using Linux shared Hosting Any help would be appreciated... Link to comment Share on other sites More sharing options...
Radu Posted December 11, 2013 Share Posted December 11, 2013 there is a similar issue here: http://www.prestashop.com/forums/topic/293869-prestashop-1561-issue-stop-at-12-with-sql-syntax-error/?hl=%2Bprestashop+%2Binstallation+%2Berror+%2B12%25 I've seen another one around the forum with more posts but can't find it right now. the issue was the files got corrupted during upload Link to comment Share on other sites More sharing options...
reflectiveoffice Posted December 11, 2013 Share Posted December 11, 2013 You could try installing a MyISAM database instead of an InnoDB database. This solved my problem and the installation was successful. Link to comment Share on other sites More sharing options...
Maxima Posted December 12, 2013 Author Share Posted December 12, 2013 (edited) At my end installation at step 5 is not showing "Database Engine" option Help me out!!!!!!!!!!!! http://www.prestashop.com/forums/topic/295401-installation-1561-not-showing-full-options/ Edited December 12, 2013 by Maxima (see edit history) Link to comment Share on other sites More sharing options...
reflectiveoffice Posted December 12, 2013 Share Posted December 12, 2013 You might have to delete your database using PHPMyAdmin and create a new one. Then try to install again and you should get a dropdown option to change the database engine. Link to comment Share on other sites More sharing options...
Maxima Posted December 13, 2013 Author Share Posted December 13, 2013 I've tried it still no success................. its so frustrating....... Link to comment Share on other sites More sharing options...
reflectiveoffice Posted December 13, 2013 Share Posted December 13, 2013 sorry Maxima - I'm not a prestashop expert and have run out of suggestions. I hope you find a solution soon. 1 Link to comment Share on other sites More sharing options...
Maxima Posted December 14, 2013 Author Share Posted December 14, 2013 (edited) First of All thanks reflectiveoffice for your suggestions and all help you've provided. Then thanks to Nemo1 coz your suggestion in some way worked for me... So the solution to all my frustration is I have just start fresh (ofcourse once again) and this time i changed my browser (from firefox to chrome) and it installed all fine HURRA!!!!! Edited December 14, 2013 by Maxima (see edit history) Link to comment Share on other sites More sharing options...
webraven Posted December 28, 2013 Share Posted December 28, 2013 I have tried everything possible after reading a bunch of threads on this subject. My set up is in Rackspace Cloud Sites. After a couple of tries working with the super powerful tech, Justin, we have solved this issue ... at least for me. It appears it is a time out issue as everyone suspects. What we did: 1.) Uploaded an HTACCESS file to the root, which contains: php_value max_execution_time 240 php_flag magic_quotes_gpc Off 2.) Updated this install file: /install/models/install.php Go to line number 169 and just above the line that has this: if ($clear_database) Enter the following: // timeout prevention ob_end_flush(); // timeout prevention print(" "); flush(); Attached, is the file for you to review. That's it!!! I hope this works for all those out there that are pulling their hair out, like I was! - webraven install.php 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