[Flow] No unique path segment could be found after 100 iterations

Adriano Fialho afialho.com at gmail.com
Fri May 23 19:02:49 CEST 2014


Dear,

I have the follow error?
*"No unique path segment could be found after 100 iterations".*

I identify that the framework class
"TYPO3\Flow\Mvc\Routing\IdentityRoutePart" has a "resolveValue" method that
try to resolve an entity with max 100 iterations. If can't, throws
exception:

*if ($pathSegmentLoopCount++ > 99) {*
*      throw new \TYPO3\Flow\Mvc\Exception\InfiniteLoopException('No unique
path   segment could be found after ' . ($pathSegmentLoopCount - 1) . '
iterations.', 1316441798);*
*}*

But, if I change the number of iterations to other value greater than 105
*if ($pathSegmentLoopCount++ > 105)*

The class can solve the entity, with 103 iterations.

Of course change the framework code is not an alternative.

Has anyone had this problem?

Regards,
--

*Adriano Fialho*
71 8637.3450 - 71 9335.9343
afialho.com - adriano at afialho.com


More information about the Flow mailing list