Project

General

Profile

Actions

Bug #68054

closed

contrib/vendor/autoload.php failed to open

Added by Franz Holzinger over 9 years ago. Updated over 9 years ago.

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 #1

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.

Actions #2

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/

Actions

Also available in: Atom PDF