Page 1 of 1

TCPDF ERROR: Some data has already been output, can't send P

Posted: 26 Feb 2009, 23:43
by markled
Hi all,

Can anyone please give us a tip....

We keep getting this error :x
"TCPDF ERROR: Some data has already been output, can't send PDF file" :evil:

We have tried different servers..and we just can't solve the problem or even find the exact problem..

Our system:
joomla 1.5.9 + vm 1.1.3
ubuntu 8.10 (apache 2 with php 5)
and pdf version: tcpdf 4_5_018

Everything was fresh installed to try to solve this problem.... again and again..

Anyone please?

Many thanks in advance!

Grtz

Mark

Re: TCPDF ERROR: Some data has already been output, can't send P

Posted: 01 Mar 2009, 22:50
by jimmie
Sorry, same problem here since the 13th of february ??

After many hours Googling nobody has a solution...

But I changed nothing... Maybe... my provider told me the updated the Mysql :?

Joomla 1.5.9 and VM 1.1.2/1.1.3 (both still the TCPDF error)
PHP 5.2.8
Mysql 5.0.51a

Kind regards, Jimmie

Re: TCPDF ERROR: Some data has already been output, can't send P

Posted: 02 Mar 2009, 16:35
by Jan
Hi, this is not about servers, it is mostly caused by some php error or warning which is rendered before PDF output...

if there is a HTML output and you got some error before HTML is output, no problems there
but if you got such error before PDF is outputed, there is a problem becuse PDF needs to have own header....

try to check the errors, try to check the UTF-8 for your saved files, try to check the language settings of VM for errors...

Jan