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?
Phoca PDF for chinese?
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca PDF for chinese?
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:
to:
Jan
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);
Code: Select all
$uploaded = JFile::upload($tmp_src, $tmp_dest, false, true);
If you find Phoca extensions useful, please support the project
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca PDF for chinese?
If you find Phoca extensions useful, please support the project