When I try to create a Word document from View Issues-> Print Reports and click on the Word icon it creates the Word doc but when I open the Word file I get an error window saying:
Problems During Load
Problems came up in the following areas during load:
Missing file https://<myhost>/mantis/css/default.css
Then I hit ok but the report looks pretty ugly compared to how it comes out on another machine.
If I create the report with the View Issues-> Print Reports and click on the Internet Explorer icon it comes up nicely in IE and I can save it as a .mht file, but I'd rather have a Word doc.
The Mantis version information does not display anywhere (even on the Main page) and I don't control the server so I can't tell you the Mantis version.
I do see that the default.css file looks to be there on the server because I can go to the mantis/css page and see default.css there.
Any solutions? Thanks
Reports - Word doc Error: missing default.css
Moderators: Developer, Contributor
Re: Reports - Word doc Error: missing default.css
You should update to 1.2.1 where this should be fixedgoodhart wrote:When I try to create a Word document from View Issues-> Print Reports and click on the Word icon it creates the Word doc but when I open the Word file I get an error window saying:
Problems During Load
Problems came up in the following areas during load:
Missing file https://<myhost>/mantis/css/default.css
http://www.mantisbt.org/bugs/view.php?id=10877
Since 1.2.x you can see the version by clicking the "Manage" link when logged in as an administrator.goodhart wrote: The Mantis version information does not display anywhere (even on the Main page) and I don't control the server so I can't tell you the Mantis version.
This was changed, but you can enable the former version display by setting $g_show_version = ON; in config_inc.php
But if this information is visible for everyone, this might lead to security problems.