1
votes

I got an AJAX error while running Drupal 7.

"An AJAX error occured. HTTP result code: 500 Debugging information follows: Path: system/AJAX StatusText: error Response text:"

There is no response text. I have looked everywhere and tried a couple of things, but nothing works. Anyone have an idea on how to fix it?

Thanks

1

1 Answers

1
votes

Check your watchdog table, if nothing there check the php error log.

Also use Firebug's console to check what is returned after the ajax request for any clues.

Can also try disabling third party modules one at a time to find out what is causing the error.