Paolo Cunti @codencode
Paolo Cunti @codencode
> @Hlavtox, have you checked the logs? I'm not sure what could possibly happen between 8.1.2 and 8.1.3, so that it is no longer possible to install 🤔 > >...
Maybe I understood the cause of the problem. As already mentioned, the **src/Adapter/Cache/Clearer/SymfonyCacheClearer.php** file has been modified in which the execution of the **cache:warmup** command has been added. However, during...
> Just edited the kernel function getContainerClearCacheLockPath on AppKernel.php to test if I was right: > > ``` > protected function getContainerClearCacheLockPath(): string > { > $class = $this->getContainerClass(); >...
> Nice it solved your issues, but also to mention that when I said > > > not sure it's the best solution > > i was thinking of sys_get_temp_dir()...
During the installation phase we could prevent the **cache:warmup** command from being executed which is what generates the problem. The change to be made would be as follows: ``` if...
@aslays, @SharakPL, @SzymCode have you tried this solution https://github.com/PrestaShop/PrestaShop/pull/35052?
> Yes, but still couldn't install So with this instruction it still doesn't work? ``` $cacheDir = sys_get_temp_dir(); ```
Hi @florine2623 the problem does not occur with native modules. With the ps_checkout module the payment takes place (the user's money is deducted on PayPal) but it does not create...
> Hi @florine2623 the problem does not occur with native modules. With the ps_checkout module the payment takes place (the user's money is deducted on PayPal) but it does not...
> Could you send the request directly to the support section I created an ISSUE on the PayPal module repository: https://github.com/202ecommerce/paypal/issues/325