X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Fupgrade.php;h=126ef290360b27a7d8b0abfcf3963816555b18ef;hb=fc9de94cbdeec6da6ae977260b100e79f9fad93a;hp=692eaac17a40b8d083b4b1ff8e4be6ecd6932780;hpb=1e89540c3f52f95e9224d781c01b2c927d3c3f09;p=quix0rs-gnu-social.git diff --git a/scripts/upgrade.php b/scripts/upgrade.php index 692eaac17a..126ef29036 100644 --- a/scripts/upgrade.php +++ b/scripts/upgrade.php @@ -520,7 +520,7 @@ function setFilehashOnLocalFiles() $file->filehash = hash_file(File::FILEHASH_ALG, $file->getPath()); $file->update($orig); } catch (FileNotFoundException $e) { - echo "\n WARNING: file ID {$file->id} does not exist on path '{$e->path}'. Clean up the file table?"; + echo "\n WARNING: file ID {$file->id} does not exist on path '{$e->path}'. If there is no file system error, run: php scripts/clean_file_table.php"; } } }