Magento 在后端添加产品后显示错误

Magento displays error after adding a product in the backend

我是 运行 Linux 服务器 Ubuntu 16.04PHP 7.0.15 Magento 2.1.5

当我进入后端产品 -> 添加产品并在没有任何特殊设置的情况下添加产品时,网站在前端中断并显示以下错误:

We're sorry, an error occured while generating this email.

检查 magento 的日志文件后,我发现了这些错误:

system.log

[2017-03-29 12:05:38] main.INFO: Cache file with merged layout: LAYOUT_adminhtml_STORE1_36f1b068ec7ccf4878f9284dd1137afd1 and handles catalog_product_prices: Please correct the XML data and try again.

debug.log

[2017-03-29 12:37:02] main.DEBUG: cache_invalidate: {"method":"GET","url":"http://MYSHOPURL/","invalidateInfo":{"tags":["interception","CONFIG"],"mode":"matchingTag"},"is_exception":false} []

任何可能导致此问题的想法?将产品添加到网上商店软件应该不会破坏它 ^^

如果您需要更多信息或任何其他日志,请告诉我!我会尽快提供。

谢谢!

从管理员添加产品后,运行 遵循 CLI 命令。

php bin/magento cache:clean
php bin/magento cache:flush
php bin/magento indexer:reindex
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy