mattrogowski
Well-known member
- Affected version
- 2.2.4
When trying to send emails with 2.2.4 on PHP, the following error is triggered:
I can see this is a package included inside
I'm also confused as to how this hasn't been reported before or fixed already - surely this would be affecting all emails? I'm using the default email style.
ArgumentCountError: Too few arguments to function Pelago\Emogrifier::handleXpathQueryWarnings(), 4 passed and exactly 5 expected in src/vendor/pelago/emogrifier/src/Emogrifier.php at line 1783
I can see this is a package included inside
./src/vendor
, but having looked on their Github, it seems like the packaged version is quite old - it's in their 3.1 branch which hasn't been updated for 2 and a half years, whereas their main branch seems to be completely different.I'm also confused as to how this hasn't been reported before or fixed already - surely this would be affecting all emails? I'm using the default email style.