Bug #68054
closedcontrib/vendor/autoload.php failed to open
0%
Description
I am trying to test the latest https://github.com/TYPO3/TYPO3.CMS code. However the PHP error log file shows error messages.
The backend is not visible. The Install Tool shows a white page.
https://github.com/TYPO3/TYPO3.CMS/blob/master/typo3/sysext/install/Start/Install.php
Install.php wants to have a contrib/vendor/autoload.php.
This file does not exist.
[10-Jul-2015 21:10:11 Europe/Berlin] PHP Warning: require(/var/www/html/developer/TYPO3.CMS-master/typo3/sysext/install/Start/../../../contrib/vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/developer/TYPO3.CMS-master/typo3/sysext/install/Start/Install.php on line 107 [10-Jul-2015 21:10:11 Europe/Berlin] PHP Stack trace: [10-Jul-2015 21:10:11 Europe/Berlin] PHP 1. {main}() /var/www/html/developer/TYPO3.CMS-master/typo3/sysext/install/Start/Install.php:0 [10-Jul-2015 21:10:11 Europe/Berlin] PHP 2. call_user_func:{/var/www/html/developer/TYPO3.CMS-master/typo3/sysext/install/Start/Install.php:109}() /var/www/html/developer/TYPO3.CMS-master/typo3/sysext/install/Start/Install.php:109 [10-Jul-2015 21:10:11 Europe/Berlin] PHP 3. {closure:/var/www/html/developer/TYPO3.CMS-master/typo3/sysext/install/Start/Install.php:106-109}() /var/www/html/developer/TYPO3.CMS-master/typo3/sysext/install/Start/Install.php:109 [10-Jul-2015 21:10:11 Europe/Berlin] PHP Fatal error: require(): Failed opening required '/var/www/html/developer/TYPO3.CMS-master/typo3/sysext/install/Start/../../../contrib/vendor/autoload.php' (include_path='.:/usr/lib64/php/:/usr/share/pear/:/usr/share/php/') in /var/www/html/developer/TYPO3.CMS-master/typo3/sysext/install/Start/Install.php on line 107 [10-Jul-2015 21:10:11 Europe/Berlin] PHP Stack trace: [10-Jul-2015 21:10:11 Europe/Berlin] PHP 1. {main}() /var/www/html/developer/TYPO3.CMS-master/typo3/sysext/install/Start/Install.php:0 [10-Jul-2015 21:10:11 Europe/Berlin] PHP 2. call_user_func:{/var/www/html/developer/TYPO3.CMS-master/typo3/sysext/install/Start/Install.php:109}() /var/www/html/developer/TYPO3.CMS-master/typo3/sysext/install/Start/Install.php:109 [10-Jul-2015 21:10:11 Europe/Berlin] PHP 3. {closure:/var/www/html/developer/TYPO3.CMS-master/typo3/sysext/install/Start/Install.php:106-109}() /var/www/html/developer/TYPO3.CMS-master/typo3/sysext/install/Start/Install.php:109
Updated by Wouter Wolters over 9 years ago
- Status changed from New to Rejected
Franz, this is an issue tracker, not a forum to ask for help.
Please join our Slack channel on https://forger.typo3.org/slack and go to the #typo3-cms channel to ask for help with your problem.
Updated by Benni Mack over 9 years ago
Franz, if you use Git + master, you always need to run "composer install" to get the third party libraries installed (and contrib/vendor/autoload.php) installed. If you don't have a command line at hand, or no composer available, you need to stick to our binaries that are available for download at http://typo3.org/download/