【发布时间】:2016-02-19 04:19:01
【问题描述】:
升级到 PHP 7 后,我的网站 magento 使用 PhpWord 库打印订单无法正常工作。
我有这个错误:
不能使用 PhpOffice\PhpWord\Shared\String 作为字符串,因为 'String' 是 /home/.../vendor/phpoffice/phpword/src/PhpWord/Style/Paragraph.php 中的特殊类名
然后我使用最新的 PhpOffice/PhpWord 和 PhpOffice/Common 但它显示下一个错误:
致命错误:在第 1348 行的 /app/code/core/Mage/Core/Model/Config.php 中找不到类“PhpOffice\PhpWord\Settings”
你能帮我解决这个错误吗?
【问题讨论】: