0

I had Drupal 7 and when I want to delete user, an error occurs:

AJAX HTTP error occurred.
HTTP status code: 200 Debug information below.
Path : /batch?id=1594&op=do 
StatusText: OK
ResponseText : #Screenshot

#Screenshot

2
  • How is that an error? 200 indicates an OK response. Commented Sep 8, 2016 at 12:59
  • what is your code, what is the callback. please provide info. Commented Sep 8, 2016 at 13:39

2 Answers 2

1

It was a server error so Drupal send many request at once but the server have a miximum execution time. I suggested for my client to change it and it works fine now.

Sign up to request clarification or add additional context in comments.

Comments

0

You have 'exit' or die() or "echo" placed somewhere in your template files. I had this issue multiple times and all times i had come across this problem. That's the only reason due to which ajax breaks because error is not displaying 200 code. That means that things are correct. Only issue is echo/die/exit placed at some unexpected place.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.