typo3-flow

what does this fluid error means? No unique path segment could be found after 100 iterations

你。 提交于 2020-03-05 17:30:00
问题 I get this error on an order review page: Exception while rendering checkout<TYPO3.Neos:Page>/ body<TYPO3.TypoScript:Template>/ content/ main<TYPO3.Neos:PrimaryContent>/ default<TYPO3.TypoScript:Matcher>/ element<TYPO3.Neos:ContentCollection>/ itemRenderer<TYPO3.Neos:ContentCase>/ default<TYPO3.TypoScript:Matcher>/ element<SeeThroughWeb.Shop:ShopOrderReview>: No unique path segment could be found after 100 iterations. (201409261654538b6e30) Any idea why or what it means? BTW, I use the same

in() method - Typo3 - queryInterface

删除回忆录丶 提交于 2019-12-13 04:33:00
问题 if you use the QueryInterface from Typo3 or Flow3 you can look up in the QueryInterface Extbase Dokumentation for all functions you can use. I already created some ANDs, ORs and LogicalNOTs in Flow3 and they work great. My problem is the in() function. Let's say I have a "task" object and every task has one "status" object (over Many-To-One). Now I want to have all tasks having a status with the 'show' attribute on 'false'. That's what doesn't work: $query->in('status',$this->statusRepository

(PART 2) what does this fluid error mean? No unique path segment could be found after 100 iterations

别来无恙 提交于 2019-12-12 01:28:16
问题 This is a continuation of a previously asked and answered question that has cropped up again and needs a different solution ( different problem but same error message ). Again the links to the shippingAddress action are not rendering: <f:link.action action="shippingAddress" controller="Order" arguments="{address: shippingAddress, changeAddress: 1}"><f:translate id="seethroughweb.shop.change-address">Change</f:translate></f:link.action> When debugging and expecting to find that the address