[TYPO3-mvc] Tx_Extbase_MVC_Exception_InfiniteLoop

Steffen Ritter info at rs-websystems.de
Thu Dec 3 17:30:37 CET 2009


Hey folks,
this happens currently when I try to send a field which fails 
validation... What to do?


Uncaught TYPO3 Exception
#1217839467: Could not ultimately dispatch the request after 101 iterations.

Tx_Extbase_MVC_Exception_InfiniteLoop thrown in file
/SERVER/Kunden/v0000/web/vhost_admin/typo3conf/ext/extbase/Classes/Dispatcher.php 
in line 128.

21 Tx_Extbase_Dispatcher::dispatch("", array)

20 call_user_func_array(array, array)


/SERVER/TYPO3/src-4.3/typo3_src-4.3.0/typo3/sysext/cms/tslib/class.tslib_content.php:

06624:     if (is_object($classObj) && method_exists($classObj, 
$parts[1])) {
06625:      $classObj->cObj = $this;

06626:       $content = call_user_func_array(array($classObj, 
$parts[1]), array($content, $conf));

06627:     } else {
06628:      $GLOBALS['TT']->setTSlogMessage('Method "' . $parts[1] . '" 
did not exist in class "' . $parts[0] . '"', 3);


More information about the TYPO3-project-typo3v4mvc mailing list