Jump to content

Installation of 1.5.6.1 freezed at 12%


Recommended Posts

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

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!!!!! :lol:

Edited by Maxima (see edit history)
Link to comment
Share on other sites

  • 2 weeks later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...