typoscript_rendering
typoscript_rendering copied to clipboard
Render a TypoScript path by URL, especially useful for Ajax dispatching
Resolves: #86
``` [WARNING] request="b2b9....." component="TYPO3.CMS.Core.Error.ErrorHandler": Core: Error handler (FE): PHP Warning: Undefined array key 0 in .../vendor/helhum/typoscript-rendering/Classes/Middleware/TypoScriptRenderingMiddleware.php line 76 ``` This is here: https://github.com/helhum/typoscript_rendering/blob/main/Classes/Middleware/TypoScriptRenderingMiddleware.php#L76 I'm not yet sure, how this happens,...
What is the plan here? Is anyone working on it? There have been many changes to the TypoScript handling with v12, how will they affect updatability?
Hi, we are getting this error using t:uri.cObject using the V12 branch. ``` Call to undefined method TYPO3\CMS\Core\Http\ServerRequest::getPluginName()Call to undefined method TYPO3\CMS\Core\Http\ServerRequest::getPluginName() ``` ``` ``` To 'dirty' fix this, we've...