Closed (fixed)
Project:
Signup
Version:
4.7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Oct 2005 at 01:13 UTC
Updated:
30 Jan 2009 at 03:19 UTC
As far as I can tell, the confirmation and reminder fields are not saved. If you hit "preview", then the fields are wiped immediately. Hitting submit and then re-editing the node also means the fields are blanked. Including the email notification field.
Comments
Comment #1
hunmonk commentedboris,
i am unable to replicate this behavior. can you reinstall both the module and the table fresh and see if the problem is still occuring?
Comment #2
boris mann commentedWe're using a "basicevent" node type, and it may be something related to this. I've gotten the latest version and am seeing the same thing, so I'll dig into the node type and see if something isn't being saved correctly.
Comment #3
hunmonk commentedare you able to save the default settings on the admin/settings/signup page? there should also be an entry in the signup table w/ a nid of 0. that holds the default settings for signups.
Comment #4
freyquency commentedI have the same problem with the 'send email' field that notifies the coordinator of the event.
Comment #5
hunmonk commentedafter further inspection, it does look like the signup data is not being retained when the node is previewed, if it's been edited. more than likely this is b/c i'm pulling the node data instead of the POST data in this case. on both the 4.6 and HEAD install that i have, though, saving edited signup data works fine. i'll have a look at it sometime in the next week.
Comment #6
scottrussell-1 commentedI am experiencing the same issue with the signup module. When I revisit the administer->settings->signup page, it seems to remember my customized confirmation & reminder email text. But they revert back to the default text ("Enter your default confirmation email message here") when the actual email is sent.
Any progress on this? It's otherwise a wonderful module!
Comment #7
liquidcms commentedi can verify i am seeing the same thing - email info gets stored in signup table; but isnt reflected in the actual email that gets sent.
nice to see a recent post about this.. figured i must just be doing something wrong
isn't signup a very mature well used/tested module though??? how could this not have come up by now.
also, isn't it odd to save the settings in a table? isnt the normal drupal std to save them into the variables table?
i will likely look around for the fix for this for a bit.. then if i can't find it.. i'll fix it later this evening and post patch - likely take less time to fix than to find answer.. lol
btw - i am using latest 4.7 version of signup
peter...
Comment #8
liquidcms commentedmodified version, priority, etc
Comment #9
rootworkJust wanted to confirm that I, too, am experiencing this. I don't have anything to add, unfortunately, I just wanted to post again in the hopes that this bug will get addressed.
Of course, I understand that everyone is busy and I thank you for all your hard work on the module so far. I just regret that in it's current state it doesn't seem very useful -- "Enter your default confirmation message" isn't really something I want getting sent to people.
Comment #10
uccio commentedThe email for user is:
Enter your default confirmation email message here
But i have change it !!!
Comment #11
dwwi just tried (at great length) to reproduce this bug, and failed. here are all the things i tried:
common to all tests:
- php 5.2.1 test site, w/ mysql, on a shared hosting box that can send emails.
- both the end of DRUPAL-4-7 branch and the 4.7.x-1.0 official release
- admin (uid 1), non-admin auth user, and anonymous
cases i tested:
1) a node-type that's configured to allow signups. make customizations when you edit the node to the confirmation email body. everything works fine, and the email contains the customizations.
2) a node-type that's *not* configured to allow signups, but where an admin clicked "enable this node for signups" checkbox on the node add form. everything works fine, and the confirmation emails contain the (modified) global settings (since there's no way to specify per-node settings in this case).
in both cases, things are working as expected (though i'll grant that the global vs. per-node settings aren't ideal yet, especially for enabling/disabling signups).
if there's still a bug here, someone who's seen it needs to post detailed instructions on their setup (versions of everything, etc), and how to reproduce the problem. otherwise, i'm just going to mark this "by design" and resolve it.
Comment #12
dwwNo one who seems to think this is a problem has bothered to reproduce it or provide more info, so I'm calling this closed.
Comment #13
3duardo commentedI realize this is an 'ancient' issue BUT I am having the very same issue...
My customized confirmation and reminder email text is saved but the emails still display "Enter your default confirmation email message here " as stated above.
I am using Signup (6.x-1.0-rc3) for a cck event on a fresh Drupal 6.9 install.
I've not had this issue in the past (on a drupal 6.8 site yet to be updated) - even with the 6.x1.0-rc3
What else can I provide?
[reposted at http://drupal.org/node/366502 when I realized this thread was for 4.7]