IRC logs

20151013

Logs from channel #fedext on freenode - our official support channel.

IRC log range: 20151013*

20151013

  • 03:27:23 <lsoend> that issue I had is still not fixed with the latest commits https://github.com/FluidTYPO3/fluidcontent_core/issues/197
  • 08:13:57 <lukas_demetz> Hi guys, I do have a problem with the current released extensions - up to there it worked fine
  • 08:15:12 <lukas_demetz> Basically, I am trying to create a header carousel with multiple images, to be selected in each page's backend
  • 08:15:23 <lukas_demetz> here is the current code: https://gist.github.com/lukepower/609e8273ef53c7f62430. It used to work till now
  • 08:22:28 <lukas_demetz> <f:for each="{v:resource.record.fal(record: page, field: 'settings.images', table: 'pages')}" as="image"> is getting no results
  • 08:22:48 <lukas_demetz> same for <f:for each="{v:content.resources.fal(field: 'settings.image')}" as="imageFal">
  • 08:23:16 <lukas_demetz> <flux:field.inline.fal name="settings.images" multiple="TRUE" maxItems="20" required="0" collapseAll="true" />
  • 09:18:13 <Guest|74385> [Tue Oct 13 15:16:02 2015] [error] [client ::1] PHP Parse error: syntax error, unexpected T_USE, expecting T_FUNCTION in /Applications/mampstack/apache2/htdocs/dummy/typo3conf/ext/vhs/Classes/ViewHelpers/Math/AbstractMultipleMathViewHelper.php on line 24, referer: http://localhost/dummy/typo3/backend.php
  • 09:18:14 <Guest|74385> [Tue Oct 13 15:16:02 2015] [error] [client ::1] PHP Parse error: syntax error, unexpected T_USE, expecting T_FUNCTION in /Applications/mampstack/apache2/htdocs/dummy/typo3conf/ext/vhs/Classes/ViewHelpers/Math/AbstractMultipleMathViewHelper.php on line 24, referer: http://localhost/dummy/typo3/backend.php
  • 09:34:46 <Guest|74385> [Tue Oct 13 15:16:02 2015] [error] [client ::1] PHP Parse error: syntax error, unexpected T_USE, expecting T_FUNCTION in /Applications/mampstack/apache2/htdocs/dummy/typo3conf/ext/vhs/Classes/ViewHelpers/Math/AbstractMultipleMathViewHelper.php on line 24, referer: http://localhost/dummy/typo3/backend.php
  • 09:52:10 <NamelessCoder> Guest|74385 it's time to upgrade your php 5.3 ;)
  • 09:57:37 <lukas_demetz> NamelessCoder: May I ask you to have a look at my template here: https://gist.github.com/lukepower/609e8273ef53c7f62430
  • 09:57:42 <lukas_demetz> Right now it is not working anymore
  • 10:04:28 <Guest|74385> php was and is up to date
  • 10:08:13 <lsoend> Guest|74385, you wouldn't get that error if you had at least php 5.4
  • 10:17:09 <Guest|74385> oh well. mampstack seems to be out of date.
  • 10:19:44 <lsoend> I had to think twice, to understand what the heck a "mampstack" is ;-)
  • 10:20:08 <Guest|74385> :-P
  • 11:11:50 <lukas_demetz> I can't get it to work, damnit :P
  • 19:06:14 <vistainteractive> In a menu built with vhs:page.menu, I am trying to access data from fields on the pages I have added with flux:field.input. The data is available for each menu item in tx_fed_page_flexform in XML format. How do I get the values from this XML as individual data items for the menu items?