Actions
Bug #68054
closedcontrib/vendor/autoload.php failed to open
Status:
Rejected
Priority:
-- undefined --
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-07-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
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
Actions