This module is not working in Drupal 6. The images can not be added from node/add. Just from node/edit after save which is very bad. Uploading doesn't work too. Is there an alternative to this module for uploading to Flickr, Picassa or other remote image hosting from Drupal?
Comments
Comment #1
nssdcg commentedI`m having the same trouble, while trying to upload images through Flickr Upload I get:
flickrup_upload_form_validate .. TODO, convert to D6
Array
(
[language] => es
[node_overview_filter] => Array
(
[0] => Array
(
[0] => type
[1] => gallery_assist
)
)
[messages] => Array
(
[status] => Array
(
[0] => flickrup_upload_form_validate .. TODO, convert to D6
)
)
)
Failed to upload the image file; the flickr directory doesn't exist or is not writable.
The sites/default/files/flickr directory permissions are set to 777, and it doesn´t help at all.
I have Drupal 6.22 and the following modules ativated:
Flickr 6.x-1.2
Flickr Block 6.x-1.2
Flickr Filter 6.x-1.2
Flickr Gallery 6.x-2.2
Flickr Sets 6.x-1.2
Flickr Tags 6.x-1.2
Flickr Upload 6.x-1.x-dev
FlickrAPI 6.x-1.1
Flickrfield Colorbox 6.x-1.x-dev
Flickrfield 6.x-1.2
Any ideas? I would apreciate any input to solve this matter.
Comment #2
gunosov commented