I ask this question with the understanding all the dev takes peoples time and hard work. Just wondering as I am working a project that requires this essential module.... Any news on when there might be a release candidate that will work with new views 2 API?

Comments

samirnassar’s picture

Status: Active » Postponed (maintainer needs more info)

I am running:
CCK 6.x-2.0-rc7
FileField 6.x-3.x
ImageField 6.x-3.0-alpha2
ImageAPI 6.x-1.0
ImageCache 6.x-1.0-alpha2

And everything seems to be working just fine. What specifically is not working?

jeffrey.dalton’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

You know I didnt try the dev releases... that did the trick.. I am wondering if it was the dev version of filefield? The symptom was the image fields were not showing up as options in the views creation for fields... thanks for the tip!

theactiveme’s picture

I just updated to views-6.x-2.0-rc4 and now I get

Fatal error: Call to undefined function: filefield_field_settings() in /home/theac11/public_html/modules/imagefield/imagefield.module on line 134

I reverted back to previous views release that worked, but now still get the same error.

*update

for some reason updating views messed with my server's php5 settings. seems to be working now

darrenmothersele’s picture

darrenmothersele’s picture

To fix this error "Call to undefined function: filefield_field_settings() " upgrade PHP version.

Check your modules list /admin/build/modules as FileField will report the following if you're using the wrong PHP version:

This module requires PHP version 5.2.* and is incompatible with PHP version 5.1.6.