Hello,

While performing a bulk update on the Taxonomy term paths, I received the following error:

An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: /batch?id=48&op=do StatusText: Internal Server Error ResponseText: {"status":true,"percentage":"61","message":"Completed 1 of 2.\u003Cbr \/\u003EUpdated alias for term 25."}

I performed the update several more times, and received almost the same error. The only difference was the id, percentage and term number kept increasing. The last error appeared as follows:

An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: /batch?id=53&op=do StatusText: Internal Server Error ResponseText: {"status":true,"percentage":"100","message":"Completed 2 of 2.\u003Cbr \/\u003E"}

I checked to see if there was anything special about term 26, since that's where the trouble seems to have started. Term 26 is part of the Media Folders vocabulary, created by Media Browser Plus module. Each taxonomy term represents a physical folder on my server.

Did this work, meaning were the paths updated correctly? Yes.

What was I trying to do in the first place? I am attempting to create a new path for Blog Tags.

Thank you,
Ann

Comments

Road Runner’s picture

I am just now getting a similar error
An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: /batch?id=2626&op=do StatusText: OK ResponseText: fig{"status":true,"percentage":"80","message":"Completed 1 of 2.\u003Cbr \/\u003EUpdated alias for term 727."}

also the 3 letters fig are appearing at the top of every page above the header. I posted a question about this in forum.

I cannot bulk update
Any ideas.

sisko’s picture

I get the same error when attempting a Feed-Import:

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

robbdavis’s picture

Same problem here. Specifically my error message is;

An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: /batch?id=18&op=do StatusText: OK ResponseText: Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0 Warning: Cannot modify header information - headers already sent in Unknown on line 0 {"status":true,"percentage":"100","message":"Completed 2 of 2.\u003Cbr \/\u003E"}

Dave Reid’s picture

Category: Bug report » Support request
barresoft’s picture

Same here! :(

cck’s picture

I use D7 and have the similar problem as #1. The error is

An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: /drupal-7.23/batch?id=399&op=do StatusText: OK ResponseText: sch{"status":true,"percentage":"100","message":""}

sch appears on top of pages. I accidentally typed and saved sch before <?php in the file feeds_import.feeds_importer_default.inc. Import works after removing sch.

kadsy’s picture

#6 somehow showed me the culprit. my client edited index.php by his own to add few lines of meta outside

what i suggest is open your homepage and view it source. try to looks for some funny code/tags that u dont remember added. that might caused the error.