- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2022
05:34 AM
02-15-2022
05:34 AM
main.CRITICAL: Warning: DOMDocument::loadXML(): Empty string supplied as input in
i see a warning in exception.log
main.CRITICAL: Warning: DOMDocument::loadXML(): Empty string supplied as input in /vendor/magento/framework/View/Element/UiComponent/Config/DomMerger.php on line 327 {"exception":"[object] (Exception(code: 0): Warning: DOMDocument::loadXML(): Empty string supplied as input in /vendor/magento/framework/View/Element/UiComponent/Config/DomMerger.php on line 327 at /vendor/magento/framework/App/ErrorHandler.php:61)"} []
have anybody face it before? what this warning is about?
Labels:
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2022
10:39 PM
02-15-2022
10:39 PM
Re: main.CRITICAL: Warning: DOMDocument::loadXML(): Empty string supplied as input in
There might have been an empty XML file due to that, it's showing such an issue.
Please find and remove such a file.
Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.
200+ Magento 2 Extensions for Enhanced Shopping Experience.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2022
02:39 AM
02-16-2022
02:39 AM
Re: main.CRITICAL: Warning: DOMDocument::loadXML(): Empty string supplied as input in
thank you Sanjay, but what is the way to find out this empty xml?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2022
09:45 PM
02-17-2022
09:45 PM
Re: main.CRITICAL: Warning: DOMDocument::loadXML(): Empty string supplied as input in
You can find the blank file using the below commands:
find /path/to/dest -type f -empty
Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.
200+ Magento 2 Extensions for Enhanced Shopping Experience.