Image cache directory not created, everything looks like it installed correctly
-
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]
- The topic ‘Image cache directory not created, everything looks like it installed correctly’ is closed to new replies.