xperseguers / t3ext-routing

TYPO3 Extension routing
19 stars 6 forks source link

TYPO3 CMS 7.2.0-dev, routing is not working #2

Closed jmverges closed 9 years ago

jmverges commented 9 years ago

In the last 24h something occurs with TYPO3 core and then the new EidRequestHandler does indeed not set a TT object.

I' getting this output:

( ! ) Fatal error: Call to a member function push() on null in /var/www/typo3_src/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php on line 1206 Call Stack

Time Memory Function Location

1 0.0719 240072 {main}( ) .../index.php:0 2 0.0790 639632 TYPO3\CMS\Core\Core\Bootstrap->run( ??? ) .../index.php:33 3 0.1116 2472944 TYPO3\CMS\Frontend\EidRequestHandler->handleRequest( ) .../Bootstrap.php:195 4 0.1249 2482888 require( '/var/www/typo3conf/ext/routing/Classes/Controller/RoutingController.php' ) .../EidRequestHandler.php:61 5 0.2003 2609712 Causal\Routing\Controller\RoutingController->dispatch( ) .../RoutingController.php:332 6 0.2108 2650536 Causal\Routing\Controller\RoutingController->initTSFE( ) .../RoutingController.php:114 7 0.8588 4934936 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->determineId( ) .../RoutingController.php:314

jmverges commented 9 years ago

This is a core issue: https://forge.typo3.org/issues/65488