http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14463
--- Comment #9 from Chris Nighswonger <[email protected]> --- (In reply to Lennon Mazonde from comment #7) > (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 The log segment you posted originally (whether or not it is related to the EAN13 issue) shows that your system is misconfigured. As you have discovered above, you will have to configure all of the required fonts in your koha-conf.xml file in order to clear the log of errors and have other things work correctly (mainly diacriticals). The best place to get step-by-step instructions would be on the user (or maybe in this case, the developer) list. Bug 8375 may also yield some insight. After reading your subsequent followup, I do agree with Bernardo that the root of you issue is probably EAN13 issues. Sorry for not being more descriptive, but my time is crunched atm. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
