Image cache directory has not been created.
-
Hi,
I installed your plugin and added it to my Nginx.conf
location / { rewrite \.(?:jpe?g|gif|png)$ /wp-content/plugins/adaptive-images/adaptive-images-script.php; }
I have a couple of questions.
1. Every time I save plugin settings, I’m seeing “If you are using NginX, you probably need such a bit of code in your configuration file:” even though I already did it. Is it default message?
2. In dubug info, I’m getting an error saying “cache dir is not created in wp-content” But it is already created earlier by other plugins.
Seems plugin is not working on my site (https://www.geekdashboard.com/)Any solutions?
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. /var/www/html/wp-content/cache => drwxr-sr-x ? Installation .htaccess file is setup OK. /var/www/html/.htaccess => -rwxrwxr-x ? Adaptive images settings dump: array(14) { ["resolutions"]=> array(3) { [0]=> int(1024) [1]=> int(640) [2]=> int(480) } ["cdn-support"]=> 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) ["landscape"]=> bool(false) ["hidpi"]=> bool(false) ["version"]=> string(6) "0.6.62" ["sanitized"]=> bool(true) ["wp-content-dir"]=> string(24) "/var/www/html/wp-content" ["wp-content-url"]=> string(40) "https://www.geekdashboard.com/wp-content" }
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Image cache directory has not been created.’ is closed to new replies.