Hello,
In the Docman service, when launching the daily cron to notify documents reviewers, it returns an error.
he doesn't find a variable $html_body which is in a condition(on the code
https://github.com/Enalean/tuleap/blob/d9390ff581eac472c99a876cbada81e0a5b71472/plugins/docman/include/ApprovalTable/Reminder.class.php#L163 ) .
The cron daemon returns:
Subject: [crolles.codex.system] Cron <codendiadm@**********> php -r 'sleep(mt_rand(0,1799)); ' && /usr/share/codendi/src/utils/php-launcher.sh /usr/share/codendi/src/utils/codendi_daily.php
PHP Notice: Undefined variable: html_body in /usr/share/tuleap/plugins/docman/include/ApprovalTable/Reminder.class.php on line 180
Notice: Undefined variable: html_body in /usr/share/tuleap/plugins/docman/include/ApprovalTable/Reminder.class.php on line 180
Regards,
Kaim