• Hello! it does not work for me at the moment. here is the debug info. Thanks!!!

    ? PHP GD library is installed.

    ? Image cache directory has been created.

    /home/mxmdes/public_html/prod2/wp-content/cache/adaptive-images => drwxr-xr-x

    ? Installation .htaccess file is setup OK.

    /home/mxmdes/public_html/prod2/.htaccess => -rw-r–r–

    ? Adaptive images settings dump:

    array(14) {
    [“resolutions”]=>
    array(3) {
    [0]=>
    int(1024)
    [1]=>
    int(640)
    [2]=>
    int(480)
    }
    [“hidpi”]=>
    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(80)
    [“sharpen-images”]=>
    bool(true)
    [“watch-cache”]=>
    bool(true)
    [“browser-cache”]=>
    float(180)
    [“landscape”]=>
    bool(false)
    [“cdn-support”]=>
    bool(false)
    [“version”]=>
    string(6) “0.6.64”
    [“sanitized”]=>
    bool(true)
    [“wp-content-dir”]=>
    string(41) “/home/mxmdes/public_html/prod2/wp-content”
    [“wp-content-url”]=>
    string(42) “https://www.prod2.pointderue.com/wp-content”
    }

    Web Server
    LiteSpeed

    Document Root
    /home/mxmdes/public_html/prod2

    PHP
    7.0.33

    PHP Time Limit
    90

    PHP Memory Limit
    256M

    PHP Post Max Size
    64M

    PHP Upload Max Size
    64M

    PHP Max Input Vars
    6000

    PHP Display Errors
    No

    PHP Error Log
    error_log

    MySQL
    10.0.38-MariaDB

    MySQL Ext/mysqli
    Yes

    MySQL Table Prefix
    wppdr_

    MySQL DB Charset
    utf8mb4

    WP
    4.9.9

    WP Multisite
    No

    WP Debug Mode
    No

    WP Site url
    https://www.prod2.pointderue.com

    WP WP Home url
    https://www.prod2.pointderue.com

    WP Permalinks
    /%postname%/

    WP home path
    /home/mxmdes/public_html/prod2/

    WP content dir
    /home/mxmdes/public_html/prod2/wp-content

    WP plugin dir
    /home/mxmdes/public_html/prod2/wp-content/plugins

    WP content url
    https://www.prod2.pointderue.com/wp-content

    WP plugin url
    https://www.prod2.pointderue.com/wp-content/plugins

    WP Locale
    fr_FR

    WP Memory Limit
    40M

    WP Max Upload Size
    64mb

    WP Active plugins
    Polylang v.2.5.1 by Frédéric Demarle
    Adaptive Images for WordPress v.0.6.64 by Nevma
    Akismet Anti-Spam v.4.1 by Automattic
    Child Theme Configurator v.2.3.0.4 by Lilaea Media
    Cimol WordPress Theme Plugin Bundle v.1.2 by ridianur
    Contact Form 7 v.5.1.1 by Takayuki Miyoshi
    Duplicate Post v.3.2.2 by Enrico Battocchi
    Easy Google Fonts v.1.4.4 by Titanium Themes
    Elementor v.2.4.4 by Elementor.com
    Envato Elements – Template Kits (Beta) v.0.1.6 by Envato
    Give – Extension de don v.2.4.0 by GiveWP
    One Click Demo Import v.2.5.0 by ProteusThemes
    OptionTree v.2.6.0 by Derek Herman
    Slider Revolution v.5.4.8 by ThemePunch
    Velvet Blues Update URLs v.3.2.8 by VelvetBlues.com
    WooCommerce v.3.5.4 by Automattic

    WP MU plugins

    Thanks again!

Viewing 1 replies (of 1 total)
  • Plugin Author Takis Bouyouris

    (@nevma)

    Hello, my friend,

    Indeed, the plugin seems to be active in your website, but your images are not being resized. Actually it seems that the requests for images do not even reach our plugin code as they are supposed to. For instance, a debugging url like https://www.prod.pointderue.com/wp-content/uploads/2018/07/Olivier-1478.jpg?debug=true (note the “?debug=true” at the end of the url) should produce a debug text output and not the image itself.

    However, all your settings seem to be in order!

    Are you perhaps using some kind of caching server or a CDN in front of your website? If that is true, then this is probably where the issue lies. CDNs intercept all HTTP requests to one’s website and it is possible that they handle them in such ways that our plugin does not ever get the chance to do manipulate images after all.

    Let’s take it from there and see how it goes!

    Cheers,
    Takis

Viewing 1 replies (of 1 total)
  • The topic ‘Not working at the moment’ is closed to new replies.