Closed (won't fix)
Project:
Drupal core
Version:
5.1
Component:
node system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jul 2007 at 09:27 UTC
Updated:
16 Apr 2011 at 03:12 UTC
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
Comment #1
drummWhich associated row is no longer present? What module are you using? This is probably an issue with that module.
Comment #2
FranckL commentedWhen 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.
Comment #3
FranckL commentedOn 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?
Comment #4
mile23I'm guess this worked itself out since 2007. :-)
Also: Drupal 5 is unsupported.