-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Description
After installing the newest magento version 2.0.2 I get an error while running the installation script.
PHP Warning: require_once(/var/www/html/app/autoload.php): failed to open stream: No such file or directory in /var/www/html/app/bootstrap.php on line 31
PHP Stack trace:
PHP 1. {main}() /var/www/html/bin/magento:0
PHP 2. require() /var/www/html/bin/magento:15
PHP Fatal error: require_once(): Failed opening required '/var/www/html/app/autoload.php' (include_path='.:/usr/local/lib/php') in /var/www/html/app/bootstrap.php on line 31
It is strange because compoer install downloads all modules but the mapping from the magento-base module doesn't work. In the app only bootstrap.php, etc/vendor_path.php and design/adminhtml/Magento/... are copied. Files like autoload.php, functions.php are not available in the app folder, but available in vendor/magento/magento2-base/app.
Any ideas whats wrong?
Metadata
Metadata
Assignees
Labels
No labels