RicRey Posted June 8, 2015 Share Posted June 8, 2015 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 121Warning: Division by zero in /home/sistegra/public_html/tools/tcpdf/tcpdf.php on line 22982Warning: array_fill(): Number of elements must be positive in /home/sistegra/public_html/tools/tcpdf/tcpdf.php on line 22984Warning: 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 8966TCPDF ERROR: Some data has already been output to browser, can't send PDF file Link to comment Share on other sites More sharing options...
joseantgv Posted June 8, 2015 Share Posted June 8, 2015 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 More sharing options...
RicRey Posted June 8, 2015 Author Share Posted June 8, 2015 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? Link to comment Share on other sites More sharing options...
joseantgv Posted June 8, 2015 Share Posted June 8, 2015 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 More sharing options...
tuk66 Posted June 9, 2015 Share Posted June 9, 2015 Deshabilitar el informe de errores /* Debug only */if (!defined('_PS_MODE_DEV_')) define('_PS_MODE_DEV_', false); en /config/defines.inc.php. Link to comment Share on other sites More sharing options...
Recommended Posts