Pieter Hoste
Pieter Hoste
The same reasoning from [over here](https://github.com/magento/magento2/issues/26333#issuecomment-1219467460) can probably be applied? This is just guessing though, there is not enough information provided to be sure...
It looks like this was fixed internally by ticket "ACP2E-1243: the catalog_index_refresh_price cron fails with an error that is only reported when run between 0000 and 0059 UTC", commits: e0625468fcbf282b90cfbdd85e139f91e1275cc2...
Closed without a comment? But I see one commit mentioning `AC-6384`: https://github.com/magento/magento2/commit/bb55549cd3016987663272e7ffe3f452c8d6e40d, so that's probably the fix
Which got closed with a comment: > Resolved internally
@dragonfly4, the official fix (which is a better one), is over here: https://github.com/magento/magento2/commit/bb55549cd3016987663272e7ffe3f452c8d6e40d
Hi folks, what would be the status here? Would be nice to have an easy way to add attachments to emails in core Magento 🙂 /cc @ishakhsuvarov, @sidolov
Isn't the `.gitattributes` file a possible solution for this? Never tried it before, but I think it may be able to accomplish what you want: https://php.watch/articles/composer-gitattributes
Hi @bl4de, @sivaschenko, @svera, ...: really sorry to keep bothering you guys, but is there any sort of update around this from you?
Woohoow, finally!
You'd probably just want to call https://github.com/hostep/magento2/blob/d51064293f640cd9d823410fee93590aa4e79a72/setup/src/Magento/Setup/Model/Installer.php#L1179-L1201 to get this working, just FYI.