EmailReporting Plugin

This plugin allows you to report an issue in MantisBT by sending an email to a particular mail account

Moderators: Developer, Contributor

Post Reply
fahadmustafa
Posts: 1
Joined: 19 Feb 2021, 06:07

EmailReporting Plugin

Post 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.
SL-Gundam
Posts: 722
Joined: 06 Jul 2011, 14:17

Re: EmailReporting Plugin

Post 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
Post Reply