Closed (fixed)
Project:
Feeds
Version:
6.x-1.0-beta6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2010 at 13:10 UTC
Updated:
10 Oct 2010 at 01:10 UTC
I get this error after recent update :(
Warning: Call-time pass-by-reference has been deprecated in /home/cyberfan/htdocs/sites/all/modules/feeds/plugins/FeedsNodeProcessor.inc on line 230
Comments
Comment #1
AntiNSA commentedsorry about double post
Comment #2
AntiNSA commentedshould be mentioned I get this error at the same time:
Warning: Call-time pass-by-reference has been deprecated in /home/cyberfan/htdocs/sites/all/modules/feeds/includes/FeedsImporter.inc on line 275
Comment #3
alex_b commentedThank you for reporting!
Initially reported warning and warning reported in #2 fixed in CVS DRUPAL-6--1.
Please note: such _warnings_ aren't critical bugs.
From http://drupal.org/node/45111 :
**Critical** When a bug renders a system unusable [...]
Comment #4
AntiNSA commentedI got a whitescreen with the error, and I cant install required jobs module. if its fixed can you give me the link to the thread/patch?
Comment #5
AntiNSA commentedcURL error (28) Operation timed out after 15000 milliseconds with 0 bytes received for http://pipes
warning: Cannot modify header information - headers already sent by (output started at /home/cyberfan/htdocs/sites/all/modules/feeds/includes/FeedsImporter.inc:275) in /home/cyberfan/htdocs/includes/common.inc on line 148.
Comment #6
rbrownell@alex_b
I disagree in regards to critical... This warning would appear everywhere, to both the public and people who are signed in and administrators. Not very professional, and the release was deemed approprate for production sites. It was critical. Thanks for fixing so rapidly!
-R
Comment #7
alex_b commented#6: However, please don't open such issues as critical anymore.
Comment #8
rbrownell#7: Where was this fixed? I had the most recent version of Drupal Core, and this kept appearing with this update to Feeds.
Comment #9
alex_b commentedThis is the diff of the patch that fixed this issue:
http://drupalcode.org/viewvc/drupal/contributions/modules/feeds/includes...
Both beta 7 and beta 8 contain this fix.