http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14463 --- Comment #7 from Lennon Mazonde <okay7675@gmail.com> --- (In reply to Chris Nighswonger from comment #1)
The problem appears to be that you do not have the font configuration set correctly in your koha-conf.xml. This is evident from the lines like:
ERROR in koha-conf.xml -- missing <font> type="Ft2">/path/to/font.ttf</font>
You will need to set the path to match the location of the Truetype fonts on your system.
This should fix the problem. If it does, please close the bug; otherwise, feel free to update with more information.
Hi Chris, sorry for the late response. I'm assuming 'Ft2' stands for Freetype2? I don't seem to have that font installed anywhere in my directories (/usr/share/fonts/truetype/). How do i install it (noob alert, step-by-step instructions would be appreciated)? Note: As a test, i copied and renamed one of the fonts in /usr/share/fonts/truetype/ to 'Ft2.ttf' and set the path in koha-conf.xml to <font type="Ft2">/usr/share/fonts/truetype/ttf-dejavu/Ft2.ttf</font>. The error still occurs and the intranet error logs show the following ERROR in koha-conf.xml -- missing <font type="Ft1">/path/to/font.ttf</font> The missing font type changed from Ft2 to Ft1 -- You are receiving this mail because: You are watching all bug changes.