EmailReporting : problem with the scheduling

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

Moderators: Developer, Contributor

Post Reply
e-Real
Posts: 7
Joined: 16 Apr 2014, 17:40

EmailReporting : problem with the scheduling

Post by e-Real »

Hi,
I use Mantis, installed on Windows.
My version of Mantis is 1.2.17

I use the plugin EmailReporting.

I have configured a POP3 mail box (a gmail box).
The "Complete test" is ok.

I temporarily activated the option : "Block this script from running via a webserver" to no. In this case, I can access to my gmail box just by going to the PHP page http://localhost/MantisBugTracker/plugi ... t_mail.php on my browser.

But if I try to do refresh thanks to the script mentioned in the doc (\plugins\EmailReporting\scripts\bug_report_mail.php) I always have an error.

My script is very simple for now :

Code: Select all

C:\wamp\bin\php\php5.4.16\php.exe C:\wamp\www\MantisBugTracker\plugins\EmailReporting\scripts\bug_report_mail.php
When I launch it, I have this error :
Mailbox: MailBox TEST
Location: Attempt login
[pear_error: message="" code=-1 mode=return level=notice prefix="" info=""]
An idea about this error?
Thanks for your help/advices.
e-Real
Posts: 7
Joined: 16 Apr 2014, 17:40

Re: EmailReporting : problem with the scheduling

Post by e-Real »

Je me permets de relancer ce topic.
Quelqu'un a une p'tit idée pour moi ?
Merciii
SL-Gundam
Posts: 722
Joined: 06 Jul 2011, 14:17

Re: EmailReporting : problem with the scheduling

Post by SL-Gundam »

Which version of EmailReporting are you running?
e-Real
Posts: 7
Joined: 16 Apr 2014, 17:40

Re: EmailReporting : problem with the scheduling

Post by e-Real »

I use version : Nov 2013 - EmailReporting-0.9.0-DEV
SL-Gundam
Posts: 722
Joined: 06 Jul 2011, 14:17

Re: EmailReporting : problem with the scheduling

Post by SL-Gundam »

I added a small modification that does a check on the OpenSSL plugin

For you it will probably only give you a new error but atleast it gives you an idea of whats wrong

https://github.com/mantisbt-plugins/Ema ... 0591604e37
Post Reply