Just installed on my test site, activate the module, checked that the content type has the flickr attachment activated, but when I try to create a new one I have a wsod like this :
Fatal error: Call to undefined function flickr_photos_search() in /Applications/MAMP/htdocs/mysite/sites/all/modules/flickr_attach/flickr_attach.module on line 164
As a genral rule, module should have an officiale release the day they're released... you need a development phase so the community can test it.
Comments
Comment #1
aaronbaumanthe .info file fails to note dependencies on flickr.module and will be updated in a future release.
see the description on the project page:
http://drupal.org/project/flickr_attach
the install fails because you did not enable flickr.module.
for now, enable flickr.module and this module should work.
Comment #2
aaronbauman.info file has been updated in 1.x-dev and 1.3
this is my first contrib module - sorry about not following the -dev first, release second convention...
Comment #3
Anonymous (not verified) commentedAwesome, I'll test and get back to you.
Ah yes, this is your first contrib, sorry for being a bit dry, and thanks for taking the time to contribute :)