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
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | flickrsync-DRUPAL-6--1-409774-support_for_imagefield_rc1-1.patch | 645 bytes | deciphered |
Comments
Comment #1
decipheredI can confirm this issue.
Attached is a very simple patch to fix it; the fix is one line.
Comment #2
hanamizuki commentedI think it should be 'filefield', not 'imagefield'
Comment #3
gclicon commentedI have tested and committed the patch in #409774-1: Error: The node type selected doesn't have any image fields.... Thank you.