My status report:
Configuration file Protected
Cron maintenance tasks Last run 18 weeks 1 day ago
You can run cron manually.
Database schema Up to date
File system Writable (public download method)
GD library bundled (2.0.28 compatible)
MySQL database 4.0.27
PHP 4.4.2
Unicode library PHP Mbstring Extension
Web server Apache/1.3.36 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.2 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.27 OpenSSL/0.9.7a
Imagecache has written its subfolders and seems to be working, as is Lightbox2.
I've created a gallery view for image nodes but get the following error:
>>
user warning: Unknown column 'node_data_field_image.field_image_value' in 'field list' query: SELECT node.nid, node_data_field_image.field_image_value AS node_data_field_image_field_image_value, node_data_field_image.field_image_fid AS node_data_field_image_field_image_fid, node_data_field_image.field_image_title AS node_data_field_image_field_image_title, node_data_field_image.field_image_alt AS node_data_field_image_field_image_alt, node.title AS node_title, node.changed AS node_changed, node.nid AS node_nid FROM node node LEFT JOIN content_type_image node_data_field_image ON node.vid = node_data_field_image.vid WHERE (node.status = '1') AND (node.type IN ('image')) LIMIT 0, 10 in /home/lroca/public_html/drupal/includes/database.mysql.inc on line 172.
Do you have any clues what I have missed? - what does field_image_value relate to ? and why would it be missing?
thanks
Neil
Comments
Comment #1
dopry commentedlooks like and imagefield problem.. i bet it is resolved.
Comment #2
dopry commentedComment #3
buddaI'm getting this same error over a year later than the original post, and with the latest versions of the modules. So it cannot be fixed totally.
Drupal 5.x module versions:
imagecache 2.2
image api 1.2
imagefield 2.1
Running on PHP 5.2 & MySQL 5 server.
I'm stumped as to the problem.
Comment #4
drewish commentedthen get it in the right queue. and make sure you ran update.php
Comment #5
quicksketchThe original post date of this is June 19, 2007, the problem has most certainly been fixed since then. Please open a new issue rather than reopening this one if the problem still exists on the latest version of ImageField (2.6).