Active
Project:
Signup
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Aug 2011 at 05:58 UTC
Updated:
12 Jan 2016 at 01:26 UTC
Jump to comment: Most recent
Hi,
I get a blank when trying to use %node_start_time in a confirmation or reminder email. However, [node:field-date] works (where field_date is the machine name).
Comments
Comment #1
r0bm1lls commentedYup,
I get the same. I'm not sure how I would use [node:field-date] - I am using that field in the content type. Any ideas anyone?
Comment #2
jerenus commentedhttp://drupalcode.org/project/signup.git/blob/2d37f0e:/includes/scheduler.inc#l66
Are you missed the "event" or "date" module? Try to debug here, and this should be able to solve your problem.
Comment #3
webmaster.washuapo commentedDid you find a solution? Very few of the tokens seem to be working
Comment #4
iaminawe commentedI am also still battling with this[node:field-date] works but ouputs in the incorrect timezone.
I have date module installed
+1 for getting the %node_start_time working
Comment #5
VValdo commentedI noticed in another bug this code, which seems to have fixed the issue for me.
Comment #6
kunalgautam commentedHi VValdo,
It shows error for token replacement
Fatal error: Call to a member function value() on a non-object
entity/entity_token.tokens.inc on line 297
Thanks,
Comment #7
navalogan commentedHi all,
i have this error when i run a cron:
Notice : Undefined index: timezone in _signup_get_sql_handler() (ligne 356 dans /home/plume/public_html/mda.preprod.plume.typhon.net/sites/all/modules/signup/includes/date.inc).
Has anyone encountered the same problem? any solutions..?
Comment #8
tsokura commented#5 fixed the date problem for me too in reminder emails, though specifying the format of the displayed time/date seems to be challenging. The upper section of the patch fixed the following notice I was getting in the log when reminders were sent: