I am afraid I have too many various hook_form_alter calls going on in my forms (from File Framework attachment, and Notification).
Basically I get the 'Next' button on the initial form, can move to the following screen to select terms, but my selections are not saved when I press the 'Save' button just below the terms or otherwise if I save at the bottom of the form. In both cases, when I press save, it's as though nothing has happened. I get no warnings or errors.
If anyone has any insights, I would appreciate them. Like I said, I wouldn't be surprised if this is an idiosyncratic issue of having too many form alters, but some perspective would be great.
Comments
Comment #1
Equinger commentedEnded up figuring this one out myself. I recently enabled page caching.
The issue had to do with "Normal" Page Caching in '/admin/settings/performance'. The module is incompatible and works bizarrely when this is enabled (won't save, pressing save makes the Form choke sometimes').
Would love to be able to enable page cacheing, but I'm really glad I figured this one out cause like I said, I want to use it first and foremost.
Comment #2
Equinger commentedThis is still a legit issue. Any ideas?
Eric
Comment #3
sdrycroft commentedThanks for this Equinger, I've been having exactly the same problems on my sites, and have been investigating. I'm working on a fix, although I'm also working on a version two of the module, which will work slightly differently.
Comment #4
Equinger commentedThanks for your attention to this, sdrycroft. I am looking forward to the new version of your module. This is an important module for really moving forward w/ systematic tagging of content w/ custom vocabs and faceted search and whatnot. Thanks for your work!
Eric
Comment #5
sdrycroft commentedVersion two of the module has now been released. Please try this, and let me know what you think.
Comment #6
sdrycroft commentedIt looks like 6.x-2.x fixed this.