Closed (fixed)
Project:
Feeds
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jul 2013 at 00:45 UTC
Updated:
24 Dec 2014 at 00:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
osopolarThe patch to fix this.
Comment #2
osopolarSee also: #2053837: PDOException when remote file does not exists (404).
Comment #2.0
osopolaradd function name FeedsEnclosure::getFile()
Comment #3
twistor commentedThanks!
http://drupalcode.org/project/feeds.git/commit/921311c
Comment #5
ufku commentedThis is still an issue when getContent() method throws an exception. Moreover, file_save_data() can return FALSE which passes isset() check.
The patch initiates the $file as NULL and reverts the change by #1.
Comment #6
vinmassaro commentedRunning the latest dev release, I was seeing this notice. The patch in #5 fixes the notice for me. Thanks!
Comment #8
twistor commented