PDF Report Blank
-
Can someone else under ubuntu test the pdf export feature too please?
-
@x23piracy Don’t forget, you might need to install htmldoc (if it’s not already installed).
-
@Quazz I’m running CentOS 7, RC-30 and I have the same blank report described here.
Report Management -> Inventory -> PDF
Gives me a file called
InventoryReport.pdf
that is 0 bytes in size.Moved to bugs.
-
@Wayne-Workman They all work fine on my end. Not sure what else I can say about it, maybe your inventory is far larger causing it to fail?
Also, I’m on RC33
Do you have the same apache errors as x23piracy?
-
@Quazz Nah, I tested on my home fog server. It has about 6 machines in inventory.
I got a new job that starts a little later in the day, so I’m able to prowl the forums just in the mornings and after work for now.
-
@Wayne-Workman Only thing I can think of that might be different (aside from RC version) is that I at one point installed the yumgroup for development tools.
-
Found this in my error log, which is pretty obvious:
sh: htmldoc: command not found sh: htmldoc: command not found
-
@Tom-Elliott said in PDF Report Blank:
@x23piracy Don’t forget, you might need to install htmldoc (if it’s not already installed).
root@fog:~# apt-get install htmldoc Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig htmldoc ist schon die neueste Version. Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt: dbconfig-common javascript-common libjs-codemirror libjs-jquery libjs-jquery-cookie libjs-jquery-event-drag libjs-jquery-metadata libjs-jquery-mousewheel libjs-jquery-tablesorter libjs-jquery-ui libjs-underscore libonig2 libqdbm14 Verwenden Sie »apt-get autoremove«, um sie zu entfernen. 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 2 nicht aktualisiert.```
-
@x23piracy Probably want to run
apt-get auto-remove
to clean that stuff up.Curious how this problem seems to limit itself to Ubuntu (so far as we know), though.
edit: changed to apt-get for ubuntu 14
-
@Quazz I was able to replicate the problem.
Should be fixed in RC-34.
-
In the latest, the banner logo is now a part of the header of the HTML documents too, YAY!
-
@Quazz said in PDF Report Blank:
Curious how this problem seems to limit itself to Ubuntu (so far as we know), though.
My home-production server I tested on is running CentOS 7.
-