Page 1 of 1

Manage Configuration Options

Posted: 06 Apr 2016, 08:27
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

Re: Manage Configuration Options

Posted: 06 Apr 2016, 16:16
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

Re: Manage Configuration Options

Posted: 06 Apr 2016, 16:36
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

Re: Manage Configuration Options

Posted: 07 Apr 2016, 07:18
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

Re: Manage Configuration Options

Posted: 07 Apr 2016, 15:36
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