Page 1 of 1

EmailReporting Plugin

Posted: 19 Feb 2021, 07:47
by fahadmustafa
Hi All,

I am using
Mantis 2.18.0
EmailReporting_v0.10.1

I have successfully configured the mailbox and upon executing the complete test option it returns success and generate issues based on the inbox of the provided email.

But, doing this via script is returning error. In the Configuration options, two links (for script files) are given.

domain + /plugins/EmailReporting/scripts/bug_report_mail.php
domain + /plugin.php?page=EmailReporting/bug_report_mail

Upon clicking both links error is returned i.e.
500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.


I have already selected 'no' for the option - "
Block this script from running via a webserver (recommended = "Yes") [?]"

Please help me to perform this step manually with the script file and, automate this process through cron.

Re: EmailReporting Plugin

Posted: 19 Feb 2021, 18:47
by SL-Gundam
Which webserver are you using? IIS? Apache? something else?
What version of PHP are you running?

It's possible an error is encountered because of deprecated functionality in PHP.
Please update to the latest 0.11.0-DEV and see if it still happens.
It might also be a good idea to update MantisBT while your at it