贴心
全国7×24小时客服热线
安全
病毒杀除率高于99%
稳定
网站可用性高于99.9%
实力
服务68家上市企业及集团公司
点击数:15212015-07-31 10:17:31 来源: 外贸网站建设,深圳外贸网站建设,深圳网站建设,外贸商城网站制作-亿恩科技
Magento后台Invoice无法打印pdf,配置环境是php 5.4+nginx 会出现下面的情况
Fatal error: Declaration of Zend_Pdf_FileParserDataSource_File::__construct() must be compatible with Zend_Pdf_FileParserDataSource::__construct() in /home/wwwroot/xxxx.com/lib/Zend/Pdf/FileParserDataSource/File.php on line 41
提示zend FW的一个类初始化方法有问题,这个可能是zend版本问题所引起的。
解决方案:
修改
lib/Zend/Pdf/FileParserDataSource.php
找到
abstract public function __construct();
修改成:
abstract public function __construct($filePath);
保存测试一下