Undefined property: DOMDocument::$documentElement in Magento 2Magento 2 not working on apache2, php7 and ubuntuMagento 2.0 Static Content Deploy PHP Fatal ErrorDOException: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)error on magento 2 after update php 5 to 7, Warning: require(/var/www/html/vendor/magento/framework/registration.php):?admin grid not workingFatal error: Uncaught RuntimeException:Magento Website ErrorMagento 2.2.7 - PHP Fatal error: Uncaught Error: Class 'DOMDocument' NGINXMagento 2.2.7 NGinx ErrorMagento 2 Installation Error In Docker - File Cannot Be Renamed
Does Ubuntu reduces battery life?
Complexity of verifying optimality in (mixed) integer programming
If the Moon were impacted by a suitably sized meteor, how long would it take to impact the Earth?
Do 3/8 (37.5%) of Quadratics Have No x-Intercepts?
What Marvel character has this 'W' symbol?
Complaints from (junior) developers against solution architects: how can we show the benefits of our work and improve relationships?
Why does the Eurostar not show youth pricing?
Was Donald Trump at ground zero helping out on 9-11?
Just how much information should you share with a former client?
Wrapping IMemoryCache with SemaphoreSlim
Why tantalum for the Hayabusa bullets?
What are the cons of stateless password generators?
Why was the LRV's speed gauge displaying metric units?
Can Papyrus be folded?
Why does the Rust compiler not optimize code assuming that two mutable references cannot alias?
Why is my fluorescent tube orange on one side, white on the other and dark in the middle?
Is every compact set is closed in any topological space?
Can a US President, after impeachment and removal, be re-elected or re-appointed?
Antonym of "Megalomania"
How can Paypal know my card is being used in another account?
Is SecureRandom.ints() secure?
How to have poached eggs in "sphere form"?
Boots or trail runners with reference to blisters?
Scam? Checks via Email
Undefined property: DOMDocument::$documentElement in Magento 2
Magento 2 not working on apache2, php7 and ubuntuMagento 2.0 Static Content Deploy PHP Fatal ErrorDOException: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)error on magento 2 after update php 5 to 7, Warning: require(/var/www/html/vendor/magento/framework/registration.php):?admin grid not workingFatal error: Uncaught RuntimeException:Magento Website ErrorMagento 2.2.7 - PHP Fatal error: Uncaught Error: Class 'DOMDocument' NGINXMagento 2.2.7 NGinx ErrorMagento 2 Installation Error In Docker - File Cannot Be Renamed
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Notice: Undefined property: DOMDocument::$documentElement in
/var/www/html/projectnenny/vendor/magento/framework/Config/Dom.php on
line 148
Fatal error: Uncaught TypeError: Argument 1 passed to
MagentoFrameworkConfigDom::_mergeNode() must be an instance of
DOMElement, null given, called in
/var/www/html/projectnenny/vendor/magento/framework/Config/Dom.php on
line 148 and defined in
/var/www/html/projectnenny/vendor/magento/framework/Config/Dom.php:164
Stack trace: #0
/var/www/html/projectnenny/vendor/magento/framework/Config/Dom.php(148):
MagentoFrameworkConfigDom->_mergeNode(NULL, '') #1
/var/www/html/projectnenny/vendor/magento/framework/Config/Reader/Filesystem.php(151):
MagentoFrameworkConfigDom->merge('_readFiles(Object(MagentoFrameworkConfigFileIterator))
3 /var/www/html/projectnenny/generated/code/Magento/Framework/ObjectManager/Config/Reader/Dom/Proxy.php(95):
MagentoFrameworkConfigReaderFilesystem->read('global') #4
/var/www/html/projectnenny/vendor/magento/framework/Interception/C in
/var/www/html/projectnenny/vendor/magento/framework/Config/Dom.php on
line 164
Normally I use PHP 7.2 for Magento 2. Recently I received a complete
project in Magento that is not running in PHP 7.2, so I change my PHP version to 7.0 also. Install all required extensions in PHP 7.0
version
and when open my project Home page receiving this error.
after that also run all issue related commands like:-
sudo apt-get install php7.0-dom
and
sudo apt-get install php7.0-xml
but my problem is not solved.
Please help
magento2 php-7 php-7.2 dom
add a comment |
Notice: Undefined property: DOMDocument::$documentElement in
/var/www/html/projectnenny/vendor/magento/framework/Config/Dom.php on
line 148
Fatal error: Uncaught TypeError: Argument 1 passed to
MagentoFrameworkConfigDom::_mergeNode() must be an instance of
DOMElement, null given, called in
/var/www/html/projectnenny/vendor/magento/framework/Config/Dom.php on
line 148 and defined in
/var/www/html/projectnenny/vendor/magento/framework/Config/Dom.php:164
Stack trace: #0
/var/www/html/projectnenny/vendor/magento/framework/Config/Dom.php(148):
MagentoFrameworkConfigDom->_mergeNode(NULL, '') #1
/var/www/html/projectnenny/vendor/magento/framework/Config/Reader/Filesystem.php(151):
MagentoFrameworkConfigDom->merge('_readFiles(Object(MagentoFrameworkConfigFileIterator))
3 /var/www/html/projectnenny/generated/code/Magento/Framework/ObjectManager/Config/Reader/Dom/Proxy.php(95):
MagentoFrameworkConfigReaderFilesystem->read('global') #4
/var/www/html/projectnenny/vendor/magento/framework/Interception/C in
/var/www/html/projectnenny/vendor/magento/framework/Config/Dom.php on
line 164
Normally I use PHP 7.2 for Magento 2. Recently I received a complete
project in Magento that is not running in PHP 7.2, so I change my PHP version to 7.0 also. Install all required extensions in PHP 7.0
version
and when open my project Home page receiving this error.
after that also run all issue related commands like:-
sudo apt-get install php7.0-dom
and
sudo apt-get install php7.0-xml
but my problem is not solved.
Please help
magento2 php-7 php-7.2 dom
What is the magento version of your new project
– surbhi agr
Jul 22 at 10:33
add a comment |
Notice: Undefined property: DOMDocument::$documentElement in
/var/www/html/projectnenny/vendor/magento/framework/Config/Dom.php on
line 148
Fatal error: Uncaught TypeError: Argument 1 passed to
MagentoFrameworkConfigDom::_mergeNode() must be an instance of
DOMElement, null given, called in
/var/www/html/projectnenny/vendor/magento/framework/Config/Dom.php on
line 148 and defined in
/var/www/html/projectnenny/vendor/magento/framework/Config/Dom.php:164
Stack trace: #0
/var/www/html/projectnenny/vendor/magento/framework/Config/Dom.php(148):
MagentoFrameworkConfigDom->_mergeNode(NULL, '') #1
/var/www/html/projectnenny/vendor/magento/framework/Config/Reader/Filesystem.php(151):
MagentoFrameworkConfigDom->merge('_readFiles(Object(MagentoFrameworkConfigFileIterator))
3 /var/www/html/projectnenny/generated/code/Magento/Framework/ObjectManager/Config/Reader/Dom/Proxy.php(95):
MagentoFrameworkConfigReaderFilesystem->read('global') #4
/var/www/html/projectnenny/vendor/magento/framework/Interception/C in
/var/www/html/projectnenny/vendor/magento/framework/Config/Dom.php on
line 164
Normally I use PHP 7.2 for Magento 2. Recently I received a complete
project in Magento that is not running in PHP 7.2, so I change my PHP version to 7.0 also. Install all required extensions in PHP 7.0
version
and when open my project Home page receiving this error.
after that also run all issue related commands like:-
sudo apt-get install php7.0-dom
and
sudo apt-get install php7.0-xml
but my problem is not solved.
Please help
magento2 php-7 php-7.2 dom
Notice: Undefined property: DOMDocument::$documentElement in
/var/www/html/projectnenny/vendor/magento/framework/Config/Dom.php on
line 148
Fatal error: Uncaught TypeError: Argument 1 passed to
MagentoFrameworkConfigDom::_mergeNode() must be an instance of
DOMElement, null given, called in
/var/www/html/projectnenny/vendor/magento/framework/Config/Dom.php on
line 148 and defined in
/var/www/html/projectnenny/vendor/magento/framework/Config/Dom.php:164
Stack trace: #0
/var/www/html/projectnenny/vendor/magento/framework/Config/Dom.php(148):
MagentoFrameworkConfigDom->_mergeNode(NULL, '') #1
/var/www/html/projectnenny/vendor/magento/framework/Config/Reader/Filesystem.php(151):
MagentoFrameworkConfigDom->merge('_readFiles(Object(MagentoFrameworkConfigFileIterator))
3 /var/www/html/projectnenny/generated/code/Magento/Framework/ObjectManager/Config/Reader/Dom/Proxy.php(95):
MagentoFrameworkConfigReaderFilesystem->read('global') #4
/var/www/html/projectnenny/vendor/magento/framework/Interception/C in
/var/www/html/projectnenny/vendor/magento/framework/Config/Dom.php on
line 164
Normally I use PHP 7.2 for Magento 2. Recently I received a complete
project in Magento that is not running in PHP 7.2, so I change my PHP version to 7.0 also. Install all required extensions in PHP 7.0
version
and when open my project Home page receiving this error.
after that also run all issue related commands like:-
sudo apt-get install php7.0-dom
and
sudo apt-get install php7.0-xml
but my problem is not solved.
Please help
magento2 php-7 php-7.2 dom
magento2 php-7 php-7.2 dom
edited Jul 22 at 10:26
Raj Mohan R
1,7473 silver badges13 bronze badges
1,7473 silver badges13 bronze badges
asked Jul 20 at 6:36
Mahendar SinghMahendar Singh
407 bronze badges
407 bronze badges
What is the magento version of your new project
– surbhi agr
Jul 22 at 10:33
add a comment |
What is the magento version of your new project
– surbhi agr
Jul 22 at 10:33
What is the magento version of your new project
– surbhi agr
Jul 22 at 10:33
What is the magento version of your new project
– surbhi agr
Jul 22 at 10:33
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f282703%2fundefined-property-domdocumentdocumentelement-in-magento-2%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f282703%2fundefined-property-domdocumentdocumentelement-in-magento-2%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What is the magento version of your new project
– surbhi agr
Jul 22 at 10:33