All Images Broken After Plugin Activation
-
Hi
I download, activated and configured the plugin. After that all my images are broken. When i deactivate the plugin everything gets back to normal.
I dont use wordpress on a subfolder like many did, my wordpress instalation its on root folder of the website.
Here its my .htaccess config
# BEGIN Adaptive Images #======================= <IfModule mod_rewrite.c> RewriteEngine On # Watched directories RewriteCond %{REQUEST_URI} /wp-content/uploads [OR] RewriteCond %{REQUEST_URI} /wp-content/themes # Redirect images through the adaptive images script RewriteRule \.(?:jpe?g|gif|png)$ /wp-content/plugins/adaptive-images/adaptive-images-script.php [L] </IfModule> # END Adaptive Images # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Now my debug info
? PHP GD library is installed.
? Image cache directory has been created.
/var/www/br.vnext.store/public_html/wp-content/cache/adaptive-images => drwxr-xr-x
? Installation .htaccess file is setup OK.
/var/www/br.vnext.store/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.62”
[“sanitized”]=>
bool(true)
[“wp-content-dir”]=>
string(46) “/var/www/br.vnext.store/public_html/wp-content”
[“wp-content-url”]=>
string(32) “https://br.vnext.store/wp-content”
}Can you please help me?
- The topic ‘All Images Broken After Plugin Activation’ is closed to new replies.