Jump to content

Problema al ver facturas Strict Standards:


Recommended Posts

hola tengo el siguiente mensaje al tratar de ver las facturas en pdf.

 

Strict Standards: Declaration of OrderInvoice::getProductTaxesBreakdown() should be compatible with OrderInvoiceCore::getProductTaxesBreakdown($order = NULL) in /home/sistegra/public_html/classes/PrestaShopAutoload.php on line 121

Warning: Division by zero in /home/sistegra/public_html/tools/tcpdf/tcpdf.php on line 22982

Warning: array_fill(): Number of elements must be positive in /home/sistegra/public_html/tools/tcpdf/tcpdf.php on line 22984

Warning: Cannot modify header information - headers already sent by (output started at /home/sistegra/public_html/classes/PrestaShopAutoload.php:121) in /home/sistegra/public_html/tools/tcpdf/tcpdf.php on line 8966
TCPDF ERROR: Some data has already been output to browser, can't send PDF file

Link to comment
Share on other sites

Hay algún módulo que está sobreescribiendo la función getProductTaxesBreakdown y está provocando ese error. Mira en la carpeta /override/classes, deberías tener un fichero que se llama OrderInvoice.php. Ábrelo y modifica la función

getProductTaxesBreakdown()

por

getProductTaxesBreakdown($order = NULL)

Por otra parte, si deshabilitas errores seguramente también te funcione.

Link to comment
Share on other sites

al desactivar todos los errores desaparecio... pero me sale un poco rara la factura pdf, me sale como que muy abajo... sabes que puede ser?

 

No, pero parece que algún módulo te está sobreescribiendo alguna función que podría afectar a la factura.

Link to comment
Share on other sites

  • nadie locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...