Thomas N

Results 110 comments of Thomas N

Note: The remaining issue with psaddonsconnect is related to https://github.com/PrestaShop/PrestaShop/discussions/34589

This is caused by a duplicated of the class name 'AdminStockManagement' in the tab table. ```sql SELECT class_name, count(class_name) FROM ps_tab group by class_name HAVING count(class_name) > 1; # class_name,...

This specific error can be fixed with https://github.com/PrestaShop/autoupgrade/pull/698, but I'm pretty sure similar errors will happen on production shops if a controller has been registered at several places as the...

This issue has been fixed with https://github.com/PrestaShop/autoupgrade/pull/699, published with the autoupgrade module v5.0.2. The old files are still deleted but now the new files are properly extracted from the core...

Managed to reproduce the error: ![image](https://github.com/PrestaShop/PrestaShop/assets/6768917/0fb2f58e-f826-457e-b1a0-2367bad5d1e0) Seems to be caused by ps_facetedsearch v3.7.1, renaming its folder suppressed the error. This module was coming from a upgrade with the marketplace, and...

Hello, I managed to reproduce on a fresh shop on v8.1.5, on which I enabled the multistore then upgraded the module psgdpr on v2.0.2. ![image](https://github.com/PrestaShop/PrestaShop/assets/6768917/63a4f586-d464-4d3c-97d5-e63d865bec2b) I'm removing the autoupgrade level...

@jolelievre Can we rely on the distribution API to dinamically get the PHP compatibility range? We are able to get the version for a [`stable` channel](https://api.prestashop-project.org/prestashop/stable), but as far as...

_Posting here as https://github.com/PrestaShop/autoupgrade/pull/625 is closed_ It may be better to stop displaying the breadcrumbs in the text actually. It would solve this character issue, plus it is not always...

There are several problems in this issue: * The issue with the feature flag has been fixed in: https://github.com/PrestaShop/autoupgrade/pull/681 (Coming soon with the next release) * The issue about composer...

@Matt75 I need your opinion on this PR and #1011. How confident are you in fixing errors in this PR? Otherwise we can ignore them until the code is modified...