SID-01127: subscription doesn't work
| Status: |
Answered |
TWiki version: |
4.1.2 |
Perl version: |
5.10.1 |
| Category: |
|
Server OS: |
Freebsd 8.1 |
Last update: |
14 years ago |
I'm using TWiki 4.1.2. I edited the notification page to make working auto notification via e-mail but not work. nothing is happen. what should do to work this?
--
YoungwonKim - 2011-03-14
Discussion and Answer
Did you or your TWiki admin follow the instructions at
TWikiSiteTools to install a cron job to send e-mails?
--
PeterThoeny - 2011-03-16
you mean about crontab?
yes, I modified crontab like this
*/30 * * * * root /usr/local/www/twiki/tools/notify.bat
and this is the inside of notify.bat
/usr/bin/perl -I /usr/local/www/twiki/bin /usr/local/www/twiki/tools/mailnotify
it works, and I can get the notification mail when i run this bat file in console manually.
but it doesn't work via crontab schedule.
--
YoungwonKim - 2011-03-18
I found the reason.
my crontab configuration was wrong
It should be
*/30 * * * * /usr/local/www/twiki/tools/notify.bat
--
YoungwonKim - 2011-03-18
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.