I found that the associated row in node-access table is no more present.
How it can be possible : core bug or module bug ? How to correct it?

It's reproductible on my web site on the page : http://www.c3ed.uvsq.fr/c3ed2007/?q=fr/node/176

Comments

drumm’s picture

Status: Active » Postponed (maintainer needs more info)

Which associated row is no longer present? What module are you using? This is probably an issue with that module.

FranckL’s picture

When a page is created:
- a row is created in node table
- and a row is created in node-access table
with the same nid.
When we updated a page, the row in node-access is no longer present and the system don't want to print it.
Is that clear?
All the uncessary module was deleted but it's quite sure that the problem come from one of them
because our other websites on the same core work perfectly.

FranckL’s picture

On DrupalFR, someone give me this solution wich works fine:

INSERT INTO `node_access` VALUES (0, 0, 'all', 1, 0, 0);

But, is there any dangerous issues to do this?

mile23’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

I'm guess this worked itself out since 2007. :-)

Also: Drupal 5 is unsupported.