Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError in ContentRepository when TYPO3 backend Cache is disabled #156

Open
mogensf opened this issue Jun 13, 2024 · 1 comment
Open

Comments

@mogensf
Copy link

mogensf commented Jun 13, 2024

This is not really a bug. But while having the TYPO3 backend cache disabled like this (in local dev-environment):

$globalCacheConfiguration = $GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations'];
foreach ($globalCacheConfiguration as $cacheName => $cacheConfiguration) {
    $GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations'][$cacheName]['backend'] = \TYPO3\CMS\Core\Cache\Backend\NullBackend::class;
}

We get the following issue when trying to create new content-elements:
image

When enabling the TYPO3 backend cache everything works like a charme.

TYPO3 11.5.38
Content-Defender 3.4.3
PHP 8.1.17

@mogensf mogensf changed the title TypeError in ContentRepository when TYPO3 Backend Cache is disabled TypeError in ContentRepository when TYPO3 backend Cache is disabled Jun 13, 2024
@IchHabRecht
Copy link
Owner

Hi @mogensf

Please see my comment #131 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants