i'm trying to create a simple View-page. In 'Fields' i selected the content of my img-field (made by cck).
this gives an error: handler for node_data_field_img> field_img_fid doesn't exist!
(i am working with IIS!)
any ideas where to start looking?
thanks, berth
Comments
Comment #1
merlinofchaos commentedMoving to CCK as per submission guidelines.
Comment #2
markus_petrux commentedThis is an ImageField, and looking at that queue, it seems this is not the first time it happens to someone.
Please, see if this issue can help: #453008: Error: handler for node_data_field_image > field_image_fid doesn't exist!
Also, make sure you're using latest stable versions of all involved modules, specially Views, CCK, ImageField and FileField.
If not, please file a separate issue to the FileField queue. That's the module that implements the field the ImageField module is based on.
Comment #3
markus_petrux commented