THIS ISSUE IS CLOSED, PLEASE DO NOT REOPEN. PLEASE DO NOT COMMENT.

This is my first time submitting an issue so please correct me if i'm wrong.

Problem: The problem shows when I enable Drupal for Firebug module.
On Views, when I edit any settings I get this problem.
On Panels, when I edit and click Clone, Export, Delete, Enable, Add variant, Import variant on Summary.

I don't know the problem but maybe a conflict with ajax.

Path: /drupal7/admin/structure/views/ajax/config-item/news_events/default/field/title
StatusText: OK

Comments

SilviaT’s picture

Me too: AJAX error while trying to set a user field as hidden in admin/config/people/accounts/display.

Geijutsuka’s picture

I can confirm this too. When I'm creating a node and adding another field to a multiple field input area, this error comes up (along with the other instances referred to above). It seems it happens whenever I see the little blue turning JavaScripty-wheel.

bionitech’s picture

I disabled Drupal for Firebug, and the error went away.

gerhardbaumeister’s picture

subscribe

gerhardbaumeister’s picture

kaykills’s picture

thanks... spent a couple hours on this.

naught101’s picture

sub. This also breaks the core testing module. Since this module is designed for development, this definitely major. Will try the patch tonight

naught101’s picture

Status: Active » Reviewed & tested by the community

gerhardbaumeister: Where did the patch come from? Works for me.

geek-merlin’s picture

Status: Reviewed & tested by the community » Closed (duplicate)

it's from #1022516: AJAX HTTP error 200
closing this as dup.

Abdso’s picture

Hi hello, I have the same problem but I don't know how to use the patch.

Where do I have to "paste" this patch? My firebug has the following files:

drupalforfirebug.info
drupalforfirebug.install
drupalforfirebug.module
drupalforfirebug-0.0.7-fx.xpi
drupalforfirebug_preprocess.info
drupalforfirebug_preprocess.install
drupalforfirebug_preprocess.module

If I have to "paste" the code of the patch in a drupal file, which one of them? Thank you very much for your help.

monsoon’s picture

Issue tags: +ajax 200 .htaccess
StatusFileSize
new4.61 KB

Hi,

I have similar Ajax 200 error. Please have a look on error text file attached.
I found one suggested solution to add code to .htaccess but my hosting company does not allow that.
The code to be added is the following, This might work for other people who have similar problem.

Re: Installing Drupal at Host1Free: "An AJAX HTTP error occurred"

Hello! Add this code
Code:

php_value auto_append_file none

to .htaccess

Thanks, and hope someone can help soon.

Piyushagr’s picture

I Have Same error
An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: /~mrater/batch?render=overlay&id=143&op=do StatusText: OK ResponseText: {"status":true,"percentage":"0","message":"Initializing.\u003Cbr\/\u003E\u0026nbsp;\u003Cbr \/\u003E"}

hurshid’s picture

Assigned: Unassigned » hurshid
Status: Closed (duplicate) » Needs review

Hi, I had the same error, then i used jquery_update module. It woks fine

naught101’s picture

Assigned: hurshid » Unassigned
Status: Needs review » Closed (duplicate)
gmopinillosv’s picture

StatusFileSize
new2.93 KB

Hello there
I tested everything recommends over this thread and It didn't work.
I am using "commerce kickstart" 2.2

This error appears in "manage products" and I try to use filter . See my attach file

Any help will be highly appreciated. Thank you

petertreid@hotmail.com’s picture

Thank you, thank you, thank you!!

scuis’s picture

Title: An AJAX HTTP error occurred. HTTP Result Code: 200 » An AJAX HTTP error occurred. HTTP Result Code: 200 FIXED

I had the problem with Commerce Kickstart. I had right php version, max_time, memory_limit and any other solution offered but error stays.
I solved it deactivating "Overlay" core module.
Still trying to solve without loosing the overlay capacity.

Nora McDougall’s picture

We had the Ajax HTTP ... HTTP Result Code: 200 error after installing the Administration Views module. The results showed in an overlay, but we had to leave the page and come back to get the results. Disabling the Overlays module solved the problem for us too.

robertwb’s picture

Issue summary: View changes

This error can be caused by a piece of extraneous text outside of a modules code "
". For example, I had a dev module that accidentally contained a double ending tag at the end of the file like so:

?>
?>

Ajax does noooot like this.

ssoulless’s picture

This error has something to do with the max_execution_time but instead of make this value higher, is much better update the jquery to the latest versions, that the complexity processing time is optimized in the newest versions, so you can install jquery update module and update your jquery version to the latest, i recommend 1.8 but you can use too 1.10 or higher.

Greetings

sahoo2k’s picture

Hi,

I am getting some error while entering data. Please help.

An AJAX HTTP error occurred.
HTTP Result Code: 200
Debugging information follows.
Path: http://admin.indiaenvironmentportal.org.in/taxonomy/autocomplete/tags_au...
StatusText: OK
ResponseText: {" Asutosh Mishra":" Asutosh Mishra","A Subramani":"A Subramani","A V Balasubramanian":"A V Balasubramanian","A. Balasubramanian":"A. Balasubramanian","A. K. Susheela":"A. K. Susheela","A. Madhusudhana Reddy":"A. Madhusudhana Reddy","A. P. Sugunan":"A. P. Sugunan","A. R. Yousuf \u0026 et al":"A. R. Yousuf \u0026amp; et al","A. Sudarshan Reddy":"A. Sudarshan Reddy","A. Thirunavukkarasu \u0026 et al":"A. Thirunavukkarasu \u0026amp; et al"}Password:

frob’s picture

This issue was marked as a duplicate 2 years ago. Please, if something new comes up, open a new issue.

thaistore’s picture

I use kickstart too and got this error, what solved the problem is installing jquery update module,

UPDATE

Not really sadly, problem still persists

vadivel82’s picture

StatusFileSize
new43.29 KB

hi everyone,

I won't get a solution for this i tried many methods but no luck...

Please check the attached image for reference...

Can you please advice me ASAP.

Thanks

frob’s picture

Title: An AJAX HTTP error occurred. HTTP Result Code: 200 FIXED » [THIS ISSUE IS CLOSED - DO NOT COMMENT]An AJAX HTTP error occurred. HTTP Result Code: 200 FIXED
Issue summary: View changes

@vadivel82, please open a new issue with more information. Include, steps to make this occur, modules used, url visiting, browser/os. Unfortunately that png give me no useful information. For support issues you might try http://drupal.stackexchange.com/

For anyone who finds this issue through google or other means, PLEASE DO NOT COMMENT, DO NOT POST COMMENTS HERE.

OPEN A NEW ISSUE.