Skip to content
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

PHP Extension 0 must be loaded - XML Parse mistake? #253

Closed
ScreamingDev opened this issue Mar 2, 2013 · 8 comments
Closed

PHP Extension 0 must be loaded - XML Parse mistake? #253

ScreamingDev opened this issue Mar 2, 2013 · 8 comments
Labels
Fixed in 2.4.x The issue has been fixed in 2.4-develop branch Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed

Comments

@ScreamingDev
Copy link

The requiered extensions for install can be found in config/install/databases/mysql4/extensions

Somehow the given confg.xml for installation is not parsed correct.
https://github.com/magento/magento2/blob/master/lib/Varien/Simplexml/Config.php#L153

$this->_xml has "config/install/databases/mysql4/extensions" but it is empty.

Running in Ubuntu 12.10, PHP 5.4.6-1ubuntu1.1 (cli), Zend Engine v2.4.0, Apache/2.2.22

@nhp
Copy link

nhp commented Mar 5, 2013

Wasn't that a problem with PHP5.4 and its simplexml and already causing problems in 1.7 ?
http://www.magentoforum.com/ask-magento-questions-here/php-extensions-0-must-be-loaded-while-installing-magento-1-7-0-1/
Encountered it once myself and the "fix" in the link works for PHP5.4, at least on debian and archlinux
So "fixing" the xml would work.

@barbazul
Copy link
Contributor

barbazul commented Mar 6, 2013

I already submitted a pull request that fixes this:

#179

@ScreamingDev
Copy link
Author

Thanks. After a few hacks I am in the backend now.

magento-team pushed a commit that referenced this issue Apr 30, 2015
[Troll] End-to-end measurements
magento-team pushed a commit that referenced this issue Dec 21, 2015
@slavvka slavvka added the Fixed in 2.4.x The issue has been fixed in 2.4-develop branch label Jun 5, 2020
@slavvka
Copy link
Member

slavvka commented Jun 5, 2020

@magento-engcom-team magento-engcom-team added the Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed label Jun 5, 2020
@slavvka
Copy link
Member

slavvka commented Jun 5, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fixed in 2.4.x The issue has been fixed in 2.4-develop branch Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed
Projects
None yet
Development

No branches or pull requests

5 participants