By enthusaroo on
Hey everyone,
I have had a problem for weeks where new nodes created do not show up to the front page on the more for anonymous users. However, once I log in, then I'm able to see the newest nodes aggregated to the front page. The last node listed first on the front page for anonymous users is from more than a month ago. What can I do to fix this problem? Is there any simple way to clear our the cache to start anew? I once had the page and CSS caches enabled, but now I have them disabled, but the issue still exists.
Any ideas?
Comments
Published?
Admin will see the collection of published and unpublished nodes
Anon will see only the published ones.
:-}
.dan.
How to troubleshoot Drupal | http://www.coders.co.nz/
.dan. is the New Zealand Drupal Developer working on Government Web Standards
Hey Dan, Cheers for your
Hey Dan,
Cheers for your comment.
I was hoping that it would be a simple solution like you offered. I checked to see whether or not the nodes are published or unpublished. Unfortunately, it says that the nodes are already published.
Therefore, I think it's a problem from when I had Drupal's page cache feature turned on perhaps? Is there any way to clear that out? I'm on the road right now, so it's hard doing this stuff while traveling, but it's really an issue that I need to try to fix. I'm just not sure how.
Sharing Is Caring! Share your Love Across Borders
Another obvious one,
which you probably already checked, but are the new nodes promoted to frontpage?
To clear the cache, maybe you could put the function cache_clear_all() somewhere, for example in a custom module. But not sure if that would help any.
>>which you probably already
>>which you probably already checked, but are the new nodes promoted to frontpage?
Yes, they are. :( I checked all those new nodes and all are checked to be promoted to front page.
They DO show up on the front page when I'm logged into my account, but anonymous users can not see any of the new nodes from the last month...
Sharing Is Caring! Share your Love Across Borders
access rights
did you check the access rights to see if unauthorized (not logged in) users have access to view this content type?
node_access
I have the same issue, and what I have found is something is missing in node_access table: there are no records for my "missing" nodes. These are in node table OK, all the nodes are published&promoted there.
Any tips what to check?
Doka
Doka