remindme_node is still empty
Cromicon - June 30, 2006 - 21:01
| Project: | Remindme |
| Version: | 4.6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi
I installed this a while ago and didn't fully test it but now under testing it appears that emails aren't being sent.
So I uninstalled it, downloaded the latest 4.6 version and reinstalled.
remindme_node still remains empty. Looking back I see it being mentioned before but also mentions of it being fixed. Is there anything I could be doing wrong?

#1
Hmmm I've seen a few mentions of this and I wonder if someone could help me with the 4.6 version here.
I use flexinode to create events, do I have to adjust the remindme module to do this in 4.6?
I see the code in line 35 but as it's different to another example referring to 4.7 I'm unsure what to do.
[code] if ((event_enabled_state($node->type) == 'all' || event_enabled_state($node->type) == 'solo') && user_access('set reminders')) {
$links[] =l(t('remind me!'), "remindme/node/$node->nid", array('title' => t('Remind me of this event.')))[/code]
#2
I utilised the patch here:
http://drupal.org/node/35424
Leading to db errors on cron here:
http://drupal.org/node/66202
But it appears to work so far. I've yet to test the email but the remind me node id table is being populated now and remind me links show.