Closed (fixed)
Project:
Front Page
Version:
5.x-1.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
21 Jul 2008 at 03:24 UTC
Updated:
21 Jul 2008 at 13:36 UTC
I have both anonymous and authenticated users redirected, each to their own page. Anonymous to 'front_public' and authenticated to 'front_users' and actually a couple of other roles also go to the 'front_users' page.
An Anonymous user sees the front_users page which is specified for authenticated users.
Comments
Comment #1
Phillip Mc commentedtry removing the redirect for anon users and copy the content of front_public into the textarea for anon users in the front_page module settings page.
Comment #2
Capnj commentedI wound up flushing the cache table (cache_page) using phpMyAdmin and that took care of it. I had flushed the browser cache and that did not do it.
gil
Comment #3
Phillip Mc commentedisn't it very frustrating when cache throws up stuff like that?
I notice there is a new module called something like "cache exclude". though it worth mentioning in case it's a more ongoing issueor if other pages are being affected as well.