IRC logs

20150323

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

IRC log range: 20150323*

20150323

  • 05:02:50 <braguzz> hi I've update some ext but t3 doesnt work anymore
  • 05:03:43 <braguzz> in apache err I got PHP Fatal error: Call to undefined method FluidTYPO3\\Fluidpages\\Service\\ConfigurationService::getTypoScriptSubConfiguration() in ../ConfigurationService.php on line 123,
  • 05:04:58 <beo6> braguzz: what is "some ext" ?
  • 05:11:51 <braguzz> vhs flux fluidpages fluidcontent
  • 05:12:05 <braguzz> fluidcontent_core
  • 05:12:13 <braguzz> fluidboostraptheme
  • 05:14:41 <beo6> so all these are now on the latest version? have you updated your Typo3?
  • 05:16:33 <braguzz> I'm updated also T3 to latest version
  • 05:17:36 <braguzz> t3 6.2.11
  • 05:18:28 <braguzz> vhs 2.3.1 flux 7.2.0 fluidpages 3.2.0 fluidcontent 4.2.1 fluidcontent_core 1.1.2
  • 05:19:53 <beo6> have you cleared your typo3 cach in the install tool?
  • 05:19:58 <beo6> cache
  • 05:20:08 <braguzz> yes I've also delete typo3temp from shell
  • 05:23:53 <beo6> mhh. sorry no idea then. i had a similar error but with my own extension. But it should work with the fluidpages etc.
  • 05:28:35 <Edek> Hi, I would like to know if it's possible to add a marker inline with fluid configuration .. for example: <v:page.menu excludePages="{$exclude}" />
  • 05:34:43 <beo6> Edek: you cann add them in your typoscript as variable
  • 05:35:09 <beo6> example: page.10.variables.exclude = {$exclude}
  • 05:36:16 <beo6> or maybe page.10.variables.exclude = TEXT | page.10.variables.exclude.value = {$exclude}
  • 05:40:10 <Edek> Thank you for your answer, I am completely new to VHS. Would this still include the tag in the example, or just add the tag to all page.menu items available?
  • 05:40:17 <braguzz> thanks beo6 anyway
  • 05:40:38 <braguzz> I use speciality ext anyway
  • 05:43:45 <beo6> Edek: it would add the constant wherever you use {$exclude} in your fluid page template.
  • 05:44:36 <beo6> Edek: but the template does not access the constant but the variable. So you could also just enter the value directly into the template variable
  • 05:46:41 <braguzz> if I enable fluidcontent_bootstrap I can see backend pages, but I have errors in frontend
  • 05:47:13 <braguzz> Could not analyse class:Tx_Vhs_ViewHelpers_Extension_Path_ResourcesViewHelper
  • 06:04:04 <NamelessCoder> braguzz update your VHS namespace registration, legacy class usages are dead and gone
  • 06:09:24 <braguzz> if I disable fluidcontent_boostrap I havent' this error
  • 06:09:56 <NamelessCoder> yep, that ext is long deprecated - fluidbootstraptheme is the replacement (you may need their 2.0 branch, not sure if they released for flux 7.2 yet)
  • 06:11:43 <braguzz> but without fluidcontent_boostrap I got I got PHP Fatal error: Call to undefined method FluidTYPO3\\Fluidpages\\Service\\ConfigurationService::getTypoScriptSubConfiguration() in ../ConfigurationService.php
  • 06:11:51 <braguzz> in apache err
  • 06:11:59 <NamelessCoder> which file exactly is *calling* the method=
  • 06:12:05 <braguzz> and even backend page doesnt work
  • 06:13:30 <braguzz> Call to undefined method FluidTYPO3\\Fluidpages\\Service\\ConfigurationService::getTypoScriptSubConfiguration() in /data/museo/SpecialityDistribution/typo3conf/ext/fluidpages/Classes/Service/ConfigurationService.php on line 123,
  • 06:13:43 <NamelessCoder> fluidpages is not upgraded
  • 06:14:02 <NamelessCoder> the current version of that class does not contain 123 lines of code ;)
  • 06:14:38 <braguzz> 3.2.0
  • 06:15:16 <NamelessCoder> definitely not 3.2.0 - https://github.com/FluidTYPO3/fluidpages/blob/3.2.0/Classes/Service/ConfigurationService.php
  • 06:16:43 <braguzz> you are right... but I see 3.2.0 in conf manager...
  • 06:17:01 <braguzz> remove everithing and reinstall everithing?
  • 06:17:21 <NamelessCoder> at the very least, I'd reinstall fluidpages
  • 06:17:51 <braguzz> some other ext dependas of it
  • 06:17:53 <NamelessCoder> maybe all the others upgraded perfectly and that one is the only problem
  • 06:18:15 <braguzz> remove manually the dependencies?
  • 06:18:21 <NamelessCoder> yeah, you'll have to uninstall all that depend on it first, then reinstall those after again
  • 06:18:22 <braguzz> some other ext depends of it
  • 06:18:34 <braguzz> ok i'll try
  • 06:32:56 <braguzz> it works thanks
  • 06:35:04 <NamelessCoder> kewl :)
  • 06:37:31 <Bendtsen> Hello - I have just installed the fluid extensions and a provider extension (auto generated) but I don't see the flux.grid in the backend. The frontend works as expected
  • 06:37:56 <NamelessCoder> select "Fluidpages" as backend layout to be used in the "Appearance" tab of your topmost page
  • 06:38:41 <Bendtsen> Ahh. Thanks :)
  • 06:39:15 <NamelessCoder> ;)
  • 11:01:23 <benjamin_654> hi, arte there atm known problems with copy/cut & paste on development?
  • 11:01:57 <benjamin_654> .. except the one with pasting a ce into itself ..
  • 11:03:45 <benjamin_654> d&d works fine - but i cant put a ce into a fce via cut or copy …
  • 12:12:29 <pbiendl_> Hey there, maybe this is the "more correct" channel to ask this :-): Can someone give me a Link to a Howto which describes how to make a IRRE-like Element in Fluid? Is this even possible?
  • 12:13:19 <pbiendl_> Like a Tab-Group Element where you can Click "New Tab" and can then set the Content for the new Tab.
  • 12:20:15 <benjamin_654> hi pbiendl_ ,
  • 12:20:24 <benjamin_654> https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme
  • 12:21:00 <benjamin_654> if i remember right they do have a tab-element.
  • 12:22:21 <benjamin_654> i dont know if this EXT is also in TER - you should first look there for a stable version ..
  • 12:24:30 <Guest|65002> hi everyone. Do i have the possibility to override just one Partial from fluidcontent_core? I know how to use my own Partials directory via constants, but to not have to merge all partials on an update of fluidcontent_core i would like to just use one file: Partials/Menu/SubPagesOfSelectedPages.html , because there i have to add an additional css c
  • 12:24:30 <Guest|65002> lass for use with bootstrap. Thanks in advance.
  • 12:24:58 <Guest|65002> (i wnat to override that in my own provider extension)
  • 12:27:32 <NamelessCoder> Guest|65002 fluidcontent <1.1.0 then no. Above that then yes - just add your partial root path as second in partialRootPaths view config.
  • 12:29:15 <Guest|65002> ok, but doesn't my extension has to have all partials in place? i mean i have own partials in use, but i expected to add one with same name as fluidcontent_core inside, but it isn't used
  • 12:29:35 <NamelessCoder> not if you *add* the path instead of *replacing* the existing one
  • 12:30:01 <NamelessCoder> see difference between partialRootPath and partialRootPaths - new versions of fluidtypo3 extensions support and assume the plural form
  • 12:34:33 <Guest|65002> ah :) nice, thanks, i'll try that.
  • 12:38:18 <Guest|65002> nice - works like a charm!
  • 12:38:24 <NamelessCoder> ;)
  • 12:40:28 <pbiendl_> Hey, sorry for AFK :-) Thanks Benjamin, i'll look into it! :-)
  • 13:08:49 <Guest|65002> btw, a general question. is fluidcontent_bootstrap extension suggested by you guys? i Just ask because i have often problems with installations from TER versions...
  • 13:21:27 <Guest|65002> fluidbootstraptheme seems to work better out of the box from TER, but not sure what you suggest as "good practice" to have bootstrap components integrated into typo3