bad response form submission error
| Project: | Popups API (Ajax Dialogs) |
| Version: | 6.x-2.x-dev |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
I have a popups issue that is driving me crazy. I've overridden the default comments theme function to have comment edit/reply/deletes utilize popups. I'm using the 'popups-form-reload' class for the comments links.
When I click on a "reply" comment link, the popup comes up fine. But when I edit and submit, I get a "bad response form submission error" Then, when I refresh the page, i get a page that looks like a JSON data structure. I see in the JSON text that it contains what would have been the default drupal message for a "your reply has been submitted". If I refresh a 3rd time, the comment shows up! So it is definitely posting the data, but something is screwed up along the way. When I look at firebug when the error happens, I see a 500 internal server error.

#1
As usual, once I take the time to type something up, the solution jumps out at me. I checked the apache error log and saw a PHP Fatal error for trace.module. I disabled the trace module and now everything is working. Hope this hour of frustration helps someone out in the future!