Active
Project:
Node Comments
Version:
6.x-3.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2013 at 16:51 UTC
Updated:
10 Apr 2013 at 08:06 UTC
Hi,
in my case I have some problems with the function "nodecomment_nodeapi".
The case load is fired before the insert case is fired. This writes an error into watchdog, because the node isn't saved yet. What could be the reason for it?
Cheers KRav
Comments
Comment #1
Apfel007 commentedI reproduced this error:
"Node 913 is configured as comment, but the comment ..."
It seems that the image field in my comment causes this error. I deleted the field an the error was gone.
The problem seems to be in the case "load" - it is fired before node_comment_save is fired.