Joachim Vanthuyne
Joachim Vanthuyne
Having the same issue, Creating a plugin Does not fix this issue. After a successful deploy running setup:db:status still shows: Declarative Schema is not up to date
@Hexmage could you show how you were able to fix this issue ? I'm also looking for a solution for this problem. Thanks!
Hi @munkhulzii I had the exact same issue on Magento 2.4.3. Tried a full new deploy but still the same issue. How did you solve this ?
Any updates on this issue ?
Having the same issue when trying to run `bin/magento setup:di:compile`. PHP versions prior to 8.0 will raise a fatal error with the new syntax: ` } catch (Exception) {}`
This can be applied quite easy. You could create a plugin where you update the visibility of simple products after linking with the configurable product. ` `
Hello @henriquekieckbusch how did you solve this ? I'm struggling with the same problems.
Hi @nfourteen any updates on this issue? We are having the same issue again. I originally created this issue: https://github.com/aligent/magento-async-events/issues/60 .
@gowrizrh I created a PR https://github.com/mage-os/mageos-async-events/pull/43 to fix this issue. Its a port from https://github.com/aligent/magento-async-events/pull/61