02-20-2017, 07:26 AM
(12-22-2016, 04:31 PM)JoopK Wrote: I installed App Version: 1.3.5 Database Version: 1.2.8.
Downloading of xlsx and docx files is causing trouble. Excel fails totally, word can recover.
The download via OpenDocMan does not give the same result as downloading the file directly from the file system?
See attachment.
What to do?
Hi JoopK,
It seems you hit the same problem as I did, which is caused by the Dutch language setting. The "shift" you are talking about in your document, is a single whitespace that is added before the document contents. I traced it back as follows:
- You call view_file.php on the URL
- That calls odm-load.php
- Which calls odm-init.php
- On to functions.php
- And finally (because of NL language setting) calls ./includes/language/dutch.php
- And that file (dutch.php) has 1 whitespace before the PHP tag. (and that is displayed before the document contents)
Hope this works for you as well.
Kind Regards,
Erik