• Hi, I’m having issues with Adaptive Images Settings on WordPress and hoping someone could help out. See below Debug Info for Adaptive Images.

    ? PHP GD library is installed.

    ? Image cache directory has not been created.

    It seems that the directory is not writeable. This is probably a filesystem permissions issue.
    Consider adding manually the image cache directory: “/wp-content/cache/adaptive-images”.

    /var/www/wp-content/cache =>

    ? Installation .htaccess file is not properly setup.

    The .htaccess file is not writeable so it might have not been updated.

    /.htaccess =>

    ? Adaptive images settings dump:

    array(14) {
    [“resolutions”]=>
    array(3) {
    [0]=>
    int(1024)
    [1]=>
    int(640)
    [2]=>
    int(480)
    }
    [“landscape”]=>
    bool(true)
    [“cache-directory”]=>
    string(21) “cache/adaptive-images”
    [“watched-directories”]=>
    array(2) {
    [0]=>
    string(18) “wp-content/uploads”
    [1]=>
    string(17) “wp-content/themes”
    }
    [“jpeg-quality”]=>
    int(75)
    [“sharpen-images”]=>
    bool(true)
    [“watch-cache”]=>
    bool(true)
    [“browser-cache”]=>
    float(180)
    [“hidpi”]=>
    bool(false)
    [“cdn-support”]=>
    bool(false)
    [“version”]=>
    string(6) “0.6.68”
    [“sanitized”]=>
    bool(true)
    [“wp-content-dir”]=>
    string(19) “/var/www/wp-content”
    [“wp-content-url”]=>
    string(41) “https://drdisabilityquotes.com/wp-content”
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Takis Bouyouris

    (@nevma)

    Hello, @drdisability,

    Thank you for your message!

    It seems that your file system is setup in a way that does not allow write permissions to files and directories that the Adaptive Images plugin needs in order to function properly. The issues are:

    1. The directory /var/www/wp-content/cache cannot be created. We need to be able to create directories and subdirectories in there, in order to save resized versions of images.

    2. The .htaccess file is not writeable. We need to be able to write in it, in order to redirect image requests to the plugin, so that it can handle them.

    Is this something you can configure for yourself? If not, then you should consult your hosting provider for assistance.

    Let me know how it goes and if i can help any further!

    Cheers,
    Takis

Viewing 1 replies (of 1 total)
  • The topic ‘Adaptive Images Error – .htaccess file is not updated’ is closed to new replies.