BUG: Field defaults to “/” when left empty and saving. Causes redirect loop
-
Hi,
Just updated to 1.7.0 and it introduced a bug. Client updated some posts after we updated to 1.7.0 and the custom permalink field would default to a “/” upon saving. This ended up causing a redirect loop on the homepage. Removing the slash and re-saving does not fix the problem. I had to revert to 1.6.2 and search the postmeta table for
custom_permalink = /
. After finding the posts that had those, I simply edited the post as normal and removed the “/” and resaved. Tada.You can probably just delete the row from the database instead, but I wanted to make sure that the problem was indeed resolved and wouldn’t come right back.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘BUG: Field defaults to “/” when left empty and saving. Causes redirect loop’ is closed to new replies.