Paginated comments cache not purging when comment is posted #336
Comments
Confirmed also. This appears to be caused by an invalid regex pattern in QC and QCP. The following pattern, which occurs in several places within the codebase...
Should be...
QC currently expects the permalink structure to be: I will open a pull request shortly to correct this issue. |
… paginated comments are picked up properly in all cases. See: #336
… paginated comments are picked up properly in all cases. See: wpsharks/comet-cache#336
Testing the changes that I just submitted. I will report back shortly. |
I can confirm this issue is fixed by the pull requests I submitted above. |
@jaswsinc Thank you. Since the fix for this bug was obvious, I'm going to go ahead and pull this into the current Release Candidate branch ( |
@bridgeport This has been fixed and the next release will include this bug fix. Thank you again for reporting this! :) |
Closed by PRs #338 and wpsharks/comet-cache-pro#86. |
Next release changelog:
|
@bridgeport writes (in #335)...
I have confirmed this bug in both v140829 and v140925 (Release Candidate).
@jaswsinc This was supposed to have been fixed in #75 after your work on the branched cache structure. If you have any insight into what might be going on here, that would be helpful. :)
Steps to reproduce this bug
%postname%/comment-page-1.html
,%postname%/comment-page-2.html
, etc.)%postname%/*
).Instead, what happens is only the cache file for the post itself gets purged--none of the paginated comment page cache files are purged.
The text was updated successfully, but these errors were encountered: