10:27:51 <soee> hmm when executing data import using data_import extension
10:28:00 <soee> my log is spammed with this error: http://pastebin.com/tQtjdQGB
10:28:14 <soee> any idea how this is related to data import ?
10:29:23 <cedricziel> can you reproduce the same when the extension is not loaded?
10:33:24 <soee> this might be problem with this extensions as also other erros are logged:
10:33:27 <soee> PHP Catchable Fatal Error: Argument 2 passed to tx_realurl_tcemain::shouldFixCaches() must be of the type array, string given
10:33:37 <soee> PHP Catchable Fatal Error: Argument 4 passed to TYPO3\CMS\Frontend\Hooks\TreelistCacheUpdateHooks::processDatamap_afterDatabaseOperations() must be of the
14:30:14 <foooobear> hey ho. when upgrading flux 6.0.2 to 6.0.4. can i do that directly or must i install 6.0.3 and run the update script from that version also?
16:05:32 <Guest14015> kann mir jemand sagen, wie ich mit vhs prüfen kann, ob ein fe_user in der benutzergruppe mit der id 3 drin ist?
16:06:20 <Guest14015> http://fluidtypo3.org/viewhelpers/fluid/master/Security/IfHasRoleViewHelper.html hier sehe ich leider keine usage-beispiele nur fast leere felder
16:19:37 <Guest14015> how would you use this viewhelper if you would check the usergroup?
16:20:58 <cedricziel> if you do want a simple comparison by user group, you should use this one: https://github.com/TYPO3/TYPO3.CMS/blob/master/typo3/sysext/fluid/Classes/ViewHelpers/Security/IfHasRoleViewHelper.php#L37
16:22:45 <cedricziel> f:security.ifHasRole is contained in fluid core-the viewhelper you mentioned does a little more. stuff you dont need.
16:32:55 <cedricziel> <f:if.security.ifhasRole role="2"><f:then>User has role</f:then><f:else>doesnt have the group you are looking for. move on padawan</f:else><f:if.security.ifhasRole>
16:33:09 <Guest14015> it works with simple <f:then>this line</f:this><f:else>other line</f:else>
16:39:22 <cedricziel> the plugin should be a _INT object
17:15:58 <adi77> Hi, i use the search function of the tx_news extension to search in news lists. The problem is, that the search word is not written to the url. So I can not get unique urls for search results. What can be done?
17:17:21 <adi77> I use the form viewhelper for the search form.
17:17:27 <cedricziel> 1st: why would you want unique urls for a generic search?
17:18:47 <adi77> seo and problems with proxy caching at our customers office
17:19:33 <cedricziel> i wont argue about seo here, would be long and winding road. proxy caching is more valid
17:19:53 <cedricziel> you should trigger a ticket on forge at the project
17:20:31 <cedricziel> well.. the more i think of it... both are invalid.
17:20:47 <cedricziel> caching proxies should _never_ _ever_ cache POST responses
17:20:57 <cedricziel> GET is idempotent, POST is not
17:22:25 <adi77> if i switch to method get. I get lots of __referer attributes in the uri but I can't convert them with realurl
17:23:23 <adi77> I can't acces these from realurl.php
18:05:50 <xaver> a question for bjo3rn and cedricziel and maybe somebody else -> section is really nice, but can i read the header form the section element as link text http://fluidtypo3.org/viewhelpers/vhs/master/Page/LinkViewHelper.html