Page 1 of 1

Phoca PDF for chinese?

Posted: 19 Jan 2016, 15:02
by redisblue
my joomla is 3.4.8
i don't know how to add "DroidSansFallback"
i step by https://www.phoca.cz/documents/49-phoca- ... -component

but always error
how can i do?

Image
Image

Re: Phoca PDF for chinese?

Posted: 23 Jan 2016, 13:10
by Jan
Hi, there were changes regarding uploads in Joomla!.
This will be changed in next version of Phoca PDF.

Quick fix: for now, go to:
administrator\components\com_phocapdf\models\phocapdffonts.php

cca line: 243 and change from:

Code: Select all

$uploaded = JFile::upload($tmp_src, $tmp_dest);
to:

Code: Select all

$uploaded = JFile::upload($tmp_src, $tmp_dest, false, true);
Jan

Re: Phoca PDF for chinese?

Posted: 03 Oct 2016, 13:58
by Jan