Epic #47018
closedImplement Composer support and clean package manager API
100%
Updated by Gerrit Code Review almost 12 years ago
- Status changed from New to Under Review
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19605
Updated by Gerrit Code Review almost 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19604
Updated by Gerrit Code Review almost 12 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19605
Updated by Gerrit Code Review almost 12 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19605
Updated by Gerrit Code Review almost 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19601
Updated by Gerrit Code Review almost 12 years ago
Patch set 6 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19605
Updated by Gerrit Code Review almost 12 years ago
Patch set 7 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19605
Updated by Gerrit Code Review almost 12 years ago
Patch set 8 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19605
Updated by Gerrit Code Review over 11 years ago
Patch set 9 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19605
Updated by Gerrit Code Review over 11 years ago
Patch set 10 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19605
Updated by Gerrit Code Review over 11 years ago
Patch set 11 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19605
Updated by Gerrit Code Review over 11 years ago
Patch set 12 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19605
Updated by Gerrit Code Review over 11 years ago
Patch set 13 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19605
Updated by Gerrit Code Review over 11 years ago
Patch set 14 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19605
Updated by Gerrit Code Review over 11 years ago
Patch set 15 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19605
Updated by Gerrit Code Review over 11 years ago
Patch set 16 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19605
Updated by Gerrit Code Review over 11 years ago
Patch set 17 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19605
Updated by Gerrit Code Review over 11 years ago
Patch set 18 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19605
Updated by Gerrit Code Review over 11 years ago
Patch set 19 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19605
Updated by Alexander Opitz over 11 years ago
After checkout the Patch Set, I got following Error in logfile:
[Fri Aug 16 14:04:28 2013] [error] [client 192.168.8.146] PHP Fatal error: Uncaught exception 'TYPO3\\CMS\\Core\\Package\\Exception\\PackageStatesUnavailableException' with message 'The package states file is not available. Please visit the installer.' in /home/opitz/projects/typo3-master/typo3-src/typo3/sysext/core/Classes/Package/PackageManager.php:202 Stack trace: #0 /home/opitz/projects/typo3-master/typo3-src/typo3/sysext/core/Classes/Package/PackageManager.php(91): TYPO3\\CMS\\Core\\Package\\PackageManager->loadPackageStates() #1 /home/opitz/projects/typo3-master/typo3-src/typo3/sysext/core/Classes/Core/Bootstrap.php(292): TYPO3\\CMS\\Core\\Package\\PackageManager->initialize(Object(TYPO3\\CMS\\Core\\Core\\Bootstrap), '/home/opitz/web...') #2 /home/opitz/projects/typo3-master/typo3-src/typo3/sysext/core/Classes/Core/Bootstrap.php(224): TYPO3\\CMS\\Core\\Core\\Bootstrap->initializePackageManagement('TYPO3\\CMS\\Core\\...') #3 /home/opitz/projects/typo3-master/typo3-src/typo3/sysext/install/Start/Install.php(112): TYPO3\\CMS\\Core\\Core\\Bootstrap->loadConfigurationAndInitialize(false, 'TYPO3\\CMS\\Core\\...') in /home/opitz/projects/typo3-master/typo3-src/typo3/sysext/core/Classes/Package/PackageManager.php on line 202
So I tried the installer and got following error
[Fri Aug 16 14:11:46 2013] [error] [client 192.168.8.146] PHP Fatal error: Class 'TYPO3\\CMS\\Core\\Package\\FailSafePackageManager' not found in /home/opitz/projects/typo3-master/typo3-src/typo3/sysext/core/Classes/Core/Bootstrap.php on line 286 [Fri Aug 16 14:11:46 2013] [error] [client 192.168.8.146] PHP Stack trace: [Fri Aug 16 14:11:46 2013] [error] [client 192.168.8.146] PHP 1. {main}() /home/opitz/projects/typo3-master/typo3-src/typo3/sysext/install/Start/Install.php:0 [Fri Aug 16 14:11:46 2013] [error] [client 192.168.8.146] PHP 2. TYPO3\\CMS\\Core\\Core\\Bootstrap->loadConfigurationAndInitialize() /home/opitz/projects/typo3-master/typo3-src/typo3/sysext/install/Start/Install.php:112 [Fri Aug 16 14:11:46 2013] [error] [client 192.168.8.146] PHP 3. TYPO3\\CMS\\Core\\Core\\Bootstrap->initializePackageManagement() /home/opitz/projects/typo3-master/typo3-src/typo3/sysext/core/Classes/Core/Bootstrap.php:223
This is caused by the file name FailsafePackageManager.php vs class name FailSafePackageManager (upper vs lower case of the s in safe). After renaming this class I got following error:
Fri Aug 16 14:35:26 2013] [error] [client 192.168.8.146] PHP Fatal error: Uncaught exception 'TYPO3\\Flow\\Package\\Exception\\InvalidPackageKeyException' with message '"" is not a valid package key.' in /home/opitz/projects/typo3-master/typo3-src/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Package.php:103 Stack trace: #0 /home/opitz/projects/typo3-master/typo3-src/typo3/sysext/core/Classes/Package/PackageFactory.php(68): TYPO3\\Flow\\Package\\Package->__construct(Object(TYPO3\\CMS\\Core\\Package\\FailSafePackageManager), '', '/home/opitz/web...', 'Classes/', '') #1 /home/opitz/projects/typo3-master/typo3-src/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/PackageManager.php(794): TYPO3\\CMS\\Core\\Package\\PackageFactory->create('/home/opitz/web...', 'typo3conf/ext/m...', '', 'Classes/', '') #2 /home/opitz/projects/typo3-master/typo3-src/typo3/sysext/core/Classes/Package/FailSafePackageManager.php(81): TYPO3\\Flow\\Package\\PackageManager->registerPackagesFromConfiguration() #3 /home/opitz/projects/typo3-master/typo3-src/typo3/sysext/core/Classes/Pack in /home/opitz/projects/typo3-master/typo3-src/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Package.php on line 103
This was caused by the new media management extension, which was installed, it includes something from behat which has no extension key.
Updated by Gerrit Code Review over 11 years ago
Patch set 20 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19605
Updated by Alexander Opitz over 11 years ago
An issue in PHP that was fixed with todays version 5.4.20 "class_alias() should accept classes with leading backslashes" https://bugs.php.net/bug.php?id=61759
Updated by Gerrit Code Review over 11 years ago
Patch set 21 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19605
Updated by Gerrit Code Review over 11 years ago
Patch set 22 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19605
Updated by Gerrit Code Review over 11 years ago
Patch set 23 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19605
Updated by Gerrit Code Review over 11 years ago
Patch set 24 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19605
Updated by Gerrit Code Review over 11 years ago
Patch set 25 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19605
Updated by Gerrit Code Review over 11 years ago
Patch set 26 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19605
Updated by Gerrit Code Review over 11 years ago
Patch set 27 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19605
Updated by Gerrit Code Review over 11 years ago
Patch set 28 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19605
Updated by Gerrit Code Review over 11 years ago
Patch set 29 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19605
Updated by Gerrit Code Review over 11 years ago
Patch set 30 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19605
Updated by Gerrit Code Review over 11 years ago
Patch set 31 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19605
Updated by Thomas Maroschik over 11 years ago
- Status changed from Under Review to Resolved
Applied in changeset 84d6207c827ecba09dd7f357ca02369de569c12a.
Updated by Ernesto Baschny almost 11 years ago
- Tracker changed from Feature to Epic