neoscms

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

Fusion (Typoscript 2): How to access a variable from a parent object?

左心房为你撑大大i 提交于 2020-01-15 10:36:47
问题 This is sort of a follow-up question for How to define and access local variable in Typoscript 2 (Neos)? If I define a local variable, called myLocalVar in the example below, how can I access it from other objects, in this case from Neos.Fusion:Case ? prototype(Some.Namespace:SomeNodeType) < prototype(TYPO3.Neos:Content) { myLocalVar = ${String.split(q(node).property('example'), '/', 2)} myResult = Neos.Fusion:Case { a = Neos.Fusion:Matcher { condition = ${???.myLocalVar[0] == 'aaa'} renderer

Add link to text in neos beta 1.0.2

人盡茶涼 提交于 2019-12-25 05:52:15
问题 I am new to Typo3 neos. I am using neos with version 1.0.2 When i try to add links to custom content types the link will not be proper and it appears some thing like below.For external urls it works fine. node://06fbba05-82f1-e0b4-0e5e-4549e7aa4d11 How can i add target blank for external urls and mailto link for emails? Thank you in advance. 回答1: you need to apply a converter to your text that changes the internal presentation of the link to the real link. Examples are in: Packages

Add link to text in neos beta 1.0.2

余生长醉 提交于 2019-12-25 05:51:50
问题 I am new to Typo3 neos. I am using neos with version 1.0.2 When i try to add links to custom content types the link will not be proper and it appears some thing like below.For external urls it works fine. node://06fbba05-82f1-e0b4-0e5e-4549e7aa4d11 How can i add target blank for external urls and mailto link for emails? Thank you in advance. 回答1: you need to apply a converter to your text that changes the internal presentation of the link to the real link. Examples are in: Packages

How to define and access local variable in Typoscript 2 (Neos)?

為{幸葍}努か 提交于 2019-12-12 02:12:01
问题 I have created a custom NodeType "Events" with a custom TS2 file in Neos, but I guess it is more a general question about Typoscript 2. prototype(Some.Namespace:Events) < prototype(TYPO3.Neos:Document) { ... sortOrder = ${request.arguments.sortOrder == 'asc' ? 'asc' : 'desc'} otherVariable = ${sortOrder} ... } Of course this is simplified to focus on the issue: I want to assign the value of the variable sortOrder (which is "asc" or "desc") to another variable named otherVariable . How can I

Neos Performance

ⅰ亾dé卋堺 提交于 2019-12-08 05:25:05
问题 I´m new at Neos and the concept is perfect for my needs! So thank you for developing this. But I installed the cms on my vServer and ist takes about 7.4sec to load the page! When I open the Backend menu it takes about 30sec to load all things from there. I have no idea why this takes so long. I´ve included a picture of the chrome developer tools network section, you can see there the long loading time. I`ve already checked my server and no other processes running and could slow down the