Frank Rakow
Frank Rakow
$file Storage -> Driver -> absoluteBasePath is set to TYPO3_PATH_WEB $targeFile Storage -> Dirver -> absoluteBasePath of is set to TYPO3_PATH_WEB + fileadmin I think the storage of the $targetFile...
Sorry, the screenshot is from before the change. Here is the data after the change in $targetFile the combined path is then definitely not correct `/var/www/html/public/`+ `/_processed_/4/7/csm_b5121f4839f6b911854de978f286335c51b9a793-fp-4-3-0-0_1fd4e6feac.jpg`
The problem only occurred when using the f:image ViewHelper. When using the focuspoint:image ViewHelper there was no error, then $targetFile has the same storage as $file (typo3temp) After removing the...