Page 1 of 1

Mail notification through cronjob: error

Posted: 20 Dec 2016, 12:51
by pbassi
Hi,

I have activated the Mail notification through a job in the Crontab.
the Crontab is configured as follows:

* * * * * php <mantis path>/scripts/send_emails.php >> <mantis path>/log/send_emails.log

when the script is being called the following error occurs:

Error: config_inc.php file not found; ensure MantisBT is properly setup

Can anybody help on this?
I am running Mantis 1.2.16 on a Linux server

Thanks in advance!
Paolo

Re: Mail notification through cronjob: error

Posted: 27 Dec 2016, 16:15
by pbassi
Hi,

I managed to solve the problem. Thanks!

Paolo