Thomas N

Results 106 comments of Thomas N

There are several topic in this single thread and following each of them will be difficult. Please open new issues if you need to deal with something that is not...

Too bad we couldn't find the culprit. Be aware that issues can be coming from Update Assistant, PrestaShop itself but also from the additional content on your shop (theme, module...

I'm adding a check for this function in the module, it should be available on 7.1.1 https://github.com/PrestaShop/autoupgrade/pull/1404

Thanks for confirming symlinks are enabled. Can you check the same code works if you deal with the symbolic link created during the update to PrestaShop v9? ```php $target =...

Intriguing... I've checked the logs of an update and the `bundles` is created right before the symbolic link. ``` [2025-06-18 18:51:57] DEBUG - UpdateFiles - Copied /**admin_folder**/filemanager/lang/de.php. [2025-06-18 18:51:57] DEBUG...

> That means that the extractor (linux unzip utility) is deferring the creation of the symlink until all files are extracted. I have no idea how the equivalent php function...

> Are you 100% sure that the function symlink() is being called during the unzip process? Definitely, the link I refer to in my previous message leads to the call...

> The extraction proceeds and the update runs, but due to the fact that the tmp folder is deleted after the update I can't actually check if the link was...

I suspect the module we retrieve during the update process is not (yet) compatible with PS v9.

I don't find it on ps_accounts, but it applies now to `psxdesign` for instance. ``` modules/psxdesign/vendor/symfony/cache/Traits/DoctrineTrait.php line 26 - Declaration of Symfony\Component\Cache\Traits\DoctrineTrait::reset() must be compatible with Symfony\Component\Cache\Adapter\AbstractAdapter::reset(): void Il semble...