Hi there, and thanks for your great work on this module.
I don't have much information on this yet, but my site was working fine with Drupal 6.10 installed. I then upgraded to Drupal 6.12, and now when I submit my custom ajax-enabled form I get an error message saying "ajax.module: An unknown error has occured." If I close the error message I see that the form's submit button is stuck on "Loading...", and I have to refresh the page for the submission's results to appear.
Notes:
I did nothing besides update Drupal to 6.12. No other changes were made at all.
I tried uninstalling and reinstalling the Ajax module
I tried installing the latest dev of the Ajax module - still no luck
Comments
Comment #1
jordanmagnuson commentedI was totally wrong about this, and I am very sorry: the issue here was not the upgrade to Drupal 6.12, but the fact that I just upgraded to Firefox 3.5... it didn't cross my mind that Firefox could be an issue here, but the new version is not compatible with firePHP, which I was using in my form's submit function, and that's what was causing the cryptic Ajax message.
My apologies.