• I’ve installed the plugin, and the htaccess file was successfully updated, but the cache folder hasn’t been created (I’ve visited the site on multiple mobile devices), and adding ?debug=true to images isn’t displaying any information.

    http://happytrailsanimation.com/

    I’ve disabled my cache plugin completely.

    Any help would be greatly appreciated!
    Eric

    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/hta/happytrailsanimation.com/2016_Site/wp-content/cache => drwxr-xr-x
    ✔ Installation .htaccess file is setup OK.
    /home/hta/happytrailsanimation.com/.htaccess => -rw-r–r–
    ❖ Adaptive images settings dump:
    array(12) {
    [“resolutions”]=>
    array(3) {
    [0]=>
    int(1024)
    [1]=>
    int(640)
    [2]=>
    int(480)
    }
    [“landscape”]=>
    bool(true)
    [“hidpi”]=>
    bool(true)
    [“cache-directory”]=>
    string(21) “cache/adaptive-images”
    [“watched-directories”]=>
    array(4) {
    [0]=>
    string(18) “wp-content/uploads”
    [1]=>
    string(17) “wp-content/themes”
    [2]=>
    string(23) “wp-content/gallery-bank”
    [3]=>
    string(18) “wp-content/plugins”
    }
    [“jpeg-quality”]=>
    int(95)
    [“sharpen-images”]=>
    bool(true)
    [“watch-cache”]=>
    bool(true)
    [“browser-cache”]=>
    float(365)
    [“cdn-support”]=>
    bool(false)
    [“version”]=>
    string(6) “0.6.60”
    [“sanitized”]=>
    bool(true)
    }

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

    (@nevma)

    Hello, Eric,

    I’d love to provide any help I can!

    First of all, indeed things are as you describe them. Perhaps you could send me the output of the Print diagnostics button as well?

    There is one edge case that we have not tackled yet, as it appears, the one described here https://codex.ww.wp.xz.cn/Giving_WordPress_Its_Own_Directory/.

    Cheers,
    Takis

    Thread Starter Eblumen

    (@eblumen)

    Hello Takis,

    Thank you for responding to my message! I’ve implemented the fix from the thread about when wordpress is in its own directory, which made the plugin write to the correct .htaccess file, so that part seems to be working.

    Here are the diagnostics:

    System information
    Web Server
    Apache
    Document Root
    /home/hta/happytrailsanimation.com
    PHP
    5.6.28
    PHP Time Limit
    0
    PHP Memory Limit
    256M
    PHP Post Max Size
    65M
    PHP Upload Max Size
    64M
    PHP Max Input Vars
    1000
    PHP Display Errors
    Yes
    PHP Error Log
    MySQL
    5.6.25-log
    MySQL Ext/mysqli
    Yes
    MySQL Table Prefix
    wp_
    MySQL DB Charset
    utf8mb4
    WP
    4.7
    WP Multisite
    No
    WP Debug Mode
    No
    WP Site url
    http://happytrailsanimation.com/2016_Site
    WP WP Home url
    http://happytrailsanimation.com
    WP Permalinks
    /%category%/%postname%/
    WP home path
    /home/hta/happytrailsanimation.com/
    WP content dir
    /home/hta/happytrailsanimation.com/2016_Site/wp-content
    WP plugin dir
    /home/hta/happytrailsanimation.com/2016_Site/wp-content/plugins
    WP content url
    http://happytrailsanimation.com/2016_Site/wp-content
    WP plugin url
    http://happytrailsanimation.com/2016_Site/wp-content/plugins
    WP Locale
    en_US
    WP Memory Limit
    40M
    WP Max Upload Size
    64mb
    WP Active plugins
    Adaptive Images for WordPress v.0.6.60 by Nevma
    BackUpWordPress v.3.6.0 by Human Made Limited
    Contact Form 7 – Dynamic Text Extension v.2.0.1 by Chris Mavricos, SevenSpark
    Contact Form DB v.2.10.9 by Michael Simpson
    Contact Form 7 v.4.5.1 by Takayuki Miyoshi
    Favorites v.1.2.3 by Kyle Phillips
    Gallery Bank Pro Edition v.3.9.0 by Tech Banker
    Layers Pro v.1.5 by Obox
    Layers – Updater v.1.3 by Marc Perel
    Master Slider v.2.7.1 by averta
    Redirection v.2.4.4 by John Godley
    Shortcoder v.3.4.1 by Aakash Chakravarthy
    TPG Get Posts v.3.4.2 by Criss Swaim
    Widget or Sidebar Shortcode v.0.6.1 by Frank Staude
    Wordfence Security v.6.1.4 by Wordfence
    Yoast SEO v.3.2.3 by Team Yoast
    WP Super Cache v.1.4.8 by Automattic
    WP MU plugins

    Plugin Author Takis Bouyouris

    (@nevma)

    Hello, again,

    Happy new year! I am very sorry for replying so late, but it seems that I did not get the email notification.

    Now, I see that your WP Site url is http://happytrailsanimation.com/2016_Site but your WP Home url is http://happytrailsanimation.com. However, when I visit your home url it leads to a Page not found error.

    Is there perhaps a special case with your setup or something that might be wrong there?

    Cheers,
    Takis

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Cache folder not created, debug info not working’ is closed to new replies.