Created
November 1, 2013 07:50
-
-
Save pgampe/7262112 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ composer.phar show -i | |
composer/installers dev-master d792632 A multi-framework Composer library installer | |
doctrine/annotations v1.1.2 Docblock Annotations Parser | |
doctrine/cache v1.3.0 Caching library offering an object-oriented API for many cache back... | |
doctrine/collections dev-master bcb5377 Collections Abstraction library | |
doctrine/common 2.4.x-dev c94d6ff Common Library for Doctrine projects | |
doctrine/dbal 2.3.x-dev 59c310b Database Abstraction Layer | |
doctrine/inflector dev-master 8b4b3cc Common String Manipulations with regard to casing and singular/plur... | |
doctrine/lexer dev-master bc0e1f0 Base library for a lexer that can be used in Top-Down, Recursive De... | |
doctrine/migrations dev-master 90f5c39 Database Schema migrations using Doctrine DBAL | |
doctrine/orm 2.3.x-dev 1a30e0a Object-Relational-Mapper for PHP | |
flowpack/behat dev-master 0a7aeca Behat support package for TYPO3 Flow | |
imagine/imagine dev-master f64ec66 Image processing for PHP 5.3 | |
mikey179/vfsStream v1.2.0 | |
phpunit/php-code-coverage 1.2.x-dev 466e7cd Library that provides collection, processing, and rendering functio... | |
phpunit/php-file-iterator dev-master acd6903 FilterIterator implementation that filters files based on a list of... | |
phpunit/php-text-template dev-master 1eeef10 Simple template engine. | |
phpunit/php-timer dev-master 19689d4 Utility class for timing | |
phpunit/php-token-stream dev-master 292f4d5 Wrapper around PHP's tokenizer extension. | |
phpunit/phpunit 3.7.x-dev 598a467 The PHP Unit Testing framework. | |
phpunit/phpunit-mock-objects 1.2.x-dev 3e40f3b Mock Object library for PHPUnit | |
symfony/console dev-master 92cdb41 Symfony Console Component | |
symfony/dom-crawler 2.2.x-dev 5bdae4c Symfony DomCrawler Component | |
symfony/yaml 2.1.x-dev 347a7a0 Symfony Yaml Component | |
typo3/buildessentials dev-master 82ce71b TYPO3 Flow Build Toolchain Essentials | |
typo3/eel dev-master 76d4751 The Embedded Expression Language (Eel) is a building block for crea... | |
typo3/extjs dev-master d291992 The package contains ExtJS for use in TYPO3 Flow packages. It is a ... | |
typo3/flow dev-master e2e3ec4 TYPO3 Flow Application Framework | |
typo3/fluid dev-master 13274ce Next-Generation Templating Framework for TYPO3 Flow and TYPO3 Neos,... | |
typo3/form dev-master 2d250e5 Extensible and flexible API for building web forms | |
typo3/imagine dev-master bc8ef63 | |
typo3/kickstart dev-master 93d51f2 A simple generator for controller and views. | |
typo3/media dev-master 706e2e6 The Media package | |
typo3/neos dev-master 2e03153 The next generation of the popular open-source CMS. | |
typo3/neos-nodetypes dev-master 91cdf09 Node type configuration for TYPO3 Neos | |
typo3/neosdemotypo3org dev-master 54c60eb Site package for the TYPO3 Neos Demo Site | |
typo3/party dev-master 2a24d32 A PHP implementation of the OASIS Customer Information Quality (CIQ... | |
typo3/setup dev-master d84d6d9 An extensible setup tool for TYPO3 Flow based applications | |
typo3/sitekickstarter dev-master 6e3395e A simple generator for sites. | |
typo3/twitter-bootstrap dev-master d463c56 Simple and flexible HTML, CSS, and Javascript for popular user inte... | |
typo3/typo3cr dev-master 01a1d9c | |
typo3/typoscript dev-master 572d238 TypoScript is a hierarchical, prototype based processing language |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# clear cache, otherwise we get the same error on shell | |
$ rm -rf Data/Temporary/* | |
$ ./flow package:list | |
ACTIVE PACKAGES: | |
Composer.Installers | |
Doctrine.Common | |
Doctrine.DBAL | |
Doctrine.ORM | |
Flowpack.Behat | |
TYPO3.Eel | |
TYPO3.ExtJS | |
TYPO3.Flow | |
TYPO3.Fluid | |
TYPO3.Form | |
TYPO3.Imagine | |
TYPO3.Kickstart | |
TYPO3.Media | |
TYPO3.Neos | |
TYPO3.Neos.NodeTypes | |
TYPO3.NeosDemoTypo3Org | |
TYPO3.Party | |
TYPO3.Setup | |
TYPO3.SiteKickstarter | |
TYPO3.TYPO3CR | |
TYPO3.Twitter.Bootstrap | |
TYPO3.TypoScript | |
doctrine.annotations | |
doctrine.cache | |
doctrine.collections | |
doctrine.inflector | |
doctrine.lexer | |
doctrine.migrations | |
imagine.Imagine | |
imagine.imagine | |
mikey179.vfsStream | |
phpunit.phpcodecoverage | |
phpunit.phpfileiterator | |
phpunit.phptexttemplate | |
phpunit.phptimer | |
phpunit.phptokenstream | |
phpunit.phpunit | |
phpunit.phpunitmockobjects | |
symfony.console | |
symfony.domcrawler | |
symfony.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Uncaught Exception in Flow | |
#1355480641: | |
Fatal error: Class 'PHPUnit_Framework_Constraint' not found in /home/phil/t3-playground/TYPO3-Neos/Packages/Libraries/imagine/imagine/lib/Imagine/Test/Constraint/IsImageEqual.php on line 19 | |
Call Stack: | |
0.0004 235056 1. {main}() /home/phil/t3-playground/TYPO3-Neos/Packages/Framework/TYPO3.Flow/Scripts/flow.php:0 | |
0.0066 1007584 2. TYPO3\Flow\Core\Bootstrap->run() /home/phil/t3-playground/TYPO3-Neos/Packages/Framework/TYPO3.Flow/Scripts/flow.php:55 | |
0.0606 1893808 3. TYPO3\Flow\Cli\CommandRequestHandler->handleRequest() /home/phil/t3-playground/TYPO3-Neos/Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Core/Bootstrap.php:113 | |
0.0607 1894224 4. TYPO3\Flow\Cli\CommandRequestHandler->boot() /home/phil/t3-playground/TYPO3-Neos/Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Cli/CommandRequestHandler.php:90 | |
0.0611 1926864 5. TYPO3\Flow\Core\Booting\Sequence->invoke() /home/phil/t3-playground/TYPO3-Neos/Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Cli/CommandRequestHandler.php:146 | |
0.0611 1927040 6. TYPO3\Flow\Core\Booting\Sequence->invokeStep() /home/phil/t3-playground/TYPO3-Neos/Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Core/Booting/Sequence.php:85 | |
0.0613 1947960 7. TYPO3\Flow\Core\Booting\Sequence->invokeStep() /home/phil/t3-playground/TYPO3-Neos/Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Core/Booting/Sequence.php:105 | |
0.1650 2712184 8. TYPO3\Flow\Core\Booting\Sequence->invokeStep() /home/phil/t3-playground/TYPO3-Neos/Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Core/Booting/Sequence.php:105 | |
0.1760 3066760 9. TYPO3\Flow\Core\Booting\Sequence->invokeStep() /home/phil/t3-playground/TYPO3-Neos/Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Core/Booting/Sequence.php:105 | |
0.1775 3264672 10. TYPO3\Flow\Core\Booting\Sequence->invokeStep() /home/phil/t3-playground/TYPO3-Neos/Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Core/Booting/Sequence.php:105 | |
0.2512 4947696 11. TYPO3\Flow\Core\Booting\Sequence->invokeStep() /home/phil/t3-playground/TYPO3-Neos/Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Core/Booting/Sequence.php:105 | |
0.2542 5398496 12. TYPO3\Flow\Core\Booting\Sequence->invokeStep() /home/phil/t3-playground/TYPO3-Neos/Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Core/Booting/Sequence.php:105 | |
0.2542 5398496 13. TYPO3\Flow\Core\Booting\Step->__invoke() /home/phil/t3-playground/TYPO3-Neos/Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Core/Booting/Sequence.php:101 | |
0.2542 5398544 14. call_user_func() /home/phil/t3-playground/TYPO3-Neos/Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Core/Booting/Step.php:49 | |
0.2542 5398896 15. TYPO3\Flow\Core\Booting\Scripts::initializeObjectManagerCompileTimeFinalize() /home/phil/t3-playground/TYPO3-Neos/Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Core/Booting/Step.php:49 | |
0.2543 5400560 16. TYPO3\Flow\Object\CompileTimeObjectManager->initialize() /home/phil/t3-playground/TYPO3-Neos/Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Core/Booting/Scripts.php:301 | |
0.3058 6181280 17. TYPO3\Flow\Reflection\ReflectionService->buildReflectionData() /home/phil/t3-playground/TYPO3-Neos/Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Object/CompileTimeObjectManager.php:113 | |
0.3432 35597408 18. TYPO3\Flow\Reflection\ReflectionService->forgetChangedClasses() /home/phil/t3-playground/TYPO3-Neos/Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Reflection/ReflectionService.php:352 | |
0.3446 35803744 19. TYPO3\Flow\Reflection\ReflectionService->forgetClass() /home/phil/t3-playground/TYPO3-Neos/Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Reflection/ReflectionService.php:1735 | |
0.3447 35814032 20. class_exists() /home/phil/t3-playground/TYPO3-Neos/Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Reflection/ReflectionService.php:1755 | |
0.3448 35814344 21. spl_autoload_call() /home/phil/t3-playground/TYPO3-Neos/Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Reflection/ReflectionService.php:1755 | |
0.3448 35814400 22. TYPO3\Flow\Core\ClassLoader->loadClass() /home/phil/t3-playground/TYPO3-Neos/Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Reflection/ReflectionService.php:0 | |
0.3451 35848744 23. include('/home/phil/t3-playground/TYPO3-Neos/Packages/Libraries/imagine/imagine/lib/Imagine/Test/Constraint/IsImageEqual.php') /home/phil/t3-playground/TYPO3-Neos/Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Core/ClassLoader.php:132 | |
More information | |
TYPO3\Flow\Core\Booting\Exception\SubProcessException thrown in file | |
Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Core/Booting/Scripts.php in line 531. | |
Reference code: 20131101084459a54fbb | |
Go to the FORGE issue tracker and report the issue - if you think it is a bug! | |
12 TYPO3\Flow\Core\Booting\Scripts::executeCommand("typo3.flow:core:compile", array|15|) | |
Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Core/Booting/Scripts.php: | |
00224: // The compile sub command will only be run if the code cache is completely empty: | |
00225: if ($objectConfigurationCache->has('allCompiledCodeUpToDate') === FALSE) { | |
00226: self::executeCommand('typo3.flow:core:compile', $settings); | |
00227: if (isset($settings['persistence']['doctrine']['enable']) && $settings['persistence']['doctrine']['enable'] === TRUE) { | |
00228: self::compileDoctrineProxies($bootstrap); | |
11 TYPO3\Flow\Core\Booting\Scripts::initializeProxyClasses(TYPO3\Flow\Core\Bootstrap) | |
10 call_user_func(array|2|, TYPO3\Flow\Core\Bootstrap) | |
Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Core/Booting/Step.php: | |
00047: */ | |
00048: public function __invoke(\TYPO3\Flow\Core\Bootstrap $bootstrap) { | |
00049: call_user_func($this->callback, $bootstrap); | |
00050: } | |
00051: | |
9 TYPO3\Flow\Core\Booting\Step::__invoke(TYPO3\Flow\Core\Bootstrap) | |
Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Core/Booting/Sequence.php: | |
00099: $bootstrap->getSignalSlotDispatcher()->dispatch(__CLASS__, 'beforeInvokeStep', array($step, $this->identifier)); | |
00100: $identifier = $step->getIdentifier(); | |
00101: $step($bootstrap); | |
00102: $bootstrap->getSignalSlotDispatcher()->dispatch(__CLASS__, 'afterInvokeStep', array($step, $this->identifier)); | |
00103: if (isset($this->steps[$identifier])) { | |
8 TYPO3\Flow\Core\Booting\Sequence::invokeStep(TYPO3\Flow\Core\Booting\Step, TYPO3\Flow\Core\Bootstrap) | |
Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Core/Booting/Sequence.php: | |
00103: if (isset($this->steps[$identifier])) { | |
00104: foreach ($this->steps[$identifier] as $followingStep) { | |
00105: $this->invokeStep($followingStep, $bootstrap); | |
00106: } | |
00107: } | |
7 TYPO3\Flow\Core\Booting\Sequence::invokeStep(TYPO3\Flow\Core\Booting\Step, TYPO3\Flow\Core\Bootstrap) | |
Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Core/Booting/Sequence.php: | |
00103: if (isset($this->steps[$identifier])) { | |
00104: foreach ($this->steps[$identifier] as $followingStep) { | |
00105: $this->invokeStep($followingStep, $bootstrap); | |
00106: } | |
00107: } | |
6 TYPO3\Flow\Core\Booting\Sequence::invokeStep(TYPO3\Flow\Core\Booting\Step, TYPO3\Flow\Core\Bootstrap) | |
Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Core/Booting/Sequence.php: | |
00103: if (isset($this->steps[$identifier])) { | |
00104: foreach ($this->steps[$identifier] as $followingStep) { | |
00105: $this->invokeStep($followingStep, $bootstrap); | |
00106: } | |
00107: } | |
5 TYPO3\Flow\Core\Booting\Sequence::invokeStep(TYPO3\Flow\Core\Booting\Step, TYPO3\Flow\Core\Bootstrap) | |
Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Core/Booting/Sequence.php: | |
00083: if (isset($this->steps['start'])) { | |
00084: foreach ($this->steps['start'] as $step) { | |
00085: $this->invokeStep($step, $bootstrap); | |
00086: } | |
00087: } | |
4 TYPO3\Flow\Core\Booting\Sequence::invoke(TYPO3\Flow\Core\Bootstrap) | |
Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Http/RequestHandler.php: | |
00158: protected function boot() { | |
00159: $sequence = $this->bootstrap->buildRuntimeSequence(); | |
00160: $sequence->invoke($this->bootstrap); | |
00161: } | |
00162: | |
3 TYPO3\Flow\Http\RequestHandler::boot() | |
Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Http/RequestHandler.php: | |
00114: $this->response = new Response(); | |
00115: | |
00116: $this->boot(); | |
00117: $this->resolveDependencies(); | |
00118: $this->request->injectSettings($this->settings); | |
2 TYPO3\Flow\Http\RequestHandler::handleRequest() | |
Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Core/Bootstrap.php: | |
00111: | |
00112: $this->activeRequestHandler = $this->resolveRequestHandler(); | |
00113: $this->activeRequestHandler->handleRequest(); | |
00114: } | |
00115: | |
1 TYPO3\Flow\Core\Bootstrap::run() | |
/home/phil/t3-playground/TYPO3-Neos/Web/index.php: | |
00025: $context = getenv('FLOW_CONTEXT') ?: (getenv('REDIRECT_FLOW_CONTEXT') ?: 'Development'); | |
00026: $bootstrap = new \TYPO3\Flow\Core\Bootstrap($context); | |
00027: $bootstrap->run(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$ phpunit --version
PHPUnit 3.7.23 by Sebastian Bergmann.