Jump to content

Visualizza fattura TCPDF ERROR


robrob

Recommended Posts

Salve, cliccando su genera fattura non da errore ma quando vado a cliccare sull'icona visualizza fattura ho il seguente messaggio su pagina bianca:

 

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

 

ho provato le soluzioni che ho trovato nel forum e cioè:

 

https://github.com/PrestaShop/PrestaShop/commit/433a446a35ae5ef74fbf92a500b3a7e072b8a443

 

ma non è servita a nulla,

qualcuno sa correggere questo bug perchè credo non si possa definire in altro modo

versione prestashop 1.5.6.2 aggiornata dalla 1.4.8 (qui le fatture in pdf si visualizzavano benissimo)

grazie

 

 

Link to comment
Share on other sites

Può essere che le fatture fanno PHP Notices or Warnings messaggi. Basta impostare il valore di error_reporting Errors nel php.ini.

 

It can be that your invoices do PHP Notices or Warnings messages. Just set error_reporting value to Errors in php.ini.

Link to comment
Share on other sites

Visualizzo questo messaggio:

I see this message:

Notice: ob_clean() [ref.outcontrol]: failed to delete buffer zlib output compression. in /.../classes/pdf/PDF.php on line 86
TCPDF ERROR: Some data has already been output, can't send PDF file

		82 if ($render)
		83 {
		84 	// clean the output buffer
		85 	if (ob_get_level() && ob_get_length() > 0)
		86 		ob_clean();
		87 	return $this->pdf_renderer->render($this->filename, $display);
		88 }

Edited by robrob (see edit history)
Link to comment
Share on other sites

Sicuramente è un errore dopo l'aggiornamento alla versione 1.5.6 perchè in un altro dominio con la stessa versione installata direttamente non mi da questo errore quindi qualcuno sa dove andare a guardare, database , file, cartelle?

 

 

Surely it is an error after updating to version 1.5.6 because in another domain with the same version installed directly does not give me this error so someone knows where to look, databases, files, folders?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...