I am trying to install the emailreporting plugin and getting the following error when i try to install
'define(): Argument #3 ($case_insensitive) is ignored since declaration of case-insensitive constants is no longer supported' in '/var/www/mantisbt/plugins/EmailReporting/core_pear/Net/POP3.php' line 56
After removing the 3 variable from these now the page is not working at all
define('NET_POP3_STATE_DISCONNECTED', 1, true);
define('NET_POP3_STATE_AUTHORISATION', 2, true);
define('NET_POP3_STATE_TRANSACTION', 4, true);
to the following
define('NET_POP3_STATE_DISCONNECTED', 1);
define('NET_POP3_STATE_AUTHORISATION', 2);
define('NET_POP3_STATE_TRANSACTION', 4);
the Login Page does not even show up
Any support would be appreciate
Error on Email Plugin Install
Moderators: Developer, Contributor
Re: Error on Email Plugin Install
This was fixed here: https://github.com/mantisbt-plugins/Ema ... 7d377ae511
I suggest updating to EmailReporting 0.11.0-DEV
Go here: https://github.com/mantisbt-plugins/EmailReporting
Click on "<> code" and "download zip"
I suggest updating to EmailReporting 0.11.0-DEV
Go here: https://github.com/mantisbt-plugins/EmailReporting
Click on "<> code" and "download zip"