简体   繁体   English

升级后的 Magento 1.9.1 1.9.2.4 PHP 致命错误:找不到“Mpdf_Mpdfstart”类

[英]Magento 1.9.1 after upgrade 1.9.2.4 PHP Fatal error: Class 'Mpdf_Mpdfstart' not found

During magento upgrade from 1.9.1 to upgrade 1.9.2.4, I got the following error in my pdf generator class.在从 1.9.1 升级到 1.9.2.4 的 magento 升级期间,我在我的 pdf 生成器类中收到以下错误。 I am using "EaDesign PDF" library and I got the issue on "Mpdf_Mpdfstart" constructor.我正在使用“EaDesign PDF”库,但在“Mpdf_Mpdfstart”构造函数上遇到了问题。

PHP Fatal error: Class 'Mpdf_Mpdfstart' not found in app/code/local/EaDesign/PdfGenerator/Model/Entity/Pdfgenerator.php on line 67. PHP 致命错误:在第 67 行的 app/code/local/EaDesign/PdfGenerator/Model/Entity/Pdfgenerator.php 中找不到类“Mpdf_Mpdfstart”。

$pdf = new Mpdf_Mpdfstart('', $this->pdfPaperFormat(), 8, '', $left, $right, $top, $bottom);
$pdf->shrink_tables_to_fit = 0;
$pdf->useOnlyCoreFonts = true;
return $pdf;

As the extension EADesign_PdfGenerator is a paid extension with no open source code you need to contact EADesign directly and ask for support.由于扩展EADesign_PdfGenerator是付费扩展,没有开源代码,您需要直接联系EADesign并寻求支持。 You paid for the extension so they need to give you support.您为延期支付了费用,因此他们需要为您提供支持。

We had the same issue.我们有同样的问题。 Make sure you have the Mpdf library folder in the folder /lib in the Magento root.确保您在 Magento 根目录的 /lib 文件夹中有 Mpdf 库文件夹。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Magento升级后发生致命错误:“找不到类'Magento_Db_Adapter_Pdo_Mysql'...” - Fatal error after Magento upgrade: “Class 'Magento_Db_Adapter_Pdo_Mysql' not found…” PHP 致命错误:未捕获错误:Class 在 C:\xampp\htdocs\server\pdf.php:5 中未找到“Mpdf\Mpdf” - PHP Fatal error: Uncaught Error: Class "Mpdf\Mpdf" not found in C:\xampp\htdocs\server\pdf.php:5 magento 设置:升级 PHP 致命错误:未捕获错误:Class 'IntlDateFormatter' 未找到 - magento setup:upgrade PHP Fatal error: Uncaught Error: Class 'IntlDateFormatter' not found Magento SOAP-ERROR:从1.9.1升级到1.9.2后解析WSDL - Magento SOAP-ERROR: Parsing WSDL After Upgrade 1.9.1 to 1.9.2 codeigniter - 升级php和apache后找不到致命错误类'CI_Controller' - codeigniter - fatal error class 'CI_Controller' not found after upgrade php and apache 在 Magento (1.9.2.4) 中找不到 bin 文件夹 - bin folder not found in Magento (1.9.2.4) Magento:致命错误:找不到类(Google购物) - Magento: Fatal error: Class not found (Google Shopping) PHP-找不到致命错误类 - PHP - Fatal error class not found 在Phpspreadsheet中找不到“ Mpdf \\ Mpdf”类错误 - Class 'Mpdf\Mpdf' not found error in Phpspreadsheet 版本升级后的PHP致命错误 - PHP fatal error after version upgrade
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM