Closed (duplicate)
Project:
Feeds
Version:
7.x-2.0-alpha4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2011 at 17:45 UTC
Updated:
18 Oct 2013 at 21:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
rpruitt625 commentedp.s. - I am running Feeds and Feeds News (7.x-2.0-alpha3).
The above error occurs when I configure the Feeds Importer to attach to content type 'Feed Item'. I do not get the error if I choose standalone form.
Comment #2
goby commentedHi. I have almost same error:
I have this error message each time that I try to import news from RSS-chanel into my Feed item. Have any idea?
Comment #3
paulgemini commentedI had this error when I ran devel (latest dev version) and tried to create dummy content:
Upgraded to Feeds 7.x-2.x-dev. Didn't help.
Comment #4
elly commentedI have the same issue and no idea how to debug. This import was working okay, but after a few tries with the same file, it started doing this - a 500 internal server error on the ajax request, then this in the php logs:
PHP Fatal error: Unsupported operand types in /var/www/drupal7.eff.org/docs/sites/all/modules/feeds/includes/FeedsConfigurable.inc on line 150
Comment #5
dave reidThis is a duplicate of #625196: Fatal errors (Unsupported operand types) and warnings (Argument is not an array) in FeedsConfigurable.
Comment #6
paulgemini commentedHey Dave -
Just to double check - I'm getting the AJAX error, but not the operand types error:
Is that still duplicate of the issue you've linked to?
Comment #7
elly commentedhey paulgemini,
You could get that ajax 500 error whilst importing for a number of different reasons - a 500 error is kind of a general "something broke!" from the server. Just by the by, I had a 500 error happen yesterday during an import and it was because I had accidentally clicked "add" on the mapping form for a node processor in the feed configuration and thus had a totally invalid mapping of the default selections in the form in my configuration (like this: http://drupal.org/node/1029372). you might find some good info in your site's php log or drupal logs on what exactly went wrong.
Comment #8
paulgemini commentedDarn! Wish that was my problem. Just checked and it was not so. It feels like a memory problem or timeout because I can import about 800 nodes before it times out. But I've set max execution time to 240 and my php memory is set to a pretty high number, so I don't think that's it. Anyway - I guess I'll start an issue up if I can't figure it out.
Comment #9
dyonysosd commentedI have the same problem, when i try to import CSV files.
An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: /batch?id=4&op=do StatusText: Internal Server Error ResponseText:
Error.log :
PHP Fatal error: Cannot access empty property in /home/dev/workspace/D7/sites/all/modules/contrib/feeds/plugins/FeedsProcessor.inc on line 504, referer: http://test-ws.integ/batch?op=start&id=4
Comment #10
John Bryan commentedIf you are not using taxonomy with Feed items then this comment is not relevant.
If you are trying to have RSS or XML (etc.) "Feed Item" nodes inherit a taxonomy term from the parent "Feed" importer node and seeing "An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows." :-
Multiple Feed project issues have been created for this, or with similar message but the relvant one appears to be:-
"taxonomy_node_get_terms doesn't work with drupal 7"
http://drupal.org/node/959984
Comment #12
seemas commentedhe to all,
this can be kind off topic but:
I had the same error (Internal Server Error 500) while trying to run any batch process. Make shure you do not use BIRTHDAYS module because it is still not stable http://drupal.org/project/birthdays (7.x-1.0-beta1)
Everything started to work normally when removed that module. Error log line that stops batch process with PHP FATAL ERROR:
Call to undefined method Birthday::isLeapYear() in birthdays.module on line 614
Anyway - to make it topic: check your error_log file.
Comment #13
Strompf commentedSame problem here. Using the latest dev version of Feeds didn't help. I'm using:
Some details (in Dutch).
Comment #14
Road Kill commentedUpdating to the Birthdays 7.x-1.x-dev version fixed the problem for me.
Comment #15
Chris Charlton@Road Kill - are you saying updating a Feeds addon fixed your issue or did you post in the wrong issue queue?