Page 1 of 1

INTERNAL APPLICATION ERROR

Posted: 09 Nov 2021, 11:34
by kultys
When im click install button emeilreporting im get error INTERNAL APPLICATION ERROR.
There is nothing I can do in the app Mantis.

Please help.
Thx

Re: INTERNAL APPLICATION ERROR

Posted: 09 Nov 2021, 16:13
by SL-Gundam
What version of MantisBT and EmailReporting are you running?

Re: INTERNAL APPLICATION ERROR

Posted: 09 Nov 2021, 16:55
by kultys
Im testing MantisBT 2.25.2 + EmailReporting v0.10.1 and MantisBT mantisbt 2.24.2 + EmailReporting v0.10.0.
Centos 8, PHP 7.2.24

After install im have this same problem.

Re: INTERNAL APPLICATION ERROR

Posted: 09 Nov 2021, 18:54
by SL-Gundam
I did a clean install of MantisBT 2.25.2
Installed EmailReporting v0.10.1.
I only got a small error concerning an older version of Markdownify (third party code EmailReporting uses)

But if i download the latest DEV version from github everything works fine.
I suggest trying the latest DEV version: https://github.com/mantisbt-plugins/Ema ... master.zip

Re: INTERNAL APPLICATION ERROR

Posted: 09 Nov 2021, 19:48
by kultys
PHP 7.2.24 is correct ? maybe reinstall to 7.1 version ?

Re: INTERNAL APPLICATION ERROR

Posted: 09 Nov 2021, 22:11
by SL-Gundam
I'm running PHP 7.4.11 and it works just fine.
So like i said please install the latest DEV version of EmailReporting

Re: INTERNAL APPLICATION ERROR

Posted: 10 Nov 2021, 06:58
by kultys
Im find solution.
I dont have compile json in PHP.
must install php-json and all works fine:
sudo yum install php-json
sudo php-json restart


Thx for repley !