In older TYPO3 Versions like TYPO3 8.7.x, I used DataMapper to map the results from my querybuilder select result to an array of objects. That is working fine in TYPO3 8.7.x, but in TYPO3 9.5.x, I’ve …
Tag: extbase
Typo3 tx_news extend with custom Fields – Content disappears sometimes, caching Issue?
I’m using Typo3 9.5.5 and I extended the extension tx_news with some custom fields. Everything works fine in front-end and back-end, but sometimes the custom content disappears in front-end and is not shown. Also the debug doesn’t show the content. In my opinion it could be a caching problem, because after clearing the complete cache, the custom content is shown
How to get TYPO3 settings in the utility files?
I want this TYPO3 settings in utility file. Please help me. Answer The above method works only in controller or services class try below it will work in any PHP files in Extension.