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

jaypan’s picture

Sorry, 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.

jaypan’s picture

Assigned: Unassigned » jaypan
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

FallinHigh’s picture

Version: 6.x-1.1-rc1 » 6.x-1.1-rc12
Status: Closed (fixed) » Needs work

i also had the same problem. replacing the one line in the ahah-module fixed it..

AlexisWilke’s picture

Title: Error when activating/deactivating date features » Error when activating/deactivating date while editing nodes
Version: 6.x-1.1-rc12 » 6.x-1.x-dev
Assigned: jaypan » AlexisWilke
Status: Needs work » Fixed

I 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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.