【发布时间】:2020-04-20 10:32:06
【问题描述】:
我在将产品导出到 CSV 时遇到 PHP 致命错误
[2020 年 1 月 1 日 10:05:44 UTC] PHP 致命错误:未捕获的异常 'Exception' 与消息 '文件'/home/xyz/public_html/abc/media/catalog/category/' 不存在。 '在/home/xyz/public_html/abc/lib/Varien/File/Transfer/Adapter/Http.php:96
堆栈跟踪:
#0 /home/xyz/public_html/abc/get.php(205): Varien_File_Transfer_Adapter_Http->send('/home/customerd...')
#1 /home/xyz/public_html/abc/get.php(165): sendFile('/home/customerd...')
#2 {main}
thrown in /home/xyz/public_html/abc/lib/Varien/File/Transfer/Adapter/Http.php on line 96
[01-Jan-2020 10:06:44 UTC] PHP Fatal error: Unsupported operand types in /home/xyz/public_html/abc/app/code/core/Mage/ImportExport/Model/Export/Entity/Product.php on line 948
【问题讨论】:
-
当您询问有关某些代码抛出错误的问题时,请添加相关代码部分。
-
当然@AshishModi。你能帮我解决这个问题吗?
-
@AmanKalra 您需要在问题中添加
/ImportExport/Model/Export/Entity/Product.php on line 948中的代码
标签: php magento-1.9 magento-1.8