Jump to content

prestashop 1.5.6 install failed


Recommended Posts

1) Check your permissions of installation folders and files (try to put on 755/777 temporarily)

2) Check your php info. Is the max_ececution_time low (<60 sec) ? Then increase max_execution_time to 300 or so, maybe it gets capped off after 30 sec (default for this value)

 

(N.B. how to check php settings info:

create a file called info.php in your domain root folder, and add the following code to it:

 

<?php

   phpinfo(); 

?>

 

and save. then go to www.yourdomain.com/info.php and look at the result.

 

hope this helps, 

pascal

Link to comment
Share on other sites

I am also facing similar kind of problem, i am installing ver. 1.5.6.1

My installation has freezed at 12%

Permissions on folders is 755

max_execution_time = 240 (checked as Pacal mentioned above)

There are 220 tables created till now

 

Any help would be appreciated...

Link to comment
Share on other sites

I am also facing similar kind of problem, i am installing ver. 1.5.6.1

 

Anyone please 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 (checked as Pacal mentioned above)

There are 220 tables created till now

 

Any help would be appreciated...

Link to comment
Share on other sites

I manage to install on MAMP server with no additional configuration.

After that i copy complete folder on server and Import database online.

It works now.

 

But OF course PS team need to repair this, if they are seriuos on this project.

This is only system that isn't work on regular install At first

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...