bad response form submission error

resynthesize - November 7, 2009 - 07:05
Project:Popups API (Ajax Dialogs)
Version:6.x-2.x-dev
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

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

resynthesize - November 7, 2009 - 07:06

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!

 
 

Drupal is a registered trademark of Dries Buytaert.