Project

General

Profile

Bug #95638

Updated by Benjamin Franzke over 2 years ago

With 
 <pre> 
 $GLOBALS['TYPO3_CONF_VARS']['SYS']['errorHandler'] = ''; 
 </pre> 

 @bin/typo3 cache:flush 
 @ 
 produces: 

 <pre> 
 PHP Deprecated:    TYPO3\CMS\Core\Cache\CacheManager can not be injected/instantiated during ext_localconf.php/TCA/ext_tables.php loading. Use lazy loading instead. in /var/www/local/coremaster/public/typo3/sysext/core/Classes/ServiceProvider.php on line 117</pre> //$GLOBALS['TYPO3_CONF_VARS']['SYS']['errorHandler'] = ''; 

 </pre>

Back