Home
last modified time | relevance | path

Searched refs:dependency_problem (Results 1 – 1 of 1) sorted by relevance

/plugin/mediathumbnails/
H A Dthumbnail.php27 private static ?string $dependency_problem = null; variable in thumbnail
35 self::$dependency_problem = null;
59 self::$dependency_problem = "Catched ImagickException: ".$e->getMessage();
62 self::$dependency_problem = "Imagick reports it does not support PDF files.";
65 self::$dependency_problem = "Imagick reports it doesn't support any output formats.";
69 …self::$dependency_problem = "Imagick class not found: ImageMagick PHP extension is not installed.";
118 $hint = self::$dependency_problem ? " Hint: '".self::$dependency_problem."'\n" : "";
121 …er to the plugin documentation for a description of the dependencies. ".self::$dependency_problem);
123 …er to the plugin documentation for a description of the dependencies. ".self::$dependency_problem);