I have a 4.7 site that all of a sudden is not showing nodes on the front page to anonymous users, EVEN THOUGH permissions are set properly in admin/access AND the database looks fine (I use PHPAdmin).
Logging in users can see the content. It's ROLE #1 (anonymous) that can't see the nodes EVENTHOUGH, and I repeat, the permissions are set correctly.
ACK!
/ liza
Logging in users can see the content. It's ROLE #1 (anonymous) that can't see the nodes EVENTHOUGH, and I repeat, the permissions are set
I've seen this before - it tends to mean your node_access table has gotten corrupted. There should be a single entry (at least) in there for user 0 (the anonymous user). If there's nothing in there, then that's your problem. How much control do you have over your database? Can you get access to it to manually run commands?
Yes I have total access to the DB.
I am assuming this is what's supposed to be in that row :
INSERT INTO `node_access` VALUES (0, 0, 'all', 1, 0, 0);
correct?
If so, yes, that's ok in the node_access table.
Any other clues?
BTW, if you go to http://dailygotham.com
you'll see what i mean.
I also checked the PHPtemplate and nothing looks unusual.
/ liza
On 27.Feb.2008, at 09:38 PM, Morbus Iff wrote:
Logging in users can see the content. It's ROLE #1 (anonymous) that can't see the nodes EVENTHOUGH, and I repeat, the permissions are set
I've seen this before - it tends to mean your node_access table has gotten corrupted. There should be a single entry (at least) in there for user 0 (the anonymous user). If there's nothing in there, then that's your problem. How much control do you have over your database? Can you get access to it to manually run commands?
-- Morbus Iff ( flee at once -- all is discovered ) Technical: http://www.oreillynet.com/pub/au/779 Enjoy: http://www.disobey.com/ and http://www.videounderbelly.com/ aim: akaMorbus / skype: morbusiff / icq: 2927491 / jabber.org: morbus -- [ Drupal support list | http://lists.drupal.org/ ]
Any other clues?
I'm seeing "2" and "3" for the representation of "content". Any changes to input filters for anonymous users lately?
On 27.Feb.2008, at 10:13 PM, Morbus Iff wrote:
Any other clues?
I'm seeing "2" and "3" for the representation of "content".
and a 3? huh.
Any changes to input filters for anonymous users lately?
Nothing's changed. The default is "Limited HTML"
This is killing me ... argh!
/ liza
-- Morbus Iff ( relax have a happy meal ) Technical: http://www.oreillynet.com/pub/au/779 Enjoy: http://www.disobey.com/ and http://www.videounderbelly.com/ aim: akaMorbus / skype: morbusiff / icq: 2927491 / jabber.org: morbus -- [ Drupal support list | http://lists.drupal.org/ ]
ok, now this is freaky ... can you believe the content reappeared, just like that.
and no, outside of repairing an unrelated table about i hr ago, i haven't done anything significant.
:P
/ liza
On 27.Feb.2008, at 10:13 PM, Morbus Iff wrote:
Any other clues?
I'm seeing "2" and "3" for the representation of "content". Any changes to input filters for anonymous users lately?
-- Morbus Iff ( relax have a happy meal ) Technical: http://www.oreillynet.com/pub/au/779 Enjoy: http://www.disobey.com/ and http://www.videounderbelly.com/ aim: akaMorbus / skype: morbusiff / icq: 2927491 / jabber.org: morbus -- [ Drupal support list | http://lists.drupal.org/ ]