Active
Project:
Flexinode
Version:
4.7.x-1.x-dev
Component:
Field type: contributions
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Dec 2006 at 22:44 UTC
Updated:
15 Dec 2006 at 23:25 UTC
when i assign an image gallery field
i can't see nothing about uploading an image, and when i submit the content i get the following error.
i dont have table image, and i don't see any refference to it.
user warning: Table 'recaresa.image' doesn't exist query: SELECT COUNT(*) FROM node n, term_node t, image i WHERE n.nid = t.nid AND n.nid = i.nid AND t.tid = '0' AND i.personal = 0 AND n.moderate = 0 AND n.status = 1 in /var/www/vhosts/recaresa.com/httpdocs/includes/database.mysql.inc on line 121.
user warning: You have an error in your SQL syntax near 'LIMIT 0, 15' at line 1 query: SELECT n.nid, n.title, n.teaser, n.body, i.thumb_path FROM node n, term_node t, image i WHERE n.nid = t.nid AND n.nid = i.nid AND t.tid = '0' AND i.personal = 0 AND n.moderate = 0 AND n.status = 1 ORDER BY LIMIT 0, 15 in /var/www/vhosts/recaresa.com/httpdocs/includes/database.mysql.inc on line 121.
Comments
Comment #1
Bèr Kessels commentedImage gallery fields are not for uplaoding, please read the README on how to use them.
Also, please confirm you are using the correct field file: $Id: field_imagegal.inc,v 1.3 2005/03/26 23:02:13 ustas Exp $