diff --git a/lib/Command/Index.php b/lib/Command/Index.php index 09e0cc69..f33c8547 100644 --- a/lib/Command/Index.php +++ b/lib/Command/Index.php @@ -132,6 +132,7 @@ class Index extends Command { \OCA\Memories\Exif::ensureStaticExiftoolProc(); if (!$this->testExif()) { error_log('FATAL: exiftool could not be found or test failed'); + error_log('Please install exiftool (at least v12) and make sure it is in the PATH'); exit(1); }