IRC logs

20140627

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

IRC log range: 20140627*

20140627

  • 09:21:22 <nimius|thephpjo> hello everyone. Just so you guys are aware: The xsd downloads for fluid and flux on the homepage is broken
  • 09:55:45 <ple> Good morning all. I downloaded now the new dev version of all exts. Now I have an error with the var viewhelper
  • 09:56:00 <ple> #1289386765: Could not analyse class:FluidTYPO3\Vhs\ViewHelpers\Variable\SetViewHelper maybe not loaded or no autoloader?
  • 10:02:21 <nimius|thephpjo> ple: Had this error a while ago. Try clearing all caches
  • 10:03:00 <nimius|thephpjo> (Assuming you are on TYPO3 6.2) Go to important actions - clear all caches in the install tool
  • 10:07:43 <ple> thx. yes i did
  • 10:07:49 <ple> and cleared t3_temp
  • 10:08:19 <nimius|thephpjo> I currently have a hard time creating a "container element" – i am able to put CE's inside of my Element, but how do i render them in FE? i thought that is what flux:content.render is for?
  • 10:08:26 <nimius|thephpjo> ple: is it working?
  • 10:09:23 <ple> no :p
  • 10:09:43 <ple> var.set is changed in variable.set correct?
  • 10:10:08 <nimius|thephpjo> OK – then you have to wait for one of the devs to reply
  • 10:12:09 <ple> oke doke, thx ;)
  • 11:25:42 <ple> hey guys, i changed all var.set to variable.set but still have the error #1289386765: Could not analyse class:FluidTYPO3\Vhs\ViewHelpers\Var\TyposcriptViewHelper maybe not loaded or no autoloader?
  • 11:26:08 <randomresult> deleted all in typotemp?
  • 11:26:09 <ple> i have all new dev version incl. fluidcontent_core + bootstrap content
  • 11:26:15 <ple> yup
  • 11:26:29 <randomresult> dont know if bootstrap is up to date atm
  • 11:26:44 <randomresult> you can give fluidbootstraptheme a try
  • 11:27:09 <randomresult> did u clear cache in installtool?
  • 11:27:46 <ple> i just saw that the bootstrap fces have the new vhs namespace
  • 11:27:50 <ple> yes i did
  • 11:28:41 <ple> TYPO3\CMS\Fluid\Core\Parser\TemplateParser::initializeViewHelperAndAddItToStack(TYPO3\CMS\Fluid\Core\Parser\ParsingState, "v", "var.typoscript", array) that is one line of my frontend error
  • 11:29:08 <ple> but var is changed to variable in vhs tho
  • 11:30:58 <GRIMMCREATIVE> Hello Everybody
  • 11:31:04 <randomresult> sry. cant help you
  • 11:31:10 <GRIMMCREATIVE> question: what happens with flux:field.html
  • 11:31:11 <randomresult> maybe ping the team
  • 11:31:24 <randomresult> happens or happend?
  • 11:31:40 <GRIMMCREATIVE> what ever - bad english :D
  • 11:31:46 <GRIMMCREATIVE> but
  • 11:31:47 <GRIMMCREATIVE> happend
  • 11:31:56 <randomresult> ;)
  • 11:32:12 <randomresult> team can tell you about the past.... future is a bit more difficult
  • 11:32:53 <randomresult> GRIMMCREATIVE and ple should ping @cedricziel @danilobuerger @xaver @NamelessCoder @bjo3rn for answers
  • 11:34:29 <NamelessCoder> flux:field.html === flux:field.custom
  • 11:34:43 <GRIMMCREATIVE> Thanks Claus
  • 11:34:51 <NamelessCoder> you're welcome Max :)
  • 11:35:12 <GRIMMCREATIVE> But its not Recorded in New ViewHelper Names
  • 11:35:17 <ple> hm so it is not possible to use the new dev version ?!
  • 11:36:11 <NamelessCoder> I think we removed one of them but the other should still be there. One was an alias of the other.
  • 11:36:14 <ple> cause if the var.set isnt changed in fluid template engine i cant do nothing
  • 11:40:21 <NamelessCoder> ple the class is there, make sure you caught all references to v:var and made them v:variable and then make sure you clear the caches either by deleting typo3temp/* or using the install tool to clear caches and temp files - and of course, make sure you are on the vhs development branch and have pulled all recent changes
  • 11:43:19 <ple> thanks for your feedback nameless. Okay i will check it again.
  • 11:56:11 <erredeco> Hi there. A question about v:page.menu
  • 11:56:27 <erredeco> I've added to my page template a field to select an icon:
  • 11:56:32 <erredeco> <flux:field.select name="settings.icon" items="home,info,question-mark,rss" size="1" maxItems="1" default="info" />
  • 11:56:32 <erredeco> <flux:field.select name="settings.icon" items="home,info,question-mark,rss" size="1" maxItems="1" default="info" />
  • 11:56:57 <erredeco> How can I use it inside a v:page.menu?
  • 11:57:14 <erredeco> I've tried with:
  • 11:57:15 <erredeco> <v:page.menu>
  • 11:57:15 <erredeco> <f:for each="{menu}" as="item">
  • 11:57:15 <erredeco> <span class="menu-icon icon-{settings.icon}"></span>
  • 11:57:15 <erredeco> <f:link.page pageUid="{item.uid}">{item.title}</f:link.page>
  • 11:57:15 <erredeco> </f:for>
  • 11:57:15 <erredeco> </v:page.menu>
  • 11:57:15 <FT3BOT> ¯\_(ツ)_/¯
  • 11:57:16 <FT3BOT> ¯\_(ツ)_/¯
  • 11:57:17 <FT3BOT> ¯\_(ツ)_/¯
  • 11:58:01 <erredeco> but it gets the {settings.icon} of the page currently I am in
  • 11:58:29 <erredeco> not the icon of the corresponding page in menu
  • 11:58:30 <erredeco> :S
  • 11:58:39 <NamelessCoder> erredeco see flux:form.data
  • 11:58:41 <randomresult> item.settings.icon
  • 11:58:45 <randomresult> ?
  • 11:59:16 <NamelessCoder> Flux form values are not automatically extracted from page records inside v:page.menu etc. since it is a costly operation
  • 11:59:49 <erredeco> aha
  • 12:02:45 <erredeco> so...?
  • 12:12:04 <erredeco> I understand It could be something like
  • 12:12:07 <erredeco> {flux:form.data(table: 'pages', field: 'tx_fed_page_flexform' as="item.icon"}
  • 12:12:43 <erredeco> I don't know how to use the "record" attribute
  • 12:15:45 <erredeco> or the "uid"
  • 12:17:48 <NamelessCoder> {flux:form.data(table: 'pages', field: 'tx_fed_page_flexform' record: item) -> v:variable.set(name: 'item.icon')} - although I am not entirely sure v:variable.set will have the expected result when setting a variable in an array (as in: variable may be copied instead of referenced and thus lost)
  • 12:18:16 <NamelessCoder> using v:variable.set(name: 'itemFluxData') solves that but then ofc you access it from {itemFluxData.settings.icon}
  • 12:23:07 <erredeco> ofc?
  • 12:23:25 <erredeco> I also found this:
  • 12:23:26 <erredeco> http://stackoverflow.com/questions/22489001/access-fluidpage-configuration-in-template
  • 12:26:52 <nimius|thephpjo> How do i render content insude flux:form.content in the frontend?
  • 12:27:25 <nimius|thephpjo> From what i gathered on the internet it should be flux:content.render – but nothing is rendered
  • 12:30:07 <floxx> i updated the ft3 components of my installation to latest development commits. now i get "Fatal error: Uncaught exception 'RuntimeException' with message 'Could not acquire lock for ClassLoader cache creation.' in /Users/florianbusch/Sites/typo3_sources/typo3_src-6.2.3/typo3/sysext/core/Classes/Core/ClassLoader.php on line 723"
  • 12:31:16 <floxx> backend and install tool are not accessible
  • 12:31:47 <floxx> just as frontend
  • 12:37:13 <erredeco> I tried to write
  • 12:37:14 <erredeco> <v:page.menu>
  • 12:37:14 <erredeco> <f:for each="{menu}" as="item">
  • 12:37:14 <erredeco> {flux:form.data(table: 'pages', field: 'tx_fed_page_flexform' record: item) -> v:variable.set(name: 'item.icon')}
  • 12:37:14 <erredeco> <f:link.page pageUid="{item.uid}">{item.title}</f:link.page>
  • 12:37:14 <erredeco> </f:for>
  • 12:37:14 <erredeco> </v:page.menu>
  • 12:37:15 <FT3BOT> ¯\_(ツ)_/¯
  • 12:37:16 <FT3BOT> ¯\_(ツ)_/¯
  • 12:37:17 <FT3BOT> ¯\_(ツ)_/¯
  • 12:37:42 <erredeco> but I get an error Could not analyse class:Tx_Vhs_ViewHelpers_Variable_SetViewHelper maybe not loaded or no autoloader?
  • 12:39:37 <ple> same here @erredeco
  • 12:44:20 <soee_> cache issue ?
  • 12:44:26 <soee_> also what VHS version ?
  • 12:44:39 <ple> new dev
  • 12:46:47 <erredeco> after reading this:
  • 12:46:48 <erredeco> http://stackoverflow.com/questions/22489001/access-fluidpage-configuration-in-template
  • 12:46:52 <erredeco> I also wrote:
  • 12:47:08 <erredeco> <v:page.menu>
  • 12:47:08 <erredeco> <f:for each="{menu}" as="item">
  • 12:47:08 <erredeco> <flux:form.data table="pages" field="tx_fed_page_flexform" uid="{pageUid}" as="pageData">
  • 12:47:08 <erredeco> {pageData.settings.icon}
  • 12:47:08 <erredeco> </flux:form.data>
  • 12:47:08 <erredeco> <f:link.page pageUid="{item.uid}">{item.title}</f:link.page>
  • 12:47:08 <erredeco> </f:for>
  • 12:47:08 <FT3BOT> ¯\_(ツ)_/¯
  • 12:47:09 <erredeco> </v:page.menu>
  • 12:47:09 <FT3BOT> ¯\_(ツ)_/¯
  • 12:47:10 <FT3BOT> ¯\_(ツ)_/¯
  • 12:47:39 <erredeco> but nothing is shown
  • 12:47:52 <erredeco> I am not very sure about that uid="{pageUid}" :S :S
  • 12:48:16 <erredeco> I tried wiht uid={item.uid}
  • 12:48:29 <erredeco> I tried wiht uid="{item.uid}"
  • 12:48:33 <erredeco> without results
  • 12:51:31 <ple> does anybody know what this error should be??? #1218473352: The action name must start with a lower case letter, "Header" does not match this criteria.
  • 12:52:17 <ple> never heard this and i dont know how i should handle this
  • 12:54:39 <ple> @soee did u know this maybe?:)
  • 13:09:23 <erredeco> Ok I solved the error "could not analyze..." It was missing the "{namespace v=Tx_Vhs_ViewHelpers}
  • 13:09:24 <erredeco> "
  • 13:09:37 <erredeco> sorry
  • 13:09:38 <erredeco> {namespace flux=FluidTYPO3\Flux\ViewHelpers}
  • 13:10:02 <erredeco> but I'm still stuck
  • 13:10:04 <erredeco> :S :S :S
  • 13:10:24 <erredeco> I really can't make the examples work :(
  • 13:24:09 <ple> does the tag viewhelper which is included in content_core with the new vhs version?
  • 13:24:43 <ple> Could not analyse class:FluidTYPO3\FluidcontentCore\ViewHelpers\TagViewHelper maybe not loaded or no autoloader?
  • 13:24:46 <ple> or is there an update?
  • 13:38:08 <xaver> ple: your error description is useless. It says a Action starts uppercase, but the backtrace is missing. Take a look at the backtrace.
  • 14:26:24 <floxx> any idea why getting "Fatal error: Uncaught exception 'RuntimeException' with message 'Could not acquire lock for ClassLoader cache creation.' in /Users/florianbusch/Sites/typo3_sources/typo3_src-6.2.3/typo3/sysext/core/Classes/Core/ClassLoader.php on line 723" after updateing to latest development commit?
  • 14:55:41 <ple> does anybody use the new bootstrap content versionß
  • 14:56:06 <ple> the dev version
  • 14:58:06 <ple> cause the row fce isnt working correct
  • 14:58:26 <ple> if i put a text element in the row it is in every rwo displayed
  • 15:07:29 <xaver> ple: fluidcontent_bootstrap is depracted
  • 15:07:38 <xaver> floxx: clear cache in install tool
  • 15:13:32 <soee> ple: as xaver mentioned, this is successor of fluidbootstrap https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme
  • 15:15:26 <ple> ahh okay, so i need to use the fluidbootstraptheme and not fluidcontent_bootstrap?
  • 15:15:47 <floxx> xaver: install tool is not accessible
  • 15:17:10 <floxx> xaver: sorry, install tool works. no idea why it wasn't accessible before.
  • 15:17:34 <floxx> everything fine now :)
  • 15:50:03 <JustAPoring> is there a way to change the default locallang path?
  • 15:56:18 <xaver> JustAPoring: why? where?
  • 16:00:56 <ple> ok i use now the fluidbootstraptheme the new dev version. But i cant create plugins inside the row?!
  • 16:01:01 <ple> :((((
  • 16:02:10 <ple> if i drag and drop a plugin in a row
  • 16:02:12 <ple> doesnt work
  • 16:03:31 <ple> oh, ok i can drag and drop into a row
  • 16:03:43 <ple> but i cant create a plugin directly in a row
  • 16:08:27 <JustAPoring> xaver: for templates inside a provider extension for... reasons, its complicated :-)
  • 16:13:06 <xaver> JustAPoring: its easy
  • 16:13:12 <xaver> ple: stable flux or?
  • 16:13:16 <xaver> try the dev :)
  • 16:14:07 <xaver> you have one file, the id in flux resolves automaticly into that language file. Its versionable. Everything i want
  • 16:15:37 <xaver> cu later - need to get into next train to berlin :)
  • 16:17:51 <ple> i have the dev :)
  • 19:33:01 <pedda> Denyerec
  • 19:33:06 <pedda> are you around?
  • 19:35:40 <pedda> would you mind to take a look at an english text?
  • 19:53:55 <Denyerec> If you link me, I can do it later
  • 19:53:57 <Denyerec> Just eating :)
  • 20:22:05 <pedda> damnit.. got disconnected
  • 20:22:17 <pedda> didn't notice your messages Denyerec
  • 20:22:37 <pedda> may i pn you ?
  • 20:25:03 <Denyerec> Sure
  • 22:29:19 <feelx> btw... something seems to be buggy on blog @ fluidtypo3.org ... if you click "blog" you land on subpage 3 (article: 'flux 7.0 released' dated March 27th, 2014)
  • 22:29:34 <feelx> so date should be JUNE 27th I guess :)