-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught Error: Class 'DOMDocument' not found in Magento 2.4 CE #29387
Comments
Hi @TheRealHunzik. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. Please, add a comment to assign the issue:
🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, please join the Community Contributions Triage session to discuss the appropriate ticket. 🎥 You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
@TheRealHunzik seems like you don't have installed Line 18 in ec098d2
Also should should have such error in case if you'll run In case if you don't have any errors during composer install - please restart apache and/or php-fpm services and try again. |
Hi @ihor-sviziev. Thank you for working on this issue.
|
Hello @TheRealHunzik Did you have a chance to check #29387 (comment) ? Could you please provide an update? Also, be aware that Web Install Wizard has been removed from Magento starting from 2.4.0 release. |
Hi @TheRealHunzik, |
Preconditions (*)
1.Magento 2.4 CE
2.Apache 2.4.41 (Ubuntu)
3.PHP 7.4.8 (cli)
4.mysql Ver 8.0.21 for Linux on x86_64 (MySQL Community Server - GPL)
5.Ubuntu 20.04 LTS
6.Installed PHP extensions
xml
extension usingphpenmod -v 7.4 xml
Steps to reproduce (*)
1.Download Latest version of Magento CE
2.Extract and copy to
/var/www/html/magento24
3.Grant 777 permission usng command
sudo chmod -R 777 magento24
4.Go to browser and submit url 'http://127.0.0.1/magento24/'
Expected result (*)
Actual result (*)
Fatal error: Uncaught Error: Class 'DOMDocument' not found in /var/www/html/magento24/vendor/magento/framework/Config/Dom.php:449
Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.
The text was updated successfully, but these errors were encountered: