Closed (won't fix)
Project:
OG Mailinglist
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
29 Mar 2011 at 21:35 UTC
Updated:
24 Mar 2015 at 20:55 UTC
Jump to comment: Most recent
Comments
Comment #1
kyle_mathews commentedYum, chips with vinegar!
I'm not sure why OA would be doing that -- are the nodes / comments actually anonymous in the db?
Comment #2
forestmars commentedThe UID is correct in the node table however node_revisions shows the UID for each of the posts as 0.
Thus, the published nodes have the correct author, but since the UID is 0 in node_revisions for all nodes created by og_mailinglist, the recent activity view in OA lists them all as created by anonymous.
What needs to be done for og_mailinglist to set the UID correctly in node_revisions?
Comment #3
kyle_mathews commentedSo weird... this is a bug. I'd never noticed this problem before. I'll look into it later hopefully. Thanks for pointing it out.
Comment #4
forestmars commentedTook a cursory look for the problem here and didn't see it.
Anything I can do to move this issue forward, or any hints on where in the code the problem is?
Comment #5
clemens.tolboomSubscribe and adding the development list responses
[Stock Response - Relates to issue ]
This relates to #355421: node_save($node) don't save uid
[Stock Response - Depends on ]
This issue depends on #398110: node_submit resets $node->uid for it's completion.
Comment #6
clemens.tolboomIn my http://drupal.org/project/node_factory module I set some default values.
See http://drupalcode.org/project/node_factory.git/blob_plain/refs/heads/mas...
Maybe that solves it.
Comment #7
ghostyzx commentedI'm having the same problem, does anyone have a fix?
My workaround for now is an ugly patch in the function node_save from modules/node/node.module
Comment #8
mahfiaz commentedPhpMyAdmin shows that nothing like this happens with D7.
Comment #9
mahfiaz commentedI think keeping this bug open serves no greater cause. Let's face the reality.