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
You are using Zend_Log::ERR instead of \Zend_Log::ERR and because of it looking for Ometria\Core\Helper\Zend_Log instead of vendor/magento/zendframework1/library/Zend/Log.php.
We never seen this error before but now because of the higher traffic during Black Friday it started to brake cron that is sending payment notifications.
I tried to create a patch but because you have 3 modules nested in vendor/ometria/magento2 that is not possible. I can see this error is still present.
Can you please fix this. Thank you.
Error in case you needed:
[2021-11-28 16:05:07] report.CRITICAL: Error when running a cron job {"exception":"[object] (RuntimeException(code: 0): Error when running a cron job at /vendor/magento/module-cron/Observer/ProcessCronQueueObserver.php:330, Error(code: 0): Class 'Ometria\\Core\\Helper\\Zend_Log' not found at /vendor/ometria/magento2/app/code/Ometria/Core/Helper/Ping.php:104)"} []```
The text was updated successfully, but these errors were encountered:
magento2-extension/app/code/Ometria/Core/Helper/Ping.php
Line 104 in 2a30574
You are using
Zend_Log::ERR
instead of\Zend_Log::ERR
and because of it looking forOmetria\Core\Helper\Zend_Log
instead ofvendor/magento/zendframework1/library/Zend/Log.php
.We never seen this error before but now because of the higher traffic during Black Friday it started to brake cron that is sending payment notifications.
I tried to create a patch but because you have 3 modules nested in
vendor/ometria/magento2
that is not possible. I can see this error is still present.Can you please fix this. Thank you.
Error in case you needed:
The text was updated successfully, but these errors were encountered: