Cache folder not created, debug info not working
-
I’ve installed the plugin, and the htaccess file was successfully updated, but the cache folder hasn’t been created (I’ve visited the site on multiple mobile devices), and adding ?debug=true to images isn’t displaying any information.
http://happytrailsanimation.com/
I’ve disabled my cache plugin completely.
Any help would be greatly appreciated!
EricDebug 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/hta/happytrailsanimation.com/2016_Site/wp-content/cache => drwxr-xr-x
✔ Installation .htaccess file is setup OK.
/home/hta/happytrailsanimation.com/.htaccess => -rw-r–r–
❖ Adaptive images settings dump:
array(12) {
[“resolutions”]=>
array(3) {
[0]=>
int(1024)
[1]=>
int(640)
[2]=>
int(480)
}
[“landscape”]=>
bool(true)
[“hidpi”]=>
bool(true)
[“cache-directory”]=>
string(21) “cache/adaptive-images”
[“watched-directories”]=>
array(4) {
[0]=>
string(18) “wp-content/uploads”
[1]=>
string(17) “wp-content/themes”
[2]=>
string(23) “wp-content/gallery-bank”
[3]=>
string(18) “wp-content/plugins”
}
[“jpeg-quality”]=>
int(95)
[“sharpen-images”]=>
bool(true)
[“watch-cache”]=>
bool(true)
[“browser-cache”]=>
float(365)
[“cdn-support”]=>
bool(false)
[“version”]=>
string(6) “0.6.60”
[“sanitized”]=>
bool(true)
}
The topic ‘Cache folder not created, debug info not working’ is closed to new replies.