Adaptive Images Error – .htaccess file is not updated
-
Hi, I’m having issues with Adaptive Images Settings on WordPress and hoping someone could help out. See below Debug Info for Adaptive Images.
? PHP GD library is installed.
? Image cache directory has not been created.
It seems that the directory is not writeable. This is probably a filesystem permissions issue.
Consider adding manually the image cache directory: “/wp-content/cache/adaptive-images”./var/www/wp-content/cache =>
? Installation .htaccess file is not properly setup.
The .htaccess file is not writeable so it might have not been updated.
/.htaccess =>
? Adaptive images settings dump:
array(14) {
[“resolutions”]=>
array(3) {
[0]=>
int(1024)
[1]=>
int(640)
[2]=>
int(480)
}
[“landscape”]=>
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)
[“hidpi”]=>
bool(false)
[“cdn-support”]=>
bool(false)
[“version”]=>
string(6) “0.6.68”
[“sanitized”]=>
bool(true)
[“wp-content-dir”]=>
string(19) “/var/www/wp-content”
[“wp-content-url”]=>
string(41) “https://drdisabilityquotes.com/wp-content”
}The page I need help with: [log in to see the link]
- The topic ‘Adaptive Images Error – .htaccess file is not updated’ is closed to new replies.