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.