Advertisement
Guest User

Untitled

a guest
Jul 15th, 2013
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. #1176475350: More than one request handler with the same priority can handle the request, but only one handler may be active at a time! (More information)
  2.  
  3. TYPO3\CMS\Extbase\Mvc\Exception thrown in file
  4. /var/www/web1/html/subdomains/foo-sv/typo3_sources/typo3_src-6.1.1/typo3/sysext/extbase/Classes/Mvc/RequestHandlerResolver.php in line 95.
  5.  
  6. 4 TYPO3\CMS\Extbase\Mvc\RequestHandlerResolver::resolveRequestHandler()
  7.  
  8. /var/www/web1/html/subdomains/foo-sv/typo3_sources/typo3_src-6.1.1/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
  9. 00204: /** @var $requestHandlerResolver \TYPO3\CMS\Extbase\Mvc\RequestHandlerResolver */
  10. 00205: $requestHandlerResolver = $this->objectManager->get('TYPO3\\CMS\\Extbase\\Mvc\\RequestHandlerResolver');
  11. 00206: $requestHandler = $requestHandlerResolver->resolveRequestHandler();
  12. 00207:
  13. 00208: $response = $requestHandler->handleRequest();
  14.  
  15. 3 TYPO3\CMS\Extbase\Core\Bootstrap::handleRequest()
  16.  
  17. /var/www/web1/html/subdomains/foo-sv/typo3_sources/typo3_src-6.1.1/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
  18. 00195: public function run($content, $configuration) {
  19. 00196: $this->initialize($configuration);
  20. 00197: return $this->handleRequest();
  21. 00198: }
  22. 00199:
  23.  
  24. 2 TYPO3\CMS\Extbase\Core\Bootstrap::run("", array)
  25.  
  26. /var/www/web1/html/subdomains/foo-sv/typo3_sources/typo3_src-6.1.1/typo3/sysext/extbase/Classes/Core/ModuleRunner.php:
  27. 00079:
  28. 00080: $bootstrap = $this->objectManager->get('TYPO3\\CMS\\Extbase\\Core\\BootstrapInterface');
  29. 00081: $content = $bootstrap->run('', $configuration);
  30. 00082: print $content;
  31. 00083:
  32.  
  33. 1 TYPO3\CMS\Extbase\Core\ModuleRunner::callModule("tools_ExtensionmanagerExtensionmanager")
  34.  
  35. /var/www/web1/html/subdomains/foo-sv/typo3_sources/typo3_src-6.1.1/typo3/mod.php:
  36. 00045: foreach ($TBE_MODULES['_dispatcher'] as $dispatcherClassName) {
  37. 00046: $dispatcher = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Extbase\\Object\\ObjectManager')->get($dispatcherClassName);
  38. 00047: if ($dispatcher->callModule($temp_M) === TRUE) {
  39. 00048: $isDispatched = TRUE;
  40. 00049: break;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement