Plugin not working (cache folder not created)
-
Hello,
I’m trying to get this awesome plugin to work but unfortunately I’ve hit a bump in the road. After installing and configuring the NginX options, I’m not able to have the image cache folder created. My server installation is on a NGINX + Apache2 Hybrid.
Here is my 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/runcloud/webapps/wpwp/wp-content/cache => drwxr-xr-x
? Installation .htaccess file is setup OK.
/home/runcloud/webapps/wpwp/.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(365)
[“landscape”]=>
bool(false)
[“hidpi”]=>
bool(false)
[“cdn-support”]=>
bool(false)
[“version”]=>
string(6) “0.6.64”
[“sanitized”]=>
bool(true)I’ve already tried accessing via multiple mobiles but no look. I’m running W3 Total Cache and the experimental option doesn’t work either.
Is there anything that can be done to remedy this?
Thanks for your help!
- The topic ‘Plugin not working (cache folder not created)’ is closed to new replies.