Jump to content

Recommended Posts

Hi all,

 

I have been looking for a solution to this problem all over the forum and couldn't find an answer to this.

Already tried with 777 in all files and folders, restarted installation from scratch 4 times, changed languages, etc. nothing is solving this isse:

 

 

56%
  1. Create settings.inc file
  2. Create database tables
  3. Create default shop and languages
  4. Populate database tables
  5. Configure shop information
  6. Install demonstration data
    1. Cannot create image "image_1" for entity "product",Cannot create image "image_2" for entity "product",Cannot create image "image_3" for entity "product",Cannot create image "image_4" for entity "product",Cannot create image "image_5" for entity "product",Cannot create image "image_6" for entity "product",Cannot create image "image_7" for entity "product",Cannot create image "image_8" for entity "product",Cannot create image "image_9" for entity "product",Cannot create image "image_10" for entity "product",Cannot create image "image_11" for entity "product",Cannot create image "image_12" for entity "product",Cannot create image "image_13" for entity "product",Cannot create image "image_14" for entity "product",Cannot create image "image_15" for entity "product",Cannot create image "image_16" for entity "product",Cannot create image "image_17" for entity "product",Cannot create image "image_18" for entity "product",Cannot create image "image_19" for entity "product",Cannot create image "image_20" for entity "product",Cannot create image "image_21" for entity "product",Cannot create image "image_22" for entity "product",Cannot create image "image_23" for entity "product"
Edited by DKG (see edit history)
Link to comment
Share on other sites

first do not run with permissions of 777, not ever.  There is no point in running any domain with these permissions as it will cause unpredictable results in the future.  Typical best permissions is 755 folders 644 files.

 

I can not find any similar issue like this (using searches).

 

I would suggest the following, from hosting account, delete the domain, the re-add it.  Then retry clean installation.

Link to comment
Share on other sites

first do not run with permissions of 777, not ever.  There is no point in running any domain with these permissions as it will cause unpredictable results in the future.  Typical best permissions is 755 folders 644 files.

 

I can not find any similar issue like this (using searches).

 

I would suggest the following, from hosting account, delete the domain, the re-add it.  Then retry clean installation.

OK, will try to implement all of your suggestions and keep you informed.

 

 

 

I have the same issue. Did you solve it?

not yet

Link to comment
Share on other sites

I have to say I am not experienced at hosting issues. I looked for more recommendations and found the below list. Is that something I can check by myself or do I need to contact the hosting service?

 

 

Is PHP 5.1.2 or later installed? Web server Can PrestaShop upload files? php.ini file (file_uploads)
Is the GD Library installed? php.ini file (extension=php_gd2.so) Is MySQL support is on? php.ini file (extension=php_pdo_mysql.so)
Can PrestaShop open external URLs?  php.in file (allow_url_fopen) Is PHP's "register global" option off? php.ini file (register_globals) Is GZIP compression activated? .htaccess file
 
Is the Mcrypt extension available? php.ini file (see http://php.net/manual/en/mcrypt.setup.php) Is PHP's "magic quotes" option deactivated? php.ini file (magic_quotes_gpc) Is the Dom extension loaded? --enable-dom compile time option Is the PDO MySQL extension loaded? php.ini file (extension=php_pdo_mysql.so)
Link to comment
Share on other sites

  • 3 months later...

 

I have to say I am not experienced at hosting issues. I looked for more recommendations and found the below list. Is that something I can check by myself or do I need to contact the hosting service?

 

 

Is PHP 5.1.2 or later installed? Web server Can PrestaShop upload files? php.ini file (file_uploads)
Is the GD Library installed? php.ini file (extension=php_gd2.so) Is MySQL support is on? php.ini file (extension=php_pdo_mysql.so)
Can PrestaShop open external URLs?  php.in file (allow_url_fopen) Is PHP's "register global" option off? php.ini file (register_globals) Is GZIP compression activated? .htaccess file
 
Is the Mcrypt extension available? php.ini file (see http://php.net/manual/en/mcrypt.setup.php) Is PHP's "magic quotes" option deactivated? php.ini file (magic_quotes_gpc) Is the Dom extension loaded? --enable-dom compile time option Is the PDO MySQL extension loaded? php.ini file (extension=php_pdo_mysql.so)

 

I am having this exact same problem. . .  Did you ever find the solution?1.6error.jpg

Link to comment
Share on other sites

  • 3 months later...
  • 2 weeks later...
  • 2 weeks later...

Dear All,

 

I have a problem when install Prestashop in local server. I used windows 7 x86 for trial.

 

anyone can help me please ... thanks so much

 

We are currently checking PrestaShop compatibility with your system environment

If you have any questions, please visit our documentation and community forum.

Oops! Please correct the item(s) below, and then click "Refresh information" to test the compatibility of your new system.
  • Required PHP parameters
  • GD library is not installed
  • MySQL support is not activated
  • Recommended PHP parameters
  • Mbstring extension is not enabled
  • PDO MySQL extension is not loaded
Link to comment
Share on other sites

  • 1 month later...

Exactly the same problem here - 56% of instaling demonstration data and error occures

Hola a todos,

 

La solución provisional para este error es cuando nos aparece el error el nos permite restaurar la instalación pero antes de hacerlo nos vamos al phpmyadmin de nuestro server y eliminamos las tablas que se generaron con la instalación fallida, dejando la base de datos completamente vacía, ahora si damos en clicking here, para restaurar nuestra instalación.

 

Espero les ayude.

Link to comment
Share on other sites

  • 8 months later...
  • 3 weeks later...
  • 2 months later...

From http://stackoverflow.com/questions/24063896/presta-shop-install-without-demodata

It worked for me.

 

Add return true; in file install/models/install.php line 667...

        /**     * PROCESS : installFixtures     * Install fixtures (E.g. demo products)     */    public function installFixtures($entity = null, array $data = array())    {            return true;            $fixtures_path = _PS_INSTALL_FIXTURES_PATH_.'fashion/';
Link to comment
Share on other sites

  • 3 weeks later...

 

From http://stackoverflow.com/questions/24063896/presta-shop-install-without-demodata

It worked for me.

 

Add return true; in file install/models/install.php line 667...

        /**     * PROCESS : installFixtures     * Install fixtures (E.g. demo products)     */    public function installFixtures($entity = null, array $data = array())    {            return true;            $fixtures_path = _PS_INSTALL_FIXTURES_PATH_.'fashion/';

 

Thank you very much, worked perfectly.

Link to comment
Share on other sites

  • 1 year later...

i have the same error , changing this file work for me install/models/install.php but seems not correct as ps default installation not completely installated.

 

so i make few tests

 

check in the browser console if you are getting this error on 

install/index.php?installDatabase=true&_=1485557018661

 

if prcessing passes this request via ajax , then after these request action.

 

i tried this by increasing time in php.ini

max_execution_time , it was 60 by default , i made it 300 as 5 mins,

at this it didn't work.

 

then i change it to 600 , restart the server then started installing the ps , it works perfectly fine.

 

no need to change in any default ps file.

 

 

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