We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d3d5e commit 0c7e5eeCopy full SHA for 0c7e5ee
Classes/Core/FrontendRenderingProvisioner.php
@@ -44,6 +44,8 @@ public function provision(TypoScriptFrontendController $typoScriptFrontendContro
44
45
// Bypass any other page rendering, by including our own dummy rendering
46
$typoScriptFrontendController->config['config']['pageGenScript'] = 'EXT:typoscript_rendering/Scripts/DummyRendering.php';
47
+ // Make sure current working dir is in PATH_site, so that the DummyRendering file is resolved correctly
48
+ chdir(PATH_site);
49
}
50
51
/**
0 commit comments