• Pulling my hair out, set W3tc up on my local host, worked perfect out of the box!

    Deployed to my live server, Grand Forest, and nothing, it is not using Page Cache or DB Cache. Object Cache seems to work. I’m looking for the debug output at the end of my pages html, yes debug is on, for all three options and only seeing object output. If I turn object caching off I get nothing.

    The server is a Media Temple DV, Apache etc..

    Plugin Version: 0.9.4.1
    PHP Version: 5.4.41;
    Web Server: Apache
    FTP functions: Installed (required for Self-hosted (FTP) CDN support)
    Multibyte String support: Installed (required for Rackspace Cloud Files support)
    cURL extension: Installed (required for Amazon S3, Amazon CloudFront, Rackspace CloudFiles support)
    zlib extension: Installed (required for compression support)
    Opcode cache: Not installed
    Memcache extension: Not installed
    HTML Tidy extension: Not installed (required for HTML Tidy minifier suppport)
    Mime type detection: Installed (Fileinfo) (required for CDN support)
    Hash function: Installed (hash) (required for NetDNA / MaxCDN CDN purge support)
    Safe mode: Off
    Open basedir: On: /var/www/vhosts/aplusdesign.com.au/:/tmp/
    zlib output compression: Off
    set_time_limit: Available
    mod_deflate: Not detected (required for disk enhanced Page Cache and Browser Cache)
    mod_env: Not detected (required for disk enhanced Page Cache and Browser Cache)
    mod_expires: Not detected (required for disk enhanced Page Cache and Browser Cache)
    mod_headers: Not detected (required for disk enhanced Page Cache and Browser Cache)
    mod_mime: Not detected (required for disk enhanced Page Cache and Browser Cache)
    mod_rewrite: Not detected (required for disk enhanced Page Cache and Browser Cache)
    mod_setenvif: Not detected (required for disk enhanced Page Cache and Browser Cache)

    WordPress Resources

    ___/grandforestphuket/website/.htaccess: OK
    ___/grandforestphuket/website/wp-content: OK
    ___/grandforestphuket/website/wp-content/uploads/2015/06: OK
    Fancy permalinks: /%postname%/
    WP_CACHE define: Defined (true)
    URL rewrite: Enabled
    Network mode: No

    The compatibility check seems fine, although it doesn’t pick up the installed Apache modules, even though they are installed and working.

    The .htaccess file has w3tc’s rules, the wp-config file has the correct code
    ie.. define('WP_CACHE', true); etc..

    I really want to get this working. Any help appreciated!!

    https://www.ads-software.com/plugins/w3-total-cache/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter aplusdesign

    (@aplusdesign)

    Also, I’ve tried

    – Disabling/Re-enabling the plugin
    – Re-installing the plugin (deleting all cache files and w3tc folders)
    – Purged CDN cache multiple times
    – Purged w3tc cache

    No use, still not getting any output at the end of my files to show that w3tc page and db cache are working…

    Also all required modules are available, vis ssh, httpd -M

    env_module (shared)
    expires_module (shared)
    deflate_module (shared)
    headers_module (shared)
    setenvif_module (shared)
    mime_module (shared)
    rewrite_module (shared)

    Thread Starter aplusdesign

    (@aplusdesign)

    So even stranger, it looks like W3tc is creating the cache files in

    /wp-content/cache/page-enhanced/www.grandforestphuket.com/

    It is correctly creating a bunch of _index.html files following the site structure, which I can prove are the files that are served by changing something in them and re-loading the live site. So it picks them up, so I guess there is no problem with the htaccess.

    But I STILL get no output for Page Cache and Database Cache, only Object….

    HELP!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page & DB cache not working, Object Cache working’ is closed to new replies.