Advertisement
Guest User

Untitled

a guest
Sep 10th, 2013
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.55 KB | None | 0 0
  1. Uncaught Exception in Flow
  2. #1355480641: Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\typo3-neos-alpha5\Packages\Framework\TYPO3.Flow\Classes\TYPO3\Flow\Core\Bootstrap.php on line 401 Warning: ksort() expects parameter 1 to be array, null given in C:\xampp\htdocs\typo3-neos-alpha5\Packages\Framework\TYPO3.Flow\Classes\TYPO3\Flow\Core\Bootstrap.php on line 410 Warning: array_pop() expects parameter 1 to be array, null given in C:\xampp\htdocs\typo3-neos-alpha5\Packages\Framework\TYPO3.Flow\Classes\TYPO3\Flow\Core\Bootstrap.php on line 411 Fatal error: Call to a member function handleRequest() on a non-object in C:\xampp\htdocs\typo3-neos-alpha5\Packages\Framework\TYPO3.Flow\Classes\TYPO3\Flow\Core\Bootstrap.php on line 113 (More information)
  3.  
  4. TYPO3\Flow\Core\Booting\Exception\SubProcessException thrown in file
  5. C:\xampp\htdocs\typo3-neos-alpha5\Packages\Framework\TYPO3.Flow\Classes\TYPO3\Flow\Core\Booting\Scripts.php in line 532.
  6. Reference code: 20130910235645e9cde2
  7.  
  8. Go to the FORGE issue tracker and report the issue - if you think it is a bug!
  9.  
  10. 12 TYPO3\Flow\Core\Booting\Scripts::executeCommand("typo3.flow:core:compile", array|15|)
  11.  
  12. C:\xampp\htdocs\typo3-neos-alpha5\Packages\Framework\TYPO3.Flow\Classes\TYPO3\Flow\Core\Booting\Scripts.php:
  13. 00225: // The compile sub command will only be run if the code cache is completely empty:
  14. 00226: if ($objectConfigurationCache->has('allCompiledCodeUpToDate') === FALSE) {
  15. 00227: self::executeCommand('typo3.flow:core:compile', $settings);
  16. 00228: if (isset($settings['persistence']['doctrine']['enable']) && $settings['persistence']['doctrine']['enable'] === TRUE) {
  17. 00229: self::compileDoctrineProxies($bootstrap);
  18.  
  19. 11 TYPO3\Flow\Core\Booting\Scripts::initializeProxyClasses(TYPO3\Flow\Core\Bootstrap)
  20.  
  21. 10 call_user_func(array|2|, TYPO3\Flow\Core\Bootstrap)
  22.  
  23. C:\xampp\htdocs\typo3-neos-alpha5\Packages\Framework\TYPO3.Flow\Classes\TYPO3\Flow\Core\Booting\Step.php:
  24. 00047: */
  25. 00048: public function __invoke(\TYPO3\Flow\Core\Bootstrap $bootstrap) {
  26. 00049: call_user_func($this->callback, $bootstrap);
  27. 00050: }
  28. 00051:
  29.  
  30. 9 TYPO3\Flow\Core\Booting\Step::__invoke(TYPO3\Flow\Core\Bootstrap)
  31.  
  32. C:\xampp\htdocs\typo3-neos-alpha5\Packages\Framework\TYPO3.Flow\Classes\TYPO3\Flow\Core\Booting\Sequence.php:
  33. 00099: $bootstrap->getSignalSlotDispatcher()->dispatch(__CLASS__, 'beforeInvokeStep', array($step, $this->identifier));
  34. 00100: $identifier = $step->getIdentifier();
  35. 00101: $step($bootstrap);
  36. 00102: $bootstrap->getSignalSlotDispatcher()->dispatch(__CLASS__, 'afterInvokeStep', array($step, $this->identifier));
  37. 00103: if (isset($this->steps[$identifier])) {
  38.  
  39. 8 TYPO3\Flow\Core\Booting\Sequence::invokeStep(TYPO3\Flow\Core\Booting\Step, TYPO3\Flow\Core\Bootstrap)
  40.  
  41. C:\xampp\htdocs\typo3-neos-alpha5\Packages\Framework\TYPO3.Flow\Classes\TYPO3\Flow\Core\Booting\Sequence.php:
  42. 00103: if (isset($this->steps[$identifier])) {
  43. 00104: foreach ($this->steps[$identifier] as $followingStep) {
  44. 00105: $this->invokeStep($followingStep, $bootstrap);
  45. 00106: }
  46. 00107: }
  47.  
  48. 7 TYPO3\Flow\Core\Booting\Sequence::invokeStep(TYPO3\Flow\Core\Booting\Step, TYPO3\Flow\Core\Bootstrap)
  49.  
  50. C:\xampp\htdocs\typo3-neos-alpha5\Packages\Framework\TYPO3.Flow\Classes\TYPO3\Flow\Core\Booting\Sequence.php:
  51. 00103: if (isset($this->steps[$identifier])) {
  52. 00104: foreach ($this->steps[$identifier] as $followingStep) {
  53. 00105: $this->invokeStep($followingStep, $bootstrap);
  54. 00106: }
  55. 00107: }
  56.  
  57. 6 TYPO3\Flow\Core\Booting\Sequence::invokeStep(TYPO3\Flow\Core\Booting\Step, TYPO3\Flow\Core\Bootstrap)
  58.  
  59. C:\xampp\htdocs\typo3-neos-alpha5\Packages\Framework\TYPO3.Flow\Classes\TYPO3\Flow\Core\Booting\Sequence.php:
  60. 00103: if (isset($this->steps[$identifier])) {
  61. 00104: foreach ($this->steps[$identifier] as $followingStep) {
  62. 00105: $this->invokeStep($followingStep, $bootstrap);
  63. 00106: }
  64. 00107: }
  65.  
  66. 5 TYPO3\Flow\Core\Booting\Sequence::invokeStep(TYPO3\Flow\Core\Booting\Step, TYPO3\Flow\Core\Bootstrap)
  67.  
  68. C:\xampp\htdocs\typo3-neos-alpha5\Packages\Framework\TYPO3.Flow\Classes\TYPO3\Flow\Core\Booting\Sequence.php:
  69. 00083: if (isset($this->steps['start'])) {
  70. 00084: foreach ($this->steps['start'] as $step) {
  71. 00085: $this->invokeStep($step, $bootstrap);
  72. 00086: }
  73. 00087: }
  74.  
  75. 4 TYPO3\Flow\Core\Booting\Sequence::invoke(TYPO3\Flow\Core\Bootstrap)
  76.  
  77. C:\xampp\htdocs\typo3-neos-alpha5\Packages\Framework\TYPO3.Flow\Classes\TYPO3\Flow\Http\RequestHandler.php:
  78. 00158: protected function boot() {
  79. 00159: $sequence = $this->bootstrap->buildRuntimeSequence();
  80. 00160: $sequence->invoke($this->bootstrap);
  81. 00161: }
  82. 00162:
  83.  
  84. 3 TYPO3\Flow\Http\RequestHandler::boot()
  85.  
  86. C:\xampp\htdocs\typo3-neos-alpha5\Packages\Application\TYPO3.Setup\Classes\TYPO3\Setup\Core\RequestHandler.php:
  87. 00060: $this->checkBasicRequirementsAndDisplayLoadingScreen();
  88. 00061:
  89. 00062: $this->boot();
  90. 00063: $this->resolveDependencies();
  91. 00064: $this->request->injectSettings($this->settings);
  92.  
  93. 2 TYPO3\Setup\Core\RequestHandler::handleRequest()
  94.  
  95. C:\xampp\htdocs\typo3-neos-alpha5\Packages\Framework\TYPO3.Flow\Classes\TYPO3\Flow\Core\Bootstrap.php:
  96. 00111:
  97. 00112: $this->activeRequestHandler = $this->resolveRequestHandler();
  98. 00113: $this->activeRequestHandler->handleRequest();
  99. 00114: }
  100. 00115:
  101.  
  102. 1 TYPO3\Flow\Core\Bootstrap::run()
  103.  
  104. C:\xampp\htdocs\typo3-neos-alpha5\Web\index.php:
  105. 00025: $context = getenv('FLOW_CONTEXT') ?: (getenv('REDIRECT_FLOW_CONTEXT') ?: 'Development');
  106. 00026: $bootstrap = new \TYPO3\Flow\Core\Bootstrap($context);
  107. 00027: $bootstrap->run();
  108. 00028:
  109. 00029: ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement