Rafael Kassner

Results 17 comments of Rafael Kassner

I'd like to merge this, but tests are failing. Can you implement a test for it, or at least explain how to trigger such log? Which software/version generated it? Thanks!

Just adding the output here for further investigation: ``` MBP:~ kassner$ /Applications/Steam.app/Contents/MacOS/steam_osx [2016-10-29 16:49:27] Startup - updater built Aug 22 2016 17:36:46 found breakpad via in process memory: '/Applications/Steam.app/Contents/Frameworks/Breakpad.framework/Versions/A/Resources' Installing...

This solution worked for me: https://steamcommunity.com/discussions/forum/2/350542145699765724/#c350543841947067320

@Tele42 can you indicate the appropriate media for that? I'll happily fill a detailed bug report.

@magento give me 2.4-develop instance

Reverting the changes from https://github.com/magento/magento2/commit/f19611c1bc8b7a18a03ef8098adc36e8d62a7b1f makes it work again.

Maybe because my installation has a custom admin path? We observe that in my case there is an “admin” before the custom path, when it shouldn’t. > On 24 Jun...

This was introduced at https://github.com/magento/magento2/commit/46b9d30e5c4b5a0499148968b8c708a7acbbf3da, which unfortunately missed the `Magento\Sales\Model\Order\Email\Sender\OrderSender`, so we can't just remove the call from `getInfoBlockHtml`.

https://github.com/magento/magento2/blob/2.4.4-p1/app/code/Magento/Catalog/Cron/RefreshSpecialPrices.php#L167 The second parameter there, `$identifierField`, resolves to `(string) "entity_id"`. However, `$connection` is an object of `Magento\Framework\DB\Adapter\Pdo\Mysql`, and `fetchCol` is defined as: https://github.com/magento/zf1/blob/master/library/Zend/Db/Adapter/Abstract.php#L785-L797 It's expecting parameters to bound to the...

Hi @SAH62. Thank you for the report. I've just merged #60 into `master`, so the PCRE pattern is updated any time `setFormat` or `addPattern` is called, regardless of the order....