59 lines
1.2 KiB
HTML
Executable File
59 lines
1.2 KiB
HTML
Executable File
<html>
|
|
<head>
|
|
<title>html2ps/html2pdf error message</title>
|
|
<style>
|
|
body {
|
|
color:#000;
|
|
background-color:#fff;
|
|
margin:10px;
|
|
font-family:arial, helvetica, sans-serif;
|
|
color:#000;
|
|
font-size:12px;
|
|
line-height:18px;
|
|
}
|
|
p,td {
|
|
color:#000;
|
|
font-size:12px;
|
|
line-height:18px;
|
|
margin-top:3px;
|
|
vertical-align: top;
|
|
}
|
|
h1 {
|
|
font-family:arial, helvetica, sans-serif;
|
|
color:#669;
|
|
font-size:27px;
|
|
letter-spacing:-1px;
|
|
margin-top:12px;
|
|
margin-bottom:12px;
|
|
}
|
|
tr.odd {
|
|
background-color: #f0f0f0;
|
|
}
|
|
tr.even {
|
|
background-color: #ffffff;
|
|
}
|
|
td {
|
|
padding: 3px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Error</h1>
|
|
<p>
|
|
<tt>allow_url_fopen</tt> oprions is disabled in your PHP configuration.
|
|
You will not be able to use this script, as it uses <tt>fopen</tt> PHP function
|
|
to fetch HTML pages.
|
|
<p>
|
|
<table width="100%">
|
|
<tr class="odd">
|
|
<th width="20%">Problem</th><th>Solution</th>
|
|
</tr>
|
|
<tr class="even">
|
|
<td rowspan="2"><tt>allow_url_fopen</tt> is disabled</td>
|
|
<td>Set <tt>allow_url_fopen</tt> to <tt>On</tt> in your php.ini (refer your PHP manual or <a href="http://www.php.net">www.php.net</a> for exact instructions)</td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|