Home >Backend Development >PHP Tutorial >php tcpdf error script error autoit error rads erro

php tcpdf error script error autoit error rads erro

WBOY
WBOYOriginal
2016-07-29 08:52:411222browse

FPDF error: Could not include font metric file

There are two reasons for this error:

1. The font file is missing

2. Insufficient permissions on font files , requires 777 permissions

3. Font file path problem

Content Encoding Error

Not encountered yet.

Solution:

Set ob_gzhandler=0

<code><span>Warning: FPDF::include(helveticab.php) [function.FPDF-include]: failed to open stream: No such file or directory Warning: FPDF::include() [function.include]: Failed opening 'helveticab.php' for inclusion FPDF error: Could not include font metric file</span></code>
<code>缺少字体相关helveticab.php和其他PHP文件字体文件夹</code>

View other errorsClick to visit

The above has introduced php tcpdf error, including error and php content. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn