I had this problem when upgrading from 2.8 to 2.21. For me the solution was to add the following line to php.ini under the section [ExtensionList]:
extension=php_fileinfo.dll
Some more info https://www.php.net/manual/en/fileinfo.installation.php.
Search found 6 matches
- 02 May 2019, 09:37
- Forum: Help
- Topic: old attachement not work after upgrade to 2.10
- Replies: 13
- Views: 13224
- 14 Feb 2018, 16:36
- Forum: Help
- Topic: Extra header tags in emails make them unreadable
- Replies: 5
- Views: 3845
Re: Extra header tags in emails make them unreadable
I am using SendGrid as SMTP server. Our mails do come in over Exchange, so it's a bit of both I guess.
- 13 Feb 2018, 08:39
- Forum: Help
- Topic: Extra header tags in emails make them unreadable
- Replies: 5
- Views: 3845
Re: Extra header tags in emails make them unreadable
Hi rkarmann, I am using 2.8. I tried 2.11 too but it has the same problem. I have not changed the core files. I have a few plugins installed: Source Subversion Integration and Mantis CSV Importer. But I had this problem before I installed the plugins.
- 12 Feb 2018, 15:05
- Forum: Help
- Topic: Extra header tags in emails make them unreadable
- Replies: 5
- Views: 3845
Extra header tags in emails make them unreadable
The emails that Mantis sends to our users are very weird. Apparently an extra header tag <h2> is inserted as soon as a CR is found in the Note text. In the example below just before 'SCM Issue: 1419' a CR was inserted. Also, there are no line breaks to make it more readable.


- 12 Feb 2018, 14:57
- Forum: Help
- Topic: Mantis attempts but never completes SVN Import Everything
- Replies: 2
- Views: 2622
Re: Mantis attempts but never completes SVN Import Everything
I'm experiencing the same problem. 

- 04 Jan 2018, 10:54
- Forum: Help
- Topic: Is there a way to simply rename a Status?
- Replies: 3
- Views: 3976
Re: Is there a way to simply rename a Status?
I wanted to change a number of names. In order to do this properly, I made additions to the following files.
config_inc.php:
# --- Custom ---
# Revised enum string with statusses
$g_status_enum_string = '10:new,20:analysis,30:ccb_review,40:confirmed,50:development,80:resolved,90:closed ...
config_inc.php:
# --- Custom ---
# Revised enum string with statusses
$g_status_enum_string = '10:new,20:analysis,30:ccb_review,40:confirmed,50:development,80:resolved,90:closed ...