n8henrie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 301 infinite redirect loop error on SOME postsLooks like 4.4.1 is set for release tomorrow: https://make.wordpress.org/core/2016/01/05/4-4-1-release-candidate/
Forum: Fixing WordPress
In reply to: 301 infinite redirect loop error on SOME postsLooks like a fix is getting added to 4.4.1: https://core.trac.wordpress.org/ticket/35031
In the meantime, this simple patch seems to have fixed my issue:
https://core.trac.wordpress.org/changeset/36128/trunk/src/wp-includes/query.php
Forum: Fixing WordPress
In reply to: 301 infinite redirect loop error on SOME postsI’m also suddenly having 301 redirect loop on a post with no changes to my site in the last few months. Most other posts I’ve tested are fine, and I’ve made no changes to this page in quite a while. I’m having the issue in multiple browsers, with cookies disabled, and with
curl -L -vvv. After clearing / resetting caches, I have also tried disabling all plugins (include cache) and temporarily disabling my.htaccessfiles without resolution.I suspect there may be more posts with issues, as I had another odd problem a few weeks ago where I was unable to “preview post” for a specific post I was writing unless I appended something to the preview url (while other posts could be previewed without issue).
My redirect post: http://n8henrie.com/2012/07/scheduling-ios-apps/
That’s the “pretty” url for: http://n8henrie.com/?p=9As you can see, I use a year / month / post permalink structure and have tried resetting my permalink setting (by changing it and changing it back) without trouble.
I checked the database, which reported no problems, and had no improvement when I repaired anyways. I manually examined the database and the post looks fine as far as I can tell.
I changed
wp-config.phpto660reinstalled wordpress with no improvement.Relieved to see that I’m not the only one suddenly having an issue.