Forum
Must Log Out for Tags to Become Effective?
I'm using the <?php perch_member_add_tag(' '); ?> to unlock content within the Members App, but the user has to logout then log back in for the tag to become active. Any way to automatically let tags give immediate access without logging out? Thanks!
That shouldn't be the case, but I'll check what it's doing.
Can you post your diagnostics?
Thanks Drew
Hi Jeremy
could you start a new thread with your own diagnostics report please? It may or may not be the same root issue but either way it is easier to help people in their own threads without us all getting confused.
Thanks!
Hi, I was wondering what the current status of this forum post is? Thanks!
Hi Greg - I missed your follow up because of Jeremy's update to the thread. I'll get this back on my list this week.
Can you confirm that
perch_member_add_tag()
is being called before any headers are sent?That was my problem, thanks Drew.