-
Notifications
You must be signed in to change notification settings - Fork 38
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
Not working in TYPO3 10.4.17 #539
Comments
Hi @quadronet! This looks like an issue with one of your Fluid templates. The string |
Hello, after upgrading from an older frontend_editing version I'm also getting this "Class 'CONTENT' not found" exception on TYPO3 CMS 10.4.18. I'll add a comment when I found out why. |
@clemens7haar Is this still an issue for you? |
As this issue have not been reported anymore, it is considered not relevant. |
Same here. |
After install the ext, the frontend show this:
Class 'CONTENT' not found
$instance = new $finalClassName(...$constructorArguments);
at TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('CONTENT')
in /var/www/vhosts//typo3_src-10.4.17/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 744
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('{$backPid}', null, 'variables.back')
in /var/www/vhosts/typo3_src-10.4.17/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 322
The text was updated successfully, but these errors were encountered: