Closed (fixed)
Project:
Feeds Image Grabber
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Oct 2011 at 16:06 UTC
Updated:
15 Nov 2012 at 10:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
Yorgg commentedsubscribing
Comment #2
OldAccount commentedI got rid of the Notice by changing line 100 of feeds_imagegrabber.module:
Old
if ($node->feeds_imagegrabber['enabled']) {New
if (isset($node->feeds_imagegrabber['enabled'])) {But my images still aren't importing. :(
Comment #3
rooby commentedHere is a patch to fix the error message.
If your imports are not working it is a separate issue.
Try some of the patches in other issues in the issue queue and also try clearing your drupal cache.
Comment #4
rooby commentedThis has been committed.
http://drupalcode.org/project/feeds_imagegrabber.git/commit/5ccaada