-
Bug
-
Resolution: Fixed
-
Major
-
2.3.3, 2.3.4, 2.4.1
-
CentOS 6.3
-
MySQL
-
MOODLE_23_STABLE, MOODLE_24_STABLE
-
MOODLE_23_STABLE, MOODLE_24_STABLE
-
wip-mdl-37633
-
Digest emails works on news forum in frontpage when I use 2.3.2.
I upgrade it to 2.3.3,2.3.4 and 2.4.1, emails were not sent when I posted a new topic on the news forum in frontpage.
(even executed /admin/cli/cron.php)
But, digest emails in courses works also 2.3.3 and 2.3.4.
Here is the steps of repoduce the problem.
1.Install 2.3.3 and enroll users.
2.upgrade to 2.3.4
3.post a new topic to the news forum in frontpage.(check 'Mail now')
(Subscription mode is forced, which the site administrator changed)
4.execute admin/cron.php
expected result:send a digest email to all users.
currently resulet:NOT send mails.
Here is the cron's log. '0 users' seems wrong.
Processing module function assign_cron ...done.
... used 6 dbqueries
... used 0.037925958633423 seconds
done.
Processing module function chat_cron ...... used 5 dbqueries
... used 0.0039098262786865 seconds
done.
Processing module function forum_cron ...0 users were sent post 9, 'test'
Starting digest processing...
Cleaned old digest records
... used 14 dbqueries
... used 0.0086209774017334 seconds
done.
- is a regression caused by
-
MDL-33166 Add forum capability "mod/forum:allowforcesubscribe" or restore "mod/forum:initialsubscriptions"
- Closed