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

salvis’s picture

I checked the subscriptions_queue in DB, it stores one queue, but email is not sent. Do you think it is cron issue?

You 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.

vj0914’s picture

I 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.