Logged in as admin, select Manage, Email Reporting and get the error in Subject line above.
MantisBT Version 2.27.0
Database Schema Version 213
PHP Verson 8.2.18
Database Version, Description 5.7.23
Worked OK in 2.26.4. I suspect something went awry in installation. I upgraded from 2.26.3 to 26.4 to 27.0. Maybe database didn't update correctly. I have old versions if a do-over is necessary. Smart money bets on admin error.
Ideas anyone?
Manage Email Reporting - Error #1502
Moderators: Developer, Contributor
Re: Manage Email Reporting - Error #1502
Same thing here, after upgrade from 2.26.3 -> 2.27.0
MantisBT-Version 2.27.0
Datenbankschema-Version 211
PHP-Version 8.2.20
Datenbanktreiber mysqli
Datenbankversion, Beschreibung 10.2.33, 10.2.33-MariaDB
"Kategorie nicht gefunden." -> means "category not found"
MantisBT-Version 2.27.0
Datenbankschema-Version 211
PHP-Version 8.2.20
Datenbanktreiber mysqli
Datenbankversion, Beschreibung 10.2.33, 10.2.33-MariaDB
"Kategorie nicht gefunden." -> means "category not found"
Code: Select all
APPLICATION ERROR #1502
Kategorie nicht gefunden.
Bitte benutzen Sie die „Zurück“-Taste Ihres Browsers, um auf die vorhergehende Seite zurückzukehren.
Dort können Sie den hier angezeigten Eintrag korrigieren oder eine andere Aktion ausführen.
Über das Menü können Sie auch direkt zu einer anderen Aktion wechseln.
Re: Manage Email Reporting - Error #1502
Bug opened in Mantis Bugtracker
https://mantisbt.org/bugs/view.php?id=34849
https://mantisbt.org/bugs/view.php?id=34849
Re: Manage Email Reporting - Error #1502
2.27 made a change to how categories worked.
Should be fixed now in 0.11.0-DEV
https://github.com/mantisbt-plugins/Ema ... c43c2c7051
Should be fixed now in 0.11.0-DEV
https://github.com/mantisbt-plugins/Ema ... c43c2c7051
Re: Manage Email Reporting - Error #1502
Good news! Problem fixed.
Bad news. Clicking Manage Email Reporting then Manage Configuration Options (first tab) does not work. On page mantisbt/plugin.php?page=EmailReporting/manage_config it produces:
INTERNAL APPLICATION ERROR
Please use the "Back" button in your web browser...
To test, I copied the updated file from Git and applied it to the 2.27.0 installation. As before, it's operational in 2.26.4
Nonetheless, thanks for the quick attention.
Bad news. Clicking Manage Email Reporting then Manage Configuration Options (first tab) does not work. On page mantisbt/plugin.php?page=EmailReporting/manage_config it produces:
INTERNAL APPLICATION ERROR
Please use the "Back" button in your web browser...
To test, I copied the updated file from Git and applied it to the 2.27.0 installation. As before, it's operational in 2.26.4
Nonetheless, thanks for the quick attention.
Re: Manage Email Reporting - Error #1502
You probably need this fix: https://github.com/mantisbt-plugins/Ema ... 4bc00ef24e
I advise upgrading to 0.11.0-DEV fully.
I advise upgrading to 0.11.0-DEV fully.
Re: Manage Email Reporting - Error #1502
Thanks for the update but I don't know what should be updated. If you're referring to the plugin, I go to https://github.com/mantisbt-plugins/EmailReporting but see no tag "0.11.0-DEV". Perhaps the tag hasn't been created yet?
Could you please clarify?
Could you please clarify?
Re: Manage Email Reporting - Error #1502
https://github.com/mantisbt-plugins/EmailReporting
Clock on "<> Code" and "Download ZIP"
Clock on "<> Code" and "Download ZIP"
Re: Manage Email Reporting - Error #1502
Thank you. All is right with the world again.
Re: Manage Email Reporting - Error #1502
I always try to use MantisBT functions in the plugin as much as possible but this caused various issues as we've noticed in ManstisBT 2.27.
It also caused some desired functionality to no longer work as we wanted. There was no way to get this to work with the current way this was written.
So i've rewritten the function.
The categories should work as desired now and we should no longer see duplicated categories per project.
https://github.com/mantisbt-plugins/Ema ... 47e59e1a7d
It also caused some desired functionality to no longer work as we wanted. There was no way to get this to work with the current way this was written.
So i've rewritten the function.
The categories should work as desired now and we should no longer see duplicated categories per project.
https://github.com/mantisbt-plugins/Ema ... 47e59e1a7d