Closed (fixed)
Project:
Comment CCK
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jul 2008 at 02:03 UTC
Updated:
22 Sep 2008 at 21:42 UTC
Jump to comment: Most recent file
Comments
Comment #1
gerhard killesreiter commentedPresumably fixed by http://drupal.org/node/281587, reopen if problem still occurs.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #3
agentrickardApparently, the problem is actually that if a user posts a comment but cannot alter CCK fields, then the CCK fields are accidentally erased, which causes the empty foreach().
Researching.
Comment #4
agentrickardHm. Commenting without being able to edit CCK fields causes bad errors.
Comment #5
agentrickardComment #6
agentrickardThe problem occurs during hook_comment, when the module assumes that all users can edit cck through comments, which is not always true.
Patch also removes a redundant node_load() during the array_merge on the 'insert' $op.
Comment #7
gerhard killesreiter commentedComitted
Comment #8
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.