Invoicing printing blank or 500 error

< 1 min read

If you moved to a server with PHP 5.4, you might get blank invoices from your admin when using the Print Invoice button.

If you Googled this, you probably found yet another StackOverflow link – https://stackoverflow.com/questions/17022829/magento-blank-empty-page-whene-printing-invoice-on-backend

From the above link:

Make a core override:

Copy – [magento root]/lib/Zend/Pdf/FileParserDataSource.php

To – [magento root]/app/code/local/Zend/Pdf/FileParserDataSource.php

Fixed it by commenting out __construct() and __destruct() methods in lib/Zend/Pdf/FileParserDataSource.php

// abstract public function __construct();

/**
* Object destructor. Closes the data source.
*
* May also perform cleanup tasks such as deleting temporary files.
*/
// abstract public function __destruct();

Then clear Magento cache and test.

Scroll to Top

We can help you. Right now.

Fast growing merchants depend ServerGuy for high-performance hosting. Experience counts. Let's get started.

Talk to a sales representative

USA / Worldwide

+1.714.2425683

India

+91.9852704704