From 0440029098135ba116f5c441c675ebb0ebc5959d Mon Sep 17 00:00:00 2001 From: Frank Hochmuth Date: Fri, 8 Mar 2024 00:00:51 +0100 Subject: [PATCH] Update support.php Check for /fp-content/images/.thumbs added --- admin/support.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/admin/support.php b/admin/support.php index e511505..b091c1e 100644 --- a/admin/support.php +++ b/admin/support.php @@ -271,6 +271,22 @@ } ?> +

This thump directory must have write permissions so that scalable images can be created.

+ The images/.thump directory is writable.

'; + } else { + echo '

! The images/.thump directory is not writable!

'; + } + @fclose($test_file); + @unlink("{$BASE_DIR}/fp-content/images/chmod-test-file"); + } else { + echo '

The .thump directory does not exist, but is created automatically as soon as a thumbnail has been created with the Thumbnails plugin

'; + } + ?> +

This upload directory must have write permissions so that you can upload something.