Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
cesa.co.za /
fpdf /
templates /
Delete
Unzip
Name
Size
Permission
Date
Action
cannot_parse.html
1.59
KB
-rw-r--r--
2013-05-22 07:58
error._connection.tpl
266
B
-rw-r--r--
2013-05-22 07:58
error._footer.tpl
30
B
-rw-r--r--
2013-05-22 07:58
error._header.tpl
604
B
-rw-r--r--
2013-05-22 07:58
error._http.tpl
180
B
-rw-r--r--
2013-05-22 07:58
error._missing_afm.tpl
1.98
KB
-rw-r--r--
2013-05-22 07:58
error._no_fetchers.tpl
185
B
-rw-r--r--
2013-05-22 07:58
error._redirects.tpl
165
B
-rw-r--r--
2013-05-22 07:58
error_exec.tpl
1.88
KB
-rw-r--r--
2013-05-22 07:58
missing_exec.html
1.47
KB
-rw-r--r--
2013-05-22 07:58
missing_gs.html
3.07
KB
-rw-r--r--
2013-05-22 07:58
missing_pdflib.html
2.16
KB
-rw-r--r--
2013-05-22 07:58
missing_url_fopen.html
1.16
KB
-rw-r--r--
2013-05-22 07:58
Save
Rename
<h1>Error: missing font metrics file</h1> <p> Font metric file <tt><?php echo $_filename; ?></tt> for font <strong><?php echo $_typeface?></strong> missing. You must have AFM font metric files intalled on your server in order to use the <b>PS</b> output method. Metric files <i>may</i> be taken from Ghostscript distribution. (Note that you do NOT need the Ghostscript itself). </p> <table> <tr class="odd"> <th width="20%">Problem</th><th>Solution</th> </tr> <tr class="even"> <td>Metric files are not installed on your server</td> <td> Install either ghostscript-fonts or any other Type1 font package containing metric files. Edit .html2ps.config and config.inc.php to point to installed metric files. </td> </tr> <tr class="odd"> <td>The <tt>TYPE1_FONTS_REPOSITORY</tt> points to incorrect directory.</td> <td>Edit config.inc.php; set the value of <tt>TYPE1_FONTS_REPOSITORY</tt> to directory where your font metric files reside.</td> </tr> <tr class="even"> <td>You have no requested metric file.</td> <td> Probably you're using non-standard font package. HTML2PS is configured to work with fonts distributed with Ghostscript out-of-the-box. If you're using other fonts, edit .html2ps.config. <tt>metrics</tt> items should contain names of metric files you're using. </td> </tr> <tr class="odd"> <td>You've forgot to register the AFM metric file for this font.</td> <td> Register the metric file according to the <a href="help/howto_fonts.html">HOWTO: Install custom fonts</a>. </td> </tr> <tr class="even"> <td>AFM file is not readable by the script.</td> <td> Check if AFM file permissions allow this file to be read by all user accouts (or, at least, the user accout PHP is running on). </td> </tr> <tr class="even"> <td>PHP safe_mode <a href="http://php.net/manual/features.safe-mode.php#ini.open-basedir">open_base_dir</a> restriction prevents AFM file to be opened.</td> <td> Copy AFM files to any available directory under the 'open_base_dir'. An alternative approach is to disable 'safe_mode'. </td> </tr> </table>