Replies: 0
Hey, so I honestly have spent time attempting to solve this myself. Here’s the debug log with URLs/File systems anonymised
15:50:27 32356 /example-url/ wpsc_get_auth_cookies: no auth cookies detected
15:50:27 32356 /example-url/ wpsc_is_caching_user_disabled: false
15:50:27 32356 /example-url/ wp_cache_get_cookies_values: return:
15:50:27 32356 /example-url/ supercache dir: /directory/wp-content/cache/supercache/example-url/
15:50:27 32356 /example-url/ No Super Cache file found for current URL: /directory/wp-content/cache/supercache/example-url/index-https.html
15:50:28 32356 /example-url/ wp_cache_get_cookies_values: return:
15:50:28 32356 /example-url/ In WP Cache Phase 2
15:50:28 32356 /example-url/ Setting up WordPress actions
15:50:28 32356 /example-url Created output buffer
15:50:28 32356 /example-url/ wp_cache_get_cookies_values: return:
15:50:28 32356 /example-url wpcache_do_rebuild: doing rebuild for /directory/wp-content/cache/supercache/example-url/
15:50:28 32356 /example-url/ wpcache_do_rebuild: exiting as directory is not a directory: /directory/wp-content/cache/supercache/example-url/
15:50:28 32356 /example-url/ wpsc_is_caching_user_disabled: false
15:50:28 32356 /example-url/ Output buffer callback
15:50:28 32356 /example-url/ Buffer is blank. Output buffer may have been corrupted by another plugin or this is a redirected URL. Look for text 'ob_start' in the files of your plugins directory.
15:50:28 32356 /example-url/ https://fibrojedi.me.uk/example-url/ - Page not cached by WP Super Cache. Blank Page. Check output buffer usage by plugins.
15:50:28 32356 /example-url/ No closing html tag. Not caching.
15:50:28 32356 /example-url/ https://fibrojedi.me.uk/example-url/ - Page not cached by WP Super Cache. No closing HTML tag. Check your theme.
15:50:28 32356 /example-url/ wp_cache_maybe_dynamic: returned $buffer
15:50:28 32356 /example-urlt/ wp_cache_shutdown_callback: No cache file created. Returning.
Cloud Flare
Yes I’m using Cloudflare but I have also
- Put it in development mode
- Purged their cache, paused caching
- Turned off ‘always on’ just in case
- Disabled HTML minification
Currently…
I’m downloading my entire WordPress Site (I couldn’t get the whole plugins folder to download by FTP) to attempt to do this bit
Look for text 'ob_start' in the files of your plugins directory.
Other Info
- 0 pages cached
- Preload just yields error after error for every page as above
- I had to access the debug log by downloading the file because the username/password bit didn’t work
Anything else you need to know or anything here I’ve not tried? Thanks!
– FJ