Forum Replies Created

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

    (@fredaria)

    Hi Donncha,

    Thank you for looking into this issue.

    I have some debug logs that could help. Could you please take a look? In both situations, caching was on.

    So, when the user posts a comment and gets redirected, I get these logs

    23:11:26 458 /wp-comments-post.php wpsc_get_auth_cookies: no auth cookies detected
    23:11:26 458 /wp-comments-post.php wpsc_is_caching_user_disabled: false
    23:11:26 458 /wp-comments-post.php Supercache Late Init: add wp_cache_serve_cache_file to init
    23:11:26 458 /wp-comments-post.php Supercache Late Loader running on init
    23:11:26 458 /wp-comments-post.php wp_cache_get_cookies_values: return:
    23:11:27 458 /wp-comments-post.php supercache dir: ABSPATH/wp-content/cache/supercache/xyz-xyz-xyz.pantheonsite.io/
    23:11:27 458 /wp-comments-post.php wp_cache_get_cookies_values: return:
    23:11:27 458 /wp-comments-post.php Fetched static page data from supercache file using PHP. File: ABSPATH/wp-content/cache/supercache/xyz-xyz-xyz.pantheonsite.io/index-https.html

    When the user can post a comment and not get redirected, I get these logs:

    23:24:32 458 /wp-comments-post.php wpsc_get_auth_cookies: no auth cookies detected
    23:24:32 458 /wp-comments-post.php wpsc_is_caching_user_disabled: false
    23:24:32 458 /wp-comments-post.php Supercache Late Init: add wp_cache_serve_cache_file to init
    23:24:33 458 /wp-comments-post.php Supercache Late Loader running on init
    23:24:33 458 /wp-comments-post.php wp_cache_get_cookies_values: return:
    23:24:33 458 /wp-comments-post.php supercache dir: ABSPATH/wp-content/cache/supercache/xyz-xyz-xyz.pantheonsite.io/
    23:24:33 458 /wp-comments-post.php No Super Cache file found for current URL: ABSPATH/wp-content/cache/supercache/xyz-xyz-xyz.pantheonsite.io/index-https.html
    23:24:33 458 /wp-comments-post.php In WP Cache Phase 2
    23:24:33 458 /wp-comments-post.php Setting up WordPress actions
    23:24:33 458 /wp-comments-post.php Created output buffer
    23:24:35 458 /wp-comments-post.php Moderated comment. Don't delete supercache file until comment approved.
    23:24:35 458 /wp-comments-post.php Post 154160 changed. Update cache.
    23:24:35 458 /wp-comments-post.php wp_cache_post_change: comment detected and it's moderated or spam. Not deleting cached files.
    23:24:35 458 /wp-comments-post.php Not caching POST request.
    23:24:35 458 /wp-comments-post.php wp_cache_maybe_dynamic: returned $buffer
Viewing 1 replies (of 1 total)