Closed (fixed)
Project:
Signup
Version:
6.x-1.0-rc1
Component:
Email
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2008 at 21:14 UTC
Updated:
3 Dec 2008 at 22:11 UTC
I enabled the Signup module for an event created with the Events module.
I get this error in the header when I just open the page.
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'signup_form' was given in /var/www/loco/includes/form.inc on line 366.
I also get this error when I try to sign up.
* Unable to send e-mail. Please contact the site admin, if the problem persists.
* Unable to send e-mail. Please contact the site admin, if the problem persists.
What is this module trying to use to send the email? This is going to be my primary use of this module.
Thanks,
Comments
Comment #1
dwwThe PHP warning (not an SQL error) you mention is from the (completely new and almost certainly broken) calendarsignup.module from event module. See #335209: Calendar signup doesn't work with the new signup file layout.
Now, regarding your support question about not being able to send email... signup just uses drupal_mail(). Some possible reasons it might be broken on your site:
a) Your host isn't configured to send email at all (are you getting password reset emails, for example?)
b) You don't have a valid "E-mail address" setting at admin/settings/site-information.
Anyway, signup isn't doing anything special. I suggest googling for help configuring your drupal site to send email.
Good luck,
-Derek
Comment #2
MTecknology commentedHurray - You're completely right. Email isn't working. I wonder why.
I'll follow that other bug report as well.
Thanks for getting back to me.