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
Read var/log/cron.log while Magento crons are enabled and running
Expected result
No errors (from Kiwi Commerce) should not be present
Actual result
This error is logged in var/log/cron.log:
Error when running a cron job {"exception":"[object] (RuntimeException(code: 0): Error when running a cron job at /path/to/m2/install/vendor/kiwicommerce/module-cron-scheduler/Observer/ProcessCronQueueObserverDefault.inc:265, Error(code: 0): Call to a member function isStatic() on boolean at /path/to/m2/install/vendor/magento/module-eav/Model/Entity/Collection/AbstractCollection.php:492)"} []
The text was updated successfully, but these errors were encountered:
Preconditions
Steps to reproduce
var/log/cron.log
while Magento crons are enabled and runningExpected result
Actual result
var/log/cron.log
:Error when running a cron job {"exception":"[object] (RuntimeException(code: 0): Error when running a cron job at /path/to/m2/install/vendor/kiwicommerce/module-cron-scheduler/Observer/ProcessCronQueueObserverDefault.inc:265, Error(code: 0): Call to a member function isStatic() on boolean at /path/to/m2/install/vendor/magento/module-eav/Model/Entity/Collection/AbstractCollection.php:492)"} []
The text was updated successfully, but these errors were encountered: