• Resolved ntrantham

    (@ntrantham)


    I just installed WP Super Cache and I am unable to get it to build any super cache files. It is only building wp cache files.

    I enabled debugging and am getting this:

    05:57:40 /?page_id=20 Cookie detected: wordpress_test_cookie
    05:57:40 /?page_id=20 Cookie detected: wordpress_logged_in_2857b8ae4eb5a8340c48cb67e1ddc209
    05:57:40 /?page_id=20 No wp-cache file exists. Must generate a new one.
    05:57:40 /?page_id=20 Cookie detected: wordpress_test_cookie
    05:57:40 /?page_id=20 Cookie detected: wordpress_logged_in_2857b8ae4eb5a8340c48cb67e1ddc209
    05:57:40 /?page_id=20 In WP Cache Phase 2
    05:57:40 /?page_id=20 Setting up WordPress actions
    05:57:40 /?page_id=20 Supercache caching disabled. Non empty GET request.
    05:57:40 /?page_id=20 Created output buffer
    05:57:40 /?page_id=20 Output buffer callback
    05:57:40 /?page_id=20 supercache dir: /home/localhub/public_html/wp-content/cache/supercache/localhub.com/
    05:57:40 /?page_id=20 Supercache disabled: GET or feed detected or disabled by config.
    05:57:40 /?page_id=20 Writing non-gzipped buffer to wp-cache cache file.
    05:57:40 /?page_id=20 Renamed temp wp-cache file to /home/localhub/public_html/wp-content/cache/wp-cache-145c0f55b2392efa303b2e0bea45cae9.html
    05:57:40 /?page_id=20 Sending buffer to browser
    05:57:40 /?page_id=20 Writing meta file: /home/localhub/public_html/wp-content/cache/meta/wp-cache-145c0f55b2392efa303b2e0bea45cae9.meta

    Some additional info.

    Prior to installation of this plugin, I did not have a .htaccess file. So I created one using the lines from the plugin page:

    # BEGIN WordPress
     RewriteCond %{REQUEST_FILENAME} !-f
     RewriteCond %{REQUEST_FILENAME} !-d
     RewriteRule . /index.php [L]
    # END WordPress

    Before enabling debug I was reading through the readme.txt and it mentioned checking the cache directory for a supercache directory and files. There was no supercache directory. apache owned the whole cache directory and the permissions were set to only allow apache to write to the directory. So I SSH’d in as root and set the cace directory to 777 recursive and created a supercache directory.

    Then I enabled debug and get the error about empty GET. So, where do I go from here? Any help?

Viewing 1 replies (of 1 total)
  • Thread Starter ntrantham

    (@ntrantham)

    OK… I missed the part about permalinks being turned on.

    I went back and enabled permalinks. Then got a message on the WP Super Cache page about adding two lines to the .htaccess file:

    RewriteCond %{REQUEST_URI} !^.*[^/]$
    RewriteCond %{REQUEST_URI} !^.*//.*$

    So, I updated it.

    I am now seeing this in the debug txt file:

    And that fixed the issue…

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP Super Cache] Supercache caching disabled. Non empty GET request.’ is closed to new replies.