While opening the admin page, getting below exception running on Magento 2.3.5-p2.
1 exception(s):
Exception #0 (Exception): Notice: Trying to access array offset on value of type bool in /var/www/html/mage235/vendor/magento/module-logging/Model/Processor.php on line 221
Exception #0 (Exception): Notice: Trying to access array offset on value of type bool in /var/www/html/mage235/vendor/magento/module-logging/Model/Processor.php on line 221
<pre>#1 Magento\Logging\Model\Processor->initAction() called at [vendor/magento/module-logging/App/Action/Plugin/Log.php:66]
#2 Magento\Logging\App\Action\Plugin\Log->beforeDispatch() called at [vendor/magento/framework/Interception/Interceptor.php:121]
Refereed this one but its custom code so it un-related.
asked Oct 7, 2020 at 9:21
sandip
4,0643 gold badges29 silver badges57 bronze badges
1 Answer 1
You need to downgrade to PHP 7.3 Magento 2.3.5 does not support PHP 7.4
default