You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
In Classes/helpers/class.tx_caretaker_LocalizationHelper.php line 76 needs to be changed from
old: $result = $lcObj->TEXT(array('data' => $locallangString));
new: $result = $lcObj->cObjGetSingle('TEXT',array('data' => $locallangString));
After installing caretaker 1.0.0 on a fresh TYPO3 v8.7.28 instance i get the following error on a page with the pi_overview plugin
Call to undefined method TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::TEXT()
Error thrown in file
/var/www/html/www/typo3conf/ext/caretaker/Classes/helpers/class.tx_caretaker_LocalizationHelper.php in line 76.
I think this is related to this change https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/8.0/Breaking-72361-RemovedDeprecatedContentObjectWrappers.html?highlight=text%20contentobjectrenderer
The text was updated successfully, but these errors were encountered: