Project

General

Profile

Bug #95967

Updated by Nicole Cordes over 2 years ago

Given: 
 - TYPO3 11 installation 
 - admin user 
 - disabled hash cache with `$GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['hash'][backend'] = \TYPO3\CMS\Core\Cache\Backend\NullBackend::class;` 
 - page with at least two one content elements element 

 Expected: 
 - one content element can be moved (e.g. to another column) 

 Actual: 
 - PHP exception is thrown and content element isn't moved

Back