Grabbing images seems to work.

However I'm getting this error message when I refresh my feed:
Strict warning: Creating default object from empty value in _feedapi_node_save() (line 365 of /shared/html/sites/all/modules/feedapi/feedapi_node/feedapi_node.module).

I can't tell if this is an issue with Feedapi or with this module. (I'm guessing the latter but, hey, who knows?)

  • cck: 6.x-3.0-alpha3
  • imagefield: 6.x-3.10
  • filefield: 6.x-3.10
  • Linux mybox 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
  • drwxrwxrwt 2 root root 4.0K Aug 1 18:43 tmp
  • I'm going to neglect to include my imagefield config simply because I don't think it applies and I'm not 100% sure what you'd need here.
  • ImageGrabber is enabled and I'm putting the image from the feed into the first cck image field ($options[1], I think). (And, as I mentioned above, it works). "None, search the whole web-page for the image" is selected. There is no ID or CLASS put into the textfield. Finally, "No, Select the largest image between the tag" is selected.

Seems to me that this module has been abandoned, no?

Are you looking for a maintainer?

Comments

mikeytown2’s picture

Version: 6.x-1.9 » 6.x-1.x-dev
Component: Miscellaneous » Code
Status: Active » Needs review
StatusFileSize
new686 bytes

Patch to fix this issue
Strict warning: Creating default object from empty value in _feedapi_node_save() (line 364 of sites/all/modules/feedapi/feedapi_node/feedapi_node.module).

mikeytown2’s picture

Project: FeedAPI ImageGrabber » FeedAPI
Component: Code » Code feedapi_node

Moving this to the right project

ken_y’s picture

Reviewed the patch and it addresses this problem correctly.

mikeytown2’s picture

Status: Needs review » Reviewed & tested by the community