Magento 2 – Fixing ‘Attention Something Went Wrong’ on Backend Product Page

errorpageproduct

This error shows up everytime I click on a product. The product loads and saves properly. It began to appear before I updated to 2.1 and still continues to appear after the update.

error http://ttothefourth.com/errorimg/error.png

This is what I got from Chrome Inspect:
error http://ttothefourth.com/errorimg/error1.png
When I clicked the link:

1 exception(s):

Exception #0 (Magento\Framework\Exception\LocalizedException): Object DOMDocument should be created.
error http://ttothefourth.com/errorimg/error2.png

This was in var/report

a:4:{i:0;s:37:"Object DOMDocument should be created.";i:1;s:5384:"#0 /home/ttothef1/public_html/vendor/magento/framework/View/Element/UiComponent/Config/Reader.php(95): Magento\Framework\View\Element\UiComponent\Config\DomMerger->getDom()

error http://ttothefourth.com/errorimg/error3.png

Best Answer

If you have the "review" module disabled.

Enable it, only fix for now.

Related Topic