magento2: Can't install
I got following error when install beta1 from git
Fatal error: Class ‘Magento\Setup\Mvc\Bootstrap\InitParamListener’ not found in /Users/xxx/xxx/magento2/setup/config/application.config.php on line 24
Here is my steps:
- Clone repo
- Execute
composer install - Open browser and access http:😕/virtualhost.name/setup/
About this issue
- Original URL
- State: closed
- Created 10 years ago
- Comments: 16 (5 by maintainers)
Commits related to this issue
- Merge pull request #844 from magento-falcons/MAGETWO-64548 Fixed issue: - MAGETWO-64548: Fix backward incompatible changes for Scope/Validator class — committed to magento/magento2 by MomotenkoNatalia 7 years ago
- ENGCOM-5734: Upgrade graphql-php to v0.13.6 #844 - Merge Pull Request magento/graphql-ce#844 from pmclain/graphql-ce:issue/777 - Merged commits: 1. f30bb79d4ca6634c2ecfa9d0c78fa4896072d97c 2.... — committed to magento/magento2 by magento-engcom-team 5 years ago
- ENGCOM-5734: Upgrade graphql-php to v0.13.6 #844 — committed to magento/magento2 by lenaorobei 5 years ago
@IonutPerfectWeb Please add the following to your composer.json
Please replace
htdocswith path to magento’s root directory, and then CLI should work fine without issues.