I have tried to install different combinations of PS-PHP but they all failed with the same "PHP Fatal error" when launching the installer script.
For example:
...
prestashop-1.7 | * Launching the installer script...
prestashop-1.7 | -- Installation successful! --
prestashop-1.7 | PHP Fatal error: Uncaught Symfony\Component\Filesystem\Exception\IOException: Failed to remove directory "/var/www/html/var/cache/prod/ContainerKbxismu": rmdir(/var/www/html/var/cache/prod/ContainerKbxismu): Directory not empty in /var/www/html/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php:180
prestashop-1.7 | Stack trace:
prestashop-1.7 | #0 /var/www/html/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php(177): Symfony\Component\Filesystem\Filesystem->remove(Array)
prestashop-1.7 | #1 /var/www/html/classes/Tools.php(3558): Symfony\Component\Filesystem\Filesystem->remove(Array)
prestashop-1.7 | #2 [internal function]: ToolsCore::{closure}()
prestashop-1.7 | #3 {main}
prestashop-1.7 | thrown in /var/www/html/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php on line 180
prestashop-1.7 exited with code 255
Indeed, the mentioned directory is not empty, so it fails when using rmdir. After error, running the process again will immediately abort because of the lock file presence.
I have tried to install different combinations of PS-PHP but they all failed with the same "PHP Fatal error" when launching the installer script. For example:
Indeed, the mentioned directory is not empty, so it fails when using
rmdir
. After error, running the process again will immediately abort because of the lock file presence.The docker-compose file is:
I'm using Docker Desktop v4.3.2 on Win 10.