Topic on Talk:MediaWiki 1.29

upload a .doc file, encountering: "The file is a corrupt or otherwise unreadable ZIP file. It cannot be properly checked for security."

2
Summary by Kghbln

Add $wgVerifyMimeType = false; to your "LocalSettings.php" to avoid checks. NOT RECOMMENDED FOR PUBLIC WIKIS

Banaticus (talkcontribs)

When I try to upload a .doc file, I'm encountering a problem that seems to have come from an earlier version: "The file is a corrupt or otherwise unreadable ZIP file. It cannot be properly checked for security." I'm running this version of MediaWiki:

MediaWiki1.29.1
PHP7.1.9 (cgi-fcgi)
MySQL5.6.36-cll-lve
ICU57.1

Banaticus (talk) 16:29, 31 October 2017 (UTC)

Kghbln (talkcontribs)

So adding $wgVerifyMimeType = false; to your "LocalSettings.php" file did not help?