Phoca PDF for chinese?

Phoca PDF - creating PDF documents in Joomla! CMS
redisblue
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 19 Jan 2016, 14:49

Phoca PDF for chinese?

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47870
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca PDF for chinese?

Post 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
If you find Phoca extensions useful, please support the project
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47870
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca PDF for chinese?

Post by Jan »

If you find Phoca extensions useful, please support the project
Post Reply