Problème affichage facture PDF

3 messages dans ce sujet

Posté(e) · Signaler ce message

Bonsoir à tous,

Voilà, je ne peux pas afficher les factures qui contiennent un avoir.

Voici l'erreur:

Notice: Use of undefined constant PDF_AVOIR - assumed 'PDF_AVOIR' in /home/aveniretin/domains/au-marche-de-gaia.com/public_html/factures/invoice.php on line 542

Warning: Cannot modify header information - headers already sent by (output started at /home/aveniretin/domains/au-marche-de-gaia.com/public_html/factures/invoice.php:542) in /home/aveniretin/domains/au-marche-de-gaia.com/public_html/lib/class/pdf/fpdf.php on line 1022

FPDF error: Some data has already been output to browser, can't send PDF file

Je vous mets les bouts de code correspondant:

	if ($Avoir > 0) {

	$this->SetXY( $re, $y1+$k );

	$this->Cell( 17,4, PDF_AVOIR);

	$this->SetXY( $re+25, $y1+$k );

	$this->Cell( 17,4, sprintf("%0.2f",$Avoir)." $devise", '', '', 'R');

	$k = $k+5;

	}
		case 'I':

			//Send to standard output

			if(ob_get_contents())

				$this->Error('Some data has already been output, can\'t send PDF file');

			if(php_sapi_name()!='cli')

			{

				//We send to a browser

				header('Content-Type: application/pdf');

				if(headers_sent())

					$this->Error('Some data has already been output to browser, can\'t send PDF file');

				header('Content-Length: '.strlen($this->buffer));

				header('Content-disposition: inline; filename="'.$name.'"');

			}

			echo $this->buffer;

			break;

Quelqu'un a une idée?

Merci d'avance.

Très bonne soirée à tous,

Natty. :mellow:

Partager ce message


Lien à poster
Partager sur d’autres sites

Posté(e) · Signaler ce message

bonjour,

il faut regarder dans le fichier de langue si PDF_AVOIR est défini

Partager ce message


Lien à poster
Partager sur d’autres sites

Posté(e) · Signaler ce message

En effet, il était inexistant...

Merci beaucoup Paulanna, je n'aurais jamais pensé que c'était si simple...

MERCI!!!!! :mellow:

Partager ce message


Lien à poster
Partager sur d’autres sites

Créer un compte ou se connecter pour commenter

Vous devez être membre afin de pouvoir déposer un commentaire

Créer un compte

Créez un compte sur notre communauté. C’est facile !


Créer un nouveau compte

Se connecter

Vous avez déjà un compte ? Connectez-vous ici.


Connectez-vous maintenant

Twitter Advisto ecommerce

Facebook PEEL Shopping