• For some reason the image directory is not being created. The debug info is below. I have only accesses the site from a Pixel 2 phone, but I believe the directory and images should there.

    Debug info

    ? PHP GD library is installed.

    ? Image cache directory has not been created.

    But this is probably because the cache has not been accessed yet.
    After accessing your website from a mobile device the directory should be automatically created.

    /home/gwynne6/public_html/wp-content/cache => drwxr-xr-x

    ? Installation .htaccess file is setup OK.

    /home/gwynne6/public_html/.htaccess => -rw-r–r–

    ? Adaptive images settings dump:

    array(14) {
    [“resolutions”]=>
    array(3) {
    [0]=>
    int(1024)
    [1]=>
    int(640)
    [2]=>
    int(480)
    }
    [“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)
    [“landscape”]=>
    bool(false)
    [“hidpi”]=>
    bool(false)
    [“cdn-support”]=>
    bool(false)
    [“version”]=>
    string(6) “0.6.64”
    [“sanitized”]=>
    bool(true)
    [“wp-content-dir”]=>
    string(36) “/home/gwynne6/public_html/wp-content”
    [“wp-content-url”]=>
    string(44) “https://gwynnewadephotography.com/wp-content”
    }
    I appreciate any help. BTW, I’m somewhat of a novice, but I’m trying to do the right thing with my images.

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

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

    (@nevma)

    Hello, there,

    From what I can see your host is using NginX and not Apache as the main application server. Now, I know this is a little bit technical for a novice, but the truth is that NginX cannot be automatically configured like Apache. When you save your Adaptive Images settings there is a message which describes what needs to be (manually) set in the NginX configuration files. You need to show this message to your host or your server administrator and ask them to make this configuration. If they need any help or clarification I will be happy to help.

    Sorry we cannot make it any easier than that!

    Cheers,
    Takis

Viewing 1 replies (of 1 total)
  • The topic ‘Image cache directory not created, everything looks like it installed correctly’ is closed to new replies.