Active
Project:
Flickr Sync
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Jan 2013 at 19:43 UTC
Updated:
14 Mar 2013 at 04:03 UTC
I'm using FlickerAPI 7.x-1.1 and FlickrSync 7.x-1.0-beta2+3-dev
I have setup a content type to include the title, default body field, and an image field. Upon running the import, images transfer fine but nothing is being imported into the body field.
Would appreciate any help.
Thanks,
Kirk
Comments
Comment #1
cybercampbell commentedHi
I had the same issue.
Fixed it with this...
In
flickrsync.module(line 540), replace this:With this:
Also, you can fix the
Strict warning: Only variables should be passed by reference in flickrsync_import_start_page()error.In
flickrsync.import.inc(line 128), replace this:With This:
Sorry I don't have more time to give more detail on the why but hope it helps.