Friday, 27 November 2015

Magento Pdf attached not sending and pdf invoice not working

This an incompatibility issue between PHP Version 5.4.4 and zend Framwork .

Fixed it by change in this function lib/Zend/Pdf/FileParserDataSource.php.

change

abstract public function __construct();
or
abstract public function __destruct();
to

abstract public function __construct($filePath);