Manage Configuration Options

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

Moderators: Developer, Contributor

Post Reply
NandoNaldo
Posts: 122
Joined: 09 Mar 2016, 21:44

Manage Configuration Options

Post by NandoNaldo »

I installed the plugin this morning but i have this error message in the Manage Configuration Options:

Please correct any Collation issues shown below otherwise MantisBT might return query errors
MantisBT Administration - Check Installation

Checking Table Collation is utf8 for mantis_plugin_EmailReporting_msgids_table....
latin1_swedish_ci


BAD
SL-Gundam
Posts: 722
Joined: 06 Jul 2011, 14:17

Re: Manage Configuration Options

Post by SL-Gundam »

Yes that code is based on on MantisBT admin check page

MantisBT has not provided any code to automatically correct it so you need to do it manually in the database
It weird though that its only for the msgids table which was created by EmailReporting. Will check into that
SL-Gundam
Posts: 722
Joined: 06 Jul 2011, 14:17

Re: Manage Configuration Options

Post by SL-Gundam »

This has now been corrected

https://github.com/mantisbt-plugins/Ema ... 4fc98d7ff2

I advise you do the following

Upgrade EmailReporting to 0.9.1-DEV
Delete "plugin_EmailReporting_schema" from the manage configuration page
Drop the "mantis_plugin_EmailReporting_msgids_table" table

Go to the manage plugins page and upgrade EmailReporting

That should fix this
NandoNaldo
Posts: 122
Joined: 09 Mar 2016, 21:44

Re: Manage Configuration Options

Post by NandoNaldo »

Where can i find the EmailReporting 0.9.1 ?

What about the development versions (e.g. 0.9.0-DEV) , they are not meant for production environments.

Regards
SL-Gundam
Posts: 722
Joined: 06 Jul 2011, 14:17

Re: Manage Configuration Options

Post by SL-Gundam »

https://github.com/mantisbt-plugins/EmailReporting - Just click "download zip"

DEV versions are usually not ready for production environments because there not fully tested. But the 0.9.1-DEV version only has fixes for issues in 0.9.0 and our DEV versions are pretty well tested :D. So i'm pretty sure it should not create any more issues then you already have
Post Reply