Oops, an error occurred!
Return value of TYPO3/CMS/Core/Imaging/ImageMagickFile::escape() must be of the type string, null returned
Bahsi geçen dosya yoluna ulaşıp (ImageMagickFile.php), ::escape kodunu aratınca ise şunu bulabildim;
protected function escape(string $value): string
{
return CommandUtility::escapeShellArgument($value);
}Hata koduna istinaden bu kod satırında neyi düzenlemem gerekiyor sizce arkadaşlar? Sorun başka bir kod satırında olabilirmi yoksa?