Reports - Word doc Error: missing default.css

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
goodhart
Posts: 4
Joined: 19 May 2010, 19:47

Reports - Word doc Error: missing default.css

Post by goodhart »

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
atrol
Site Admin
Posts: 8580
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Reports - Word doc Error: missing default.css

Post by atrol »

goodhart 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
You should update to 1.2.1 where this should be fixed
http://www.mantisbt.org/bugs/view.php?id=10877
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.
Since 1.2.x you can see the version by clicking the "Manage" link when logged in as an administrator.
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.
Please use Search before posting and read the Manual
Post Reply