IRC logs

20140818

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

IRC log range: 20140818*

20140818

  • 10:34:54 <GRIMMCREATIVE> Hello. Using vhs 1.9.1 v:page.languageMenu - but how can i get it to work with MultiDomain (Domain per Language) - Thanks
  • 10:34:58 <shofer11> hey guys, does some use the insertrecordfix extension to add multi language setup to insert record? Typo3 Bug: https://forge.typo3.org/issues/42390
  • 10:43:30 <shofer11> Error Message: There is no entry in the $TCA array for the table "". This means that the function enableFields() is called with an invalid table name as argument.
  • 11:23:03 <BenjaminR> Hi!
  • 11:26:56 <GRIMMCREATIVE> Hi
  • 12:01:12 <erredeco> hi everyone... I know this is OT but I really need help ASAP
  • 12:01:50 <erredeco> Today my TYPO3 6.2.3 gave me the following error
  • 12:01:57 <erredeco> accessing the Extension manager:
  • 12:02:09 <erredeco> Property TYPO3\CMS\Extensionmanager\Controller\ListController::$dependencyUtility does not exist
  • 12:02:20 <erredeco> !!!! :O :O
  • 12:02:36 <erredeco> I really don't know what to do!?!?!
  • 12:03:06 <soee> try to clear cache, typo3temp/ ?
  • 12:04:08 <erredeco> already done... :S
  • 12:12:44 <erredeco> Is it a server-side problem?
  • 12:12:52 <erredeco> It seems that 6.2.4 works :S :S :S
  • 12:13:45 <Guest|23442> i want to generate a section menu with anchor links to content elements on current page
  • 12:14:10 <Guest|23442> but only to those in which i have set a flux option "show as anchor"
  • 12:14:33 <Guest|23442> using v:content.get with render=false, how to get the flux variable?
  • 12:14:55 <Guest|23442> i need the variable to decide whether to show the CE or not
  • 12:18:20 <erredeco> solved...there was a problem on the DB
  • 12:18:24 <erredeco> :)
  • 15:37:59 <dasFelix> I don't have the fluid_content tab of my elements when I want to create a new CE. But flux-debug says: "Flux View FluidTYPO3\Flux\View\ExposedTemplateView is able to read stored configuration from file ". I tried to delete all cache in Install-tool and also removed * from typo3temp. What can cause this too? I am on dev-branch and using typo3 6.2.4
  • 15:39:30 <dasFelix> flux debug finds all CE-templates like "/Resources/Private/Templates/Content/Product.html". But I don't have the tab where I can choose them
  • 15:40:23 <mrboe> have u used builder to create you extß
  • 15:40:25 <mrboe> ?
  • 15:41:53 <dasFelix> yep I used builder backend module
  • 15:43:29 <mrboe> but you need content
  • 15:43:41 <mrboe> Include content templates
  • 15:44:13 <mrboe> ext_tables.php > Tx_Flux_Core::registerProviderExtensionKey('yourext', 'Content');
  • 15:45:19 <dasFelix> Tx_Flux_Core::registerProviderExtensionKey('hdtemplate', 'Page');
  • 15:45:19 <dasFelix> Tx_Flux_Core::registerProviderExtensionKey('hdtemplate', 'Content');
  • 15:45:30 <dasFelix> thats what builder already wrote into ext_tables.php
  • 15:45:48 <mrboe> and you add it to you pagetemplate
  • 15:46:24 <mrboe> include static
  • 15:47:13 <dasFelix> yep I did already
  • 15:47:21 <xaver> dasFelix: dev branches - really? maybe a mix, because builder uses namespaces
  • 15:48:17 <dasFelix> funny thing is, I also git cloned fluidcontent_bootstrap and I also included their static-template but the same result... no tab - but all elements are found by flux-debug (jumbotron.html and so on).
  • 15:48:26 <dasFelix> hmmm... a Mix... let me check...
  • 15:51:18 <dasFelix> xaver: thanks for the input... but seems to be "development" everywhere.... quote: " git checkout development
  • 15:51:18 <dasFelix> Already on 'development'
  • 15:51:50 <xaver> but last pull and is it on FluidTYPO3 or maybe your fork
  • 15:54:27 <dasFelix> I pulled eveything this afternoon... On a fresh installation... only thing I did... I first installed the bootstrap_introduction package....
  • 15:54:44 <dasFelix> the t3 one... not the fluidtypo3 package
  • 15:55:08 <dasFelix> Maybe I should try a fresh installation without any "dummy package" ...
  • 16:02:02 <xaver> you can try vagrant :P it should work
  • 16:38:15 <dasFelix> okay I am a step further.... new installation (blank) seems to be working... but I have another issue/question regarding flux:form VH
  • 16:39:41 <dasFelix> isn't it possible anymore to use <flux:form label="Foo Foo Foo">? Foo Foo Foo should be description of the fluidtypo3 CE inside the provider-ext Tab....
  • 16:41:36 <dasFelix> compared to the fluidcontent_bootstrap, there is everything labled in 'Private/Language/locallang.xlf' ... when I do it like this, it works... but NOT directly in the content-element Template. There label-attribute seems to be ignored... Is it / will it be deprecated?
  • 16:42:53 <dasFelix> VH - reference of Flux does not tell it's deprecated....
  • 16:47:51 <dasFelix> so <flux:form label="foo" ... > is ignored... but <flux:form.sheet label="foo" ..> or <flux:field.select label="foo" ...> works... only within flux:form vh label seems to be ignored... why this?
  • 16:53:22 <dasFelix> omg.... I need a break... sorry... it was a stupid (!!!!!) typo... lable instead of label :-////////////////////