I get the same error:

Warning: Wrong parameter count for class_exists() in
/usr/share/php/fpdf/fpdf.php

You can bypass if as already sugges or change the second parameter

-if(!class_exists('FPDF', false))
+if(!class_exists('FPDF'))

Alessandro 

PS i do not know if this is a really debian bug or fpdf bug for PHP4



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to