Hello,
I want to rip my hair out.
The company I work for has a series of videos used for training in our software. These are free, and the user must sign up in order to use them. We use the standard member sign up form, and login. The pages and lessons are hidden to those not logged in, there are no member groups or anything like that.
Everything was working fine last week, as this was not the first time we have run this course (it is only open for small periods of time). On Friday of last week, I added a custom field for the pages so that I can exclude them from an RSS template so they won’t be searchable.
This broke the login form.
Now it will get stuck in a loop and never let you get past the login page. I took the pages that are affected, and changed the custom field to No instead of Yes, hoping that would fix it. Wouldn’t you know it, it was fixed!
For a very short time. It broke again. I have no idea why this would affect logging in since the RSS is its own template, and it was just a simple custom field being used. On a whim, I decided to remove the line of code that searches for the custom field in the RSS template, and voila! It is working again.
I can only assume that it will break again at this point. So my question is why would this break it? And is there a way to have them play nicely with each other? There are several pages we don’t want searchable and that can’t be done right now apparently. On a side note the only other thing that was changed was I enabled gzip, but changing that around didn’t seem to do anything.
Any help is greatly appreciated.
Thanks!