Hello,

When attempting to upload photos to a gallery, I receive the message "No photos have been added to this gallery". In checking the Issues, I found this from 2009: http://drupal.org/node/581906 and tried deleting the view argument and recreating it and am still having the same problem.

I checked my logs and see this php error:

Unknown column 'node_data_field_gallery_image.field_gallery_image_fid' in 'field list' query: SELECT node.nid AS nid, node_data_field_gallery_image.field_gallery_image_fid AS node_data_field_gallery_image_field_gallery_image_fid, node_data_field_gallery_image.field_gallery_image_list AS node_data_field_gallery_image_field_gallery_image_list, node_data_field_gallery_image.field_gallery_image_data AS node_data_field_gallery_image_field_gallery_image_data, node.type AS node_type, node.vid AS node_vid, node.title AS node_title, node.created AS node_created FROM node node LEFT JOIN content_type_gallery_image node_data_field_gallery ON node.vid = node_data_field_gallery.vid INNER JOIN node node_node_data_field_gallery ON node_data_field_gallery.field_gallery_nid = node_node_data_field_gallery.nid LEFT JOIN content_type_gallery_image node_data_field_gallery_image ON node.vid = node_data_field_gallery_image.vid WHERE node.status <> 0 OR (node.uid = 3 AND 3 <> 0) OR 1 = 1 ORDER BY node_created DESC LIMIT 0, 6 in /home/gingerfe/public_html/pro/hfh/sites/all/modules/views/includes/view.inc on line 771.

I'm unsure how to rectify the problem. I've uninstalled and installed this module and all related modules three times and can't get it to work.

Any help would be greatly appreciated.
Madelynn

Comments

karens’s picture

Status: Active » Fixed

Try moving to the 6.2 version. Lots more work has been done there. If you still see bugs there, please report them against that version.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.