I am using the evernote module and apart from some strange things while installing, it works correct now.
So using (Elysia) cron my latest notes with a special tag are transferred into drupal nodes.
But when I have an image in a note this doesn't work! A node is created without the image, and I get an error: Could not save file with field_file_save_file() (Type MM CCK). However the image is placed in my Drupal file directory (in my case: htdocs\sites\my.site.nl\files\evernote).
Do I need a special content type or special settings?
Any help will be appreciated,
regards Bas
By the way: Every time cron runs (daily in my case) an empty node is created, with the correct title but no image.. (so for cron/the module it is a new note every day because it is not correctly saved ?)