par
Invité » 06 févr. 2007, 19:10
Voici ce que j'ai fait:
<?
require_once('html2fpdf/html2fpdf.php');
// activate Output-Buffer:
ob_start();
?>
Code la page
<html>
</html>
Voici ce qu'il me répond??
Warning: file_get_contents(): URL file-access is disabled in the server configuration in /var/www/data/lri/G/M/L/A/GMLA58RP/templates/default/html2fpdf/html2fpdf.php on line 2211
Warning: file_get_contents(
http://www.informationhospitaliere.com/ ... style1.css): failed to open stream: no suitable wrapper could be found in /var/www/data/lri/G/M/L/A/GMLA58RP/templates/default/html2fpdf/html2fpdf.php on line 2211
Warning: Cannot modify header information - headers already sent by (output started at /var/www/data/lri/G/M/L/A/GMLA58RP/templates/default/html2fpdf/html2fpdf.php:2211) in /var/www/data/lri/G/M/L/A/GMLA58RP/templates/default/html2fpdf/fpdf.php on line 1665
FPDF error: Some data has already been output to browser, can't send PDF file
Sauf que mon code ne fait que 400 lignes
