Closed (duplicate)
Project:
Drupal core
Version:
4.6.5
Component:
blog.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jan 2006 at 17:31 UTC
Updated:
10 Mar 2006 at 12:36 UTC
If a user is deleted from the system, their blog node(s) remain in the node table. Now, this itself isn't an issue, but, if one attempts to view all the blogs at once, the page will attempt to populate based on the blog table. Since it cannot match up the uid in the tuples associated w/ the deleted user, it will display n/a on the "view all blogs" page rather than nothing.
My assumption for a solution is one of two things:
1) Either remove nodes in the node table when a user is deleted, or
2) Filter the nodes to display based on users in the user table, so that nodes w/ no valid user match will not display.
Comments
Comment #1
jose reyero commentedDuplicate of http://drupal.org/node/23929
Please, see http://drupal.org/node/53348