I'm getting this Ajax error upon attempting a feed import -- "An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: /batch?render=overlay&id=15&op=do StatusText: Internal Server Error ResponseText:"

My log file shows this entry - "Unsupported operand types in /var/www/html/drupal/sites/vandenberghinsurance.com/modules/feeds/includes/FeedsConfigurable.inc on line 150, referer: http://vbergh.rama.pruitt.bz/batch?op=start&id=15&render=overlay"

Line 150 pf FeedsConfigurable.inc reads - " return $this->config + $defaults;"

Anybody got a clue as to why I'm erroring out?

CommentFileSizeAuthor
#13 1.png92.66 KBStrompf

Comments

rpruitt625’s picture

p.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.

goby’s picture

Hi. I have almost same error:

An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: /batch?id=69&op=do StatusText: Internal Server Error ResponseText:

I have this error message each time that I try to import news from RSS-chanel into my Feed item. Have any idea?

paulgemini’s picture

I had this error when I ran devel (latest dev version) and tried to create dummy content:

Fatal error: Unsupported operand types in C:\Users\Paul\Sites\acquia-drupal\sites\all\modules\feeds\includes\FeedsConfigurable.inc on line 150

Upgraded to Feeds 7.x-2.x-dev. Didn't help.

elly’s picture

I 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

dave reid’s picture

paulgemini’s picture

Hey Dave -

Just to double check - I'm getting the AJAX error, but not the operand types error:

An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: /myavail/batch?id=441&op=do StatusText: error ResponseText: 500 Internal Server Error Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Apache Server at www.masoninnovation.org Port 80

Is that still duplicate of the issue you've linked to?

elly’s picture

hey 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.

paulgemini’s picture

Darn! 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.

dyonysosd’s picture

Version: 7.x-2.0-alpha3 » 7.x-2.0-alpha4

I 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

John Bryan’s picture

If 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

seemas’s picture

he 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.

Strompf’s picture

StatusFileSize
new92.66 KB

Same problem here. Using the latest dev version of Feeds didn't help. I'm using:

  • feeds 7.x-2.x-dev (checked out from Git today)
  • feeds_tamper-7.x-1.0-beta4+7-dev
  • feeds_tamper_term_hierarchy
  • uc_feeds-7.x

Some details (in Dutch).

Road Kill’s picture

Updating to the Birthdays 7.x-1.x-dev version fixed the problem for me.

Chris Charlton’s picture

@Road Kill - are you saying updating a Feeds addon fixed your issue or did you post in the wrong issue queue?