Forums / Cotonti / Extensions / Support / [help] Print, PDF Version, E-mail to friend

Kaan
#25282 2010-07-22 00:25
Problem:

Warning: html_entity_decode() [function.html-entity-decode]: charset `ISO-8859-9' not supported, assuming iso-8859-1 in /home/****/****/plugins/an_ppve/inc/tcpdf/tcpdf.php on line 10556
TCPDF ERROR: Some data has already been output, can't send PDF file

tcpdf.php on line 10556
public function unhtmlentities($text_to_convert) {
return html_entity_decode($text_to_convert, ENT_QUOTES, $this->encoding);
}

What is problem.?