after I create new content, I can't receive notification email (hotmail account).
I checked the subscriptions_queue in DB, it stores one queue, but email is not sent. Do you think it is cron issue?
I have Mail editor enabled before I installed subscriptions. all other required modules were installed.
Comments
Comment #1
salvisYou get an entry in {subscriptions_queue}? Good.
When cron runs, that entry should disappear and the notification should be sent. Does it?
Check admin/reports/status to see whether cron runs, and to try running it manually.
Comment #2
vj0914 commentedI tried manually run the cron.php, the cron job didn't run successfully due to the exceed time, so I used command line to run the cron.php, I found this error.
PHP Fatal error: Call to undefined function language_initialize() in /web/www.mysite.com/website/sites/all/modules/subscriptions/subscriptions_mai... on line 48
not sure why this is happening.
Comment #3
salvis#284442: Fatal error: Call to undefined function language_initialize() in /.../subscriptions/subscriptions_mail.module on line 48