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
INTERNAL APPLICATION ERROR
Moderators: Developer, Contributor
INTERNAL APPLICATION ERROR
- Attachments
-
- error_mantis.JPG (166.83 KiB) Viewed 3249 times
Re: INTERNAL APPLICATION ERROR
What version of MantisBT and EmailReporting are you running?
Re: INTERNAL APPLICATION ERROR
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.
Centos 8, PHP 7.2.24
After install im have this same problem.
Re: INTERNAL APPLICATION ERROR
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
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
PHP 7.2.24 is correct ? maybe reinstall to 7.1 version ?
Re: INTERNAL APPLICATION ERROR
I'm running PHP 7.4.11 and it works just fine.
So like i said please install the latest DEV version of EmailReporting
So like i said please install the latest DEV version of EmailReporting
Re: INTERNAL APPLICATION ERROR
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 !
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 !