Closed (fixed)
Project:
Birthdays
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2009 at 07:21 UTC
Updated:
28 Mar 2010 at 11:20 UTC
Jump to comment: Most recent
Im using this module, all other function great and work,
except how module don't send any email messages.
No nothing watchdog entry, i cant suspect whats wrong.
Im testing 6.x-1.0-rc1, the problem still live too. Any help?
thanks in advance
Comments
Comment #1
maartenvg commentedI found the culprit. During cron bootstrap hook_menu isn't run (anymore?), so I now use hook_init() instead. Will commit a solution as soon as possible.
Comment #2
maartenvg commentedI'm sorry, I forgot that this issue was for D6.
I can't reproduce this for 6.x-1.0-rc1. Do both blocks work correctly and does it work when you try it on a clean install? Do you use MySQL or Postgresql?
Comment #3
Anonymous (not verified) commentedSame here. No watchdog entry and no email was sent to the user, unfortunately.
Comment #4
nirvanajyothi commentedSame issue.The mails were sent once, just after installing Birthdays and running cron from drupal site.But now i dont find any birthday wishes sent listed in the 'Recent log entries'. I ran crom from the site and checked. Happening over 5days now.
-thank you
Comment #5
Anonymous (not verified) commentedThis month still the same problem as in February. Upcoming birthdays was sent to the administrator at the beginning of the month. But no birthday email was sent to the user.
Comment #6
nirvanajyothi commentedWorking alright now, after i installed Poormanscron. Mails to admin and birthday user being sent.
Maybe the error occurs only when cron is run manually.
Comment #7
Anonymous (not verified) commentedNo, unfortunately not. Cron runs automatically every 3 hours. No birthday email yesterday and last week.
Comment #8
Anonymous (not verified) commentedThe same as every month: Admin e-mail was sent, but no birthday e-mail.
Any idea to fix this bug?
Comment #9
mama21mama commentedI feel the same, do not send mail :s
Comment #10
mama21mama commentedsolution http://drupal.org.es/node/7661#comment-32210
Comment #11
sobi3ch commentedU need to set
<Yes>in Send user e-mail on day of birth on admin/settings/birthdays/settings page. Is that was a problem?