I get the following error when I try to configure the Flickr sync even though I do have an imagefield configured for my content type:

The node type selected doesn't have any image fields. Please select a different node type, or add an image field to this node type.

Using Imagefield 6.x-3.0-beta3

Comments

deciphered’s picture

Status: Active » Needs review
StatusFileSize
new645 bytes

I can confirm this issue.

Attached is a very simple patch to fix it; the fix is one line.

hanamizuki’s picture

I think it should be 'filefield', not 'imagefield'

gclicon’s picture

Status: Needs review » Closed (fixed)

I have tested and committed the patch in #409774-1: Error: The node type selected doesn't have any image fields.... Thank you.