Closed (fixed)
Project:
Image
Version:
6.x-1.x-dev
Component:
gd toolkit
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Sep 2004 at 16:44 UTC
Updated:
14 Jul 2005 at 10:22 UTC
I am getting failure during the preview stage of adding an image (as a node). (IE I found a file I wish to upload via the image field, filled in the other fields and then hit the preview button)
I am getting an error like the following
SELECT image_list FROM image WHERE nid = ' '
which when I track it back to the query in image.module I find it appears to be inside this function
function _image_add_static($node, $res)
where
the $node->nid value is not set.
(this is used in the Select statement where clause above as the value for nid).
Not sure where to go now on this.
Comments
Comment #1
Bèr Kessels commentedClosing this, because we now have a new image module. PLease re-open if the problem still exits in this new module.