Not working despite no errors and CDN not used
-
Hello, unfortunately, plugin not working for some reason, here is the diagnostics and 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/479940.cloudwaysapps.com/fvkxmbcepm/public_html/wp-content/cache => drwxrwxr-x ? Installation .htaccess file is setup OK. /home/479940.cloudwaysapps.com/fvkxmbcepm/public_html/.htaccess => -rw-rw-r-- ? Adaptive images settings dump: array(14) { ["resolutions"]=> array(6) { [0]=> int(1440) [1]=> int(1280) [2]=> int(1024) [3]=> int(640) [4]=> int(480) [5]=> int(375) } ["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(64) "/home/479940.cloudwaysapps.com/fvkxmbcepm/public_html/wp-content" ["wp-content-url"]=> string(44) "https://dev-kaza-mike.d1.rgbc.dev/wp-content" }
Web Server Apache/2.4.25 (Debian) Document Root /home/479940.cloudwaysapps.com/fvkxmbcepm/public_html/ PHP 7.3.23-1+0~20201008.68+debian9~1.gbp30f6c3 PHP Time Limit 60 PHP Memory Limit 256M PHP Post Max Size 10M PHP Upload Max Size 10M PHP Max Input Vars 2500 PHP Display Errors No PHP Error Log MySQL 5.5.5-10.1.46-MariaDB-1~stretch MySQL Ext/mysqli Yes MySQL Table Prefix wp_ MySQL DB Charset utf8 WP 5.5.1 WP Multisite No WP Debug Mode No WP Site url https://dev-kaza-mike.d1.rgbc.dev WP WP Home url https://dev-kaza-mike.d1.rgbc.dev WP Permalinks /%postname%/ WP home path /home/479940.cloudwaysapps.com/fvkxmbcepm/public_html/ WP content dir /home/479940.cloudwaysapps.com/fvkxmbcepm/public_html/wp-content WP plugin dir /home/479940.cloudwaysapps.com/fvkxmbcepm/public_html/wp-content/plugins WP content url https://dev-kaza-mike.d1.rgbc.dev/wp-content WP plugin url https://dev-kaza-mike.d1.rgbc.dev/wp-content/plugins WP Locale en_US WP Memory Limit 40M WP Max Upload Size 10mb
# 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 # The directives (lines) between "BEGIN WordPress" and "END WordPress" are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. <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 # MalCare WAF <Files ".user.ini"> <IfModule mod_authz_core.c> Require all denied </IfModule> <IfModule !mod_authz_core.c> Order deny,allow Deny from all </IfModule> </Files> # END MalCare WAF
The password for visiting the page: h123456H
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Not working despite no errors and CDN not used’ is closed to new replies.