You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A fatal error is being returned on installation of 2.4.4-rc0722 on Magento 2.4.4 when running setup:di:compile:-
PHP Fatal error: Declaration of Sapient\AccessWorldpay\Logger\AccessWorldpayLogger::addRecord($level, $message, array $context = []): bool must be compatible with Monolog\Logger::addRecord(int $level, string $message, array $context = [], ?Monolog\DateTimeImmutable $datetime = null): bool in /public/app/code/Sapient/AccessWorldpay/Logger/AccessWorldpayLogger.php on line 16
I have tested and this error persists when module is installed via app/code and via composer.
Thanks
The text was updated successfully, but these errors were encountered:
Flipmediaco
added a commit
to Flipmediaco/Worldpay-Magento2-AW
that referenced
this issue
Oct 10, 2022
Hi
A fatal error is being returned on installation of 2.4.4-rc0722 on Magento 2.4.4 when running setup:di:compile:-
PHP Fatal error: Declaration of Sapient\AccessWorldpay\Logger\AccessWorldpayLogger::addRecord($level, $message, array $context = []): bool must be compatible with Monolog\Logger::addRecord(int $level, string $message, array $context = [], ?Monolog\DateTimeImmutable $datetime = null): bool in /public/app/code/Sapient/AccessWorldpay/Logger/AccessWorldpayLogger.php on line 16
I have tested and this error persists when module is installed via app/code and via composer.
Thanks
The text was updated successfully, but these errors were encountered: