Search found 5 matches

by dhintr
26 Jan 2017, 20:55
Forum: Help
Topic: Chaotic mail formatting after mantis upgrade
Replies: 3
Views: 3269

Re: Chaotic mail formatting after mantis upgrade

Did help indeed. I commented out the following lines in core/email_api.php:
$t_mail->LE = "\r\n";
$t_mail->Encoding = 'quoted-printable';

Now it works :)

Thanks
by dhintr
25 Jan 2017, 13:47
Forum: Help
Topic: Chaotic mail formatting after mantis upgrade
Replies: 3
Views: 3269

Re: Chaotic mail formatting after mantis upgrade

Is there any way to change the email formatting without changing some config?
by dhintr
24 Jan 2017, 19:17
Forum: Help
Topic: Migrate data v1.2.19 to v2.0.0
Replies: 7
Views: 6543

Re: Migrate data v1.2.19 to v2.0.0

I dont know if I understand your problem correctly, this is what I suppose you mean: you have installation X (mantis version 1.2.19) and you have installation Y (mantis version 2.0.0) and you want to use the database of X in Y. This is possible by altering the config file (database name, account and...
by dhintr
24 Jan 2017, 08:51
Forum: Help
Topic: Migrate data v1.2.19 to v2.0.0
Replies: 7
Views: 6543

Re: Migrate data v1.2.19 to v2.0.0

As far as I know, you have to just copy the config files and the custom files: https://www.mantisbt.org/manual/admin.i ... grade.html
Or am I missing the question?
by dhintr
24 Jan 2017, 07:46
Forum: Help
Topic: Chaotic mail formatting after mantis upgrade
Replies: 3
Views: 3269

Chaotic mail formatting after mantis upgrade

Hi! I am experiencing the following problem: We upgraded our mantis to 2.0.0 and so far everything seems to work but the email notifications. First thing; outlook says that it has removed extra line breaks from the message (which wasnt so with the notifications of our old mantis version), secondly (...