Closed (fixed)
Project:
To do list
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 Jul 2009 at 15:19 UTC
Updated:
5 Jun 2010 at 09:40 UTC
Thanks for contributing this.
Lucky me; I just started looking at ahah_helper when I saw this released :)
And the bug: When I try to select either "Include start date" or "Include deadline" on the node form, I get an HTTP 500 error.
After the error appears, the node form isn't modified. The node is submitted, and the included js tabbed navigation works.
Comments
Comment #1
jaypanSorry, that's a bug in the ahah_helper module unfortunately. I had the same problem, but I forgot to mention it when I put up this module. You need to apply the patch that is attached to the initial post in this thread.
If you don't know how to apply patches, you can do this:
1) Open up ahah_helper.module
2) find this line:
require_once($form_state['storage']['#ahah_helper']['#file']);
3) Replace that line with this one:
require_once($form_state['storage']['#ahah_helper']['file']);
Save the file, upload it to your server, and you should be good to go. Sorry about the hassles, I'm going to put this on my top page for other users to see.
Comment #2
jaypanComment #4
FallinHigh commentedi also had the same problem. replacing the one line in the ahah-module fixed it..
Comment #5
AlexisWilke commentedI removed the AHAH support. All of it.
I still have some AJAX and jQuery features, but AHAH won't be a problem!
The dates work perfectly for me since those are handled with jQuery only.
Thank you.
Alexis