Jump to content

Edit History

Tuni-Soft

Tuni-Soft

The easiest fix, is to enable demo data install

1874700102_2021-12-06at4_42PM.thumb.png.b53572e22d9da1ab0fe72b518893ed70.png

This will be fixed in future versions hopefully (follow https://github.com/PrestaShop/PrestaShop/issues/26892)

If you do not want to install demo data at all, you can edit this line

File: install/controllers/http/process.php

Line: 

} elseif (Tools::getValue('postInstall') && !empty($this->session->process_validated['installFixtures'])) {

Change it to: 

} elseif (Tools::getValue('postInstall')) {

 

Tuni-Soft

Tuni-Soft

The easiest fix, is to enable demo data install

1874700102_2021-12-06at4_42PM.thumb.png.b53572e22d9da1ab0fe72b518893ed70.png

This will be fixed in future versions hopefully

If you do not want to install demo data at all, you can edit this line

File: install/controllers/http/process.php

Line: 

} elseif (Tools::getValue('postInstall') && !empty($this->session->process_validated['installFixtures'])) {

Change it to: 

} elseif (Tools::getValue('postInstall')) {

 

×
×
  • Create New...