Michstuff Posted December 1, 2016 Share Posted December 1, 2016 this is the message i get: Fatal error: Undefined class constant 'TEMPLATE_INVOICE' in /home/credmb1q/public_html/controllers/admin/AdminPdfController.php on line 204 What can i do to fix this? Link to comment Share on other sites More sharing options...
Michstuff Posted December 1, 2016 Author Share Posted December 1, 2016 line 204 show this: $this->generatePDF($order_invoice, PDF::TEMPLATE_INVOICE); Link to comment Share on other sites More sharing options...
tuk66 Posted December 5, 2016 Share Posted December 5, 2016 What is your version? Link to comment Share on other sites More sharing options...
Michstuff Posted January 21, 2017 Author Share Posted January 21, 2017 problem is still presisting after upgrading to prestashop 1.6.1.11... ( ! ) Fatal error: Uncaught Error: Undefined class constant 'TEMPLATE_INVOICE' in /home/credmb1q/public_html/controllers/admin/AdminPdfController.php on line 204 ( ! ) Error: Undefined class constant 'TEMPLATE_INVOICE' in /home/credmb1q/public_html/controllers/admin/AdminPdfController.php on line 204 Call Stack # Time Memory Function Location 1 0.0003 378944 {main}( ) .../index.php:0 2 0.0870 8293216 DispatcherCore->dispatch( ) .../index.php:58 3 0.1144 10842168 ControllerCore->run( ) .../Dispatcher.php:367 4 0.1474 13493296 AdminPdfControllerCore->postProcess( ) .../Controller.php:178 5 0.1474 13493296 AdminControllerCore->postProcess( ) .../AdminPdfController.php:31 6 0.1476 13494448 AdminPdfControllerCore->processGenerateInvoicePdf( ) .../AdminController.php:915 7 0.1476 13494480 AdminPdfControllerCore->generateInvoicePDFByIdOrderInvoice( ) .../AdminPdfController.php:61 Link to comment Share on other sites More sharing options...
tuk66 Posted February 1, 2017 Share Posted February 1, 2017 That constant TEMPLATE_INVOICE is defined in the /classes/pdf/PDF.php file. Can be that you have mixed old and new code? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now