I just realized that when a user is not signed in, the initial instructions that post on the front page of a new drupal site are still present at the end of the postings on my frontpage. They are the initial instructions (how to create the first user, etc.). Once logged, the instructions disappear, but once logged out, they appear again. This must be from my upgrade to 4.5.2 as I've never seen this before. Does anyone have any ideas? If you want to see for yourself, go to http://www.poppycocknews.com and scroll to the very bottom and go to the second page.

Thanks,

Jeremy

Comments

micha_1977’s picture

its a caching problem of your browser or meta data in drupal, depends on the point of view, just hit the refresh button

-micha

J Shizzle@poppycocknews.com’s picture

The issue is not a cacheing problem with my button. I cleared out the history and cookies and it still exists. I also tried different browsers on different machines.

sepeck’s picture

File a bug report. I am going to assume that you follow the instructions and removed the Drupal 4.5 files before you added the 4.6 file? Also, you may want to pull down a fresh cvs version before you do as the packages are rebuilt every 12 hours to include any committed new fixes.

-sp
---------
Test site...always start with a test site.
Drupal Best Practices Guide

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

jbrauer’s picture

And found it was related to the node_privacy_byrole module. After installing the 4.5 module all is well. Note that any posts posted while the module was uninstalled will have to have the view permissions set for those posts before they will show up to anonymous users.

http://addingunderstanding.brauerranch.com/node/771

--

jbrauer’s picture

It turns out node_privacy_byrole denies access to all nodes that aren't specifically allowed in 4.6. So it took installing the module so you can disable it (the module takes two steps to disable, first using it's settings page and then disabling the module). After that and "unpublishing" the modules I didn't want visible all is relatively well.... just can't get search to run, even with just 10 items per cron run it's segment faulting....

--

chennai-1’s picture

If so, how did you do it? I have the same silly problem.

J Shizzle@poppycocknews.com’s picture

No, I just have to leave at least 11 postings so there is 2 pages of postings, then for some reason it disappears. This was with 4.5.x, and I haven't had the same problem on 4.6.x sites.