IRC logs

20141126

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

IRC log range: 20141126*

20141126

  • 11:04:26 <Guest|73570> Hi guys, i updated the flux:fluid flexforms Extension on 7.1.2
  • 11:05:03 <Guest|73570> now i get a fatal error in the backend : Fatal Error : Call to a member function preparedGet()
  • 11:05:37 <martinhummer> hi guys!
  • 11:06:01 <Guest|73570> i got the TYPO3 Version 6.2.5
  • 11:06:39 <martinhummer> according to this issue: https://github.com/FluidTYPO3/fluidpages/issues/212 i try to hide the column "Fluid Content Area" in the language view.
  • 11:07:22 <martinhummer> but i'm stuck with getting the javascript part into the page module...
  • 11:07:41 <martinhummer> is it possible to insert javascript into the backend with my provider extension?
  • 11:09:52 <soee> xaver: i should add the icons today, they are ready
  • 11:12:32 <xaver> soee: :)
  • 11:19:01 <Guest|73570> push
  • 11:28:14 <drlimbo> good morning
  • 11:28:30 <drlimbo> i have some troubles nesting "inline-tags" maybe someone can help me?
  • 11:28:47 <drlimbo> {v:page.info(field: 'pid')} will show me the PID -> 68 id like to use here
  • 11:28:53 <drlimbo> {v:page.info(pageUid: "68", field: 'title')}
  • 11:29:13 <drlimbo> but i cant bring that nesting-stuff to work =(
  • 11:30:45 <Akii> {vh:page.info(pageUid: '{vh:page.info(field: \'pid\')}', field: 'title')}
  • 11:30:59 <Akii> forgive me for writing this line
  • 11:32:14 <drlimbo> mh, it works with v:page.info, but i dont think this is the "nice-style"
  • 11:32:28 <drlimbo> i thought about nesting the viewhelpers with ->
  • 11:32:43 <drlimbo> but i dont know how to nest the parameters
  • 11:33:05 <Akii> I don't think thats supported with this VH
  • 11:33:22 <drlimbo> something like taht { v:page.info(field: 'title') pageUid: -> v:page.info(field: 'pid') }
  • 11:33:41 <Akii> no
  • 11:33:45 <Akii> that won't work
  • 11:34:43 <drlimbo> allright, but thanks for your help Akii
  • 11:34:50 <Akii> np
  • 11:35:34 <drlimbo> What does the Message mean? "Flux View FluidTYPO3\Flux\View\ExposedTemplateView is able to read stored configuration from source code with hash value ..."
  • 11:35:54 <drlimbo> and ".. to read stored configuration .."
  • 11:36:01 <Akii> just a quick question, when inside page/content template you might already have the pid available
  • 11:36:21 <Akii> {_all -> f:debug()} will show that
  • 11:37:59 <drlimbo> oh, Akii {page.pid} exist
  • 11:38:06 <Akii> heh
  • 11:38:15 <drlimbo> i didn't know that {page} exist
  • 11:38:23 <Akii> and now you have the nice style
  • 11:39:01 <drlimbo> oh yes!
  • 11:39:01 <Akii> {vh:page.info(pageUid: page.pid, ...}
  • 11:39:09 <drlimbo> but i'll have to check my other scripts too =P
  • 11:39:12 <Akii> :D
  • 11:54:58 <drlimbo> What does the Message mean? "Flux View FluidTYPO3\Flux\View\ExposedTemplateView is able to read stored configuration from source code with hash value ..."
  • 11:59:59 <bjo3rn> drlimbo it basically means that your template is error free.
  • 12:00:20 <bjo3rn> to avoid that message set the debug level in flux to '2'
  • 12:00:30 <bjo3rn> you will only be noticed about errors then
  • 12:15:02 <rosieres> It seems that I cannot check if a flux:grid.column has content. Is that true? A condition on the name does not work. In layout on section name doesn't work either ... any hints?
  • 12:36:06 <rosieres> Other way asked: How can I check if a column on page has content?
  • 12:43:44 <Akii> condition="{vh:content.render(..)} == ''" lol
  • 12:43:56 <Akii> that's so bad
  • 12:44:04 <drlimbo> thanks bjo3rn - i was afk
  • 12:44:45 <drlimbo> rosieres: i think there is a way with v.content.render as="var" - and check for "var" then
  • 12:44:46 <FT3BOT> Welcome back drlimbo!
  • 12:46:44 <Akii> lol $contentRecords = $contentRecords;
  • 12:47:34 <rosieres> thank yous !
  • 12:47:45 <Akii> https://github.com/FluidTYPO3/vhs/blob/development/Classes/ViewHelpers/Content/AbstractContentViewHelper.php#L144
  • 12:48:05 <Akii> I'm not certain but that might just be not necessary
  • 12:48:17 <Akii> or am I overlooking something
  • 13:08:36 <batjony> guys i have an important question
  • 13:09:02 <batjony> vhs - could it be used in an extbase plugin ?
  • 13:09:08 <Akii> yes
  • 13:09:52 <batjony> i am trying to use vhs in an plugin's template
  • 13:09:52 <rosieres> it's standalone
  • 13:10:06 <batjony> i set {namespace v=FluidTYPO3\Vhs\ViewHelpers}
  • 13:10:22 <Akii> looks good
  • 13:10:26 <batjony> but for example <v:debug>test</v:debug> doesnt output anything
  • 13:10:43 <batjony> so seems that vhs is not included
  • 13:11:23 <Akii> what about debugging a variable? ^^
  • 13:11:46 <NamelessCoder> batjony v:debug != f:debug - read the description carefully
  • 13:12:18 <Akii> " ### ViewHelper Debug ViewHelper (sic)" :D
  • 13:12:20 <Akii> whut
  • 13:13:38 <batjony> sorry guys, everything is fine :)
  • 13:13:45 <batjony> NamelessCoder: 10x
  • 13:14:23 <NamelessCoder> Akii it is a viewhelper that debugs viewhelpers
  • 13:14:48 <Akii> question is: does it debug itself :D
  • 13:15:06 <NamelessCoder> of course
  • 13:15:23 <NamelessCoder> {somevh() -> v:debug() -> v:debug()}
  • 13:15:23 <Akii> perfect
  • 13:15:25 <batjony> thats seems to be an awesome helper :)
  • 13:34:12 <jmverges> good morning mates
  • 13:34:20 <jmverges> how is going on?
  • 13:41:24 <Guest|73570> i updated flux and fluid on the newest versions, but i got that error: "The action name must be a valid string, array given (Array)."
  • 13:41:57 <Guest|73570> what is wrong?
  • 14:06:59 <batjony> guys, in my plugin's template I want to render file collection images (sys_file_collection)
  • 14:07:09 <batjony> i guess the helper which I should use is v:resource.file ?
  • 14:07:12 <batjony> am I right ?
  • 14:09:50 <batjony> or this v:resource.collection or v:resource.record.fal :)
  • 14:09:54 <batjony> i am confused
  • 14:20:53 <jmverges> why typo3pageModule.js is not used in fluidpages?
  • 14:24:15 <jmverges> uhm
  • 14:24:18 <jmverges> batjony,
  • 14:24:28 <jmverges> I would use fal
  • 14:25:45 <batjony> v:resource.record.fal has arguments "table" and "field"
  • 14:25:53 <batjony> what should I use for them
  • 14:32:35 <jmverges> for images?
  • 14:32:48 <jmverges> let me see
  • 14:33:00 <jmverges> <f:for each="{v:content.resources.fal(field: 'settings.pill.image')}" as="image">
  • 14:33:00 <jmverges> <v:media.image src="{image.url}" treatIdAsReference="TRUE" alt="{image.id}" height="50" style="height: auto; max-width: 100%;" />
  • 14:33:00 <jmverges> </f:for>
  • 14:34:19 <batjony> but I am trying to render images from a File Collection record
  • 14:35:01 <batjony> for example, in your List view - you can add File Collections
  • 14:35:30 <batjony> lets say you add a File Collection record with X images, and this File Collection record is with id 17
  • 14:35:59 <batjony> then I am trying to get all the images for this file collection record with id 17 inside a plugin's template
  • 14:37:31 <Gast> hi guys , i updated the flux und fluidextension and i get that error in the frontend : The action name must be a valid string, array given (Array).
  • 14:37:38 <Gast> whtas wrong?
  • 14:37:59 <Gast> whats*
  • 14:40:25 <Gast> do you need more information guys?
  • 14:46:36 <Akii> cleared the cache, removed the temp folder Gast?
  • 14:48:03 <rosieres> update scripts
  • 14:49:47 <Gast> i cleared the cache with the install tool
  • 14:50:00 <Gast> and removev the temp folder
  • 14:50:36 <Gast> removed
  • 15:00:58 <Gast> anyone an idea?
  • 15:01:36 <Akii> ran the update script?
  • 15:03:57 <rosieres> Gast: and you should read the different version changes. Some vh might have changed
  • 15:06:03 <beo6> Can i somehow have all flux:flexform.object not unfolded by default? So by default i only see the name/description and not all fields of the object?
  • 15:06:50 <Momodedf> hum
  • 15:07:06 <Momodedf> why isn't there an iterator.length ?
  • 15:07:25 <beo6> iterator.total
  • 15:07:51 <Momodedf> I mean v:iterator
  • 15:08:18 <Momodedf> cause i dont want to make for just to know the lenght of my rootline
  • 15:08:41 <beo6> whats the difference of v:iterator to the default iterator?
  • 15:09:02 <batjony> btw I found the solution when you are trying to render file collection records, just for your information: <v:resource.record.fal table="sys_file_collection" field="files" uid="[sys file collection record uid]" as="images">
  • 15:10:00 <Momodedf> the default iterator is set in a f:for when the v:iterator can call function
  • 15:10:29 <Gast> @akii i run the update scripts ,but i still get the exception
  • 15:11:04 <Akii> Gast: no idea then, sorry
  • 15:11:31 <beo6> i don't see a v:iterator. its just a bunch of viewhelpers
  • 15:13:07 <Gast> @akii when your want to update the flux and fluid extension, which steps you go through?
  • 15:13:39 <Akii> Gast: I read the release notes and changes and update accordingly ^^
  • 15:14:52 <Gast> and you get no errors ?
  • 15:15:45 <Momodedf> anyway, that was dumb ... I just needed f:count
  • 15:15:53 <Akii> ^ lol
  • 15:24:24 <Gast> anyone else an idea about my problem ?
  • 15:28:30 <rosieres> Gast: from which version to witch (LOL) did you upgrade?
  • 15:36:13 <jmverges> hey mates
  • 15:36:42 <jmverges> anybody knows why fluidpages is not using typo3pageModule?
  • 15:37:30 <rosieres> jmverges aka the riddler -> wtf?
  • 15:37:31 <FT3BOT> ¯\_(ツ)_/¯
  • 15:38:11 <Gast> flux 7.0 to 7,1 and 4.0 to 4.1
  • 15:38:25 <rosieres> jmverges: what did you do. What did you expect. What did you get? :-)
  • 15:39:21 <rosieres> Gast: did you read this? -> https://fluidtypo3.org/blog/news/flux-71-changes.html
  • 15:46:02 <rosieres> jmverges: https://fluidtypo3.org/community/irc-logs.html?tx_fluidtypo3org_content[date]=20141029&cHash=82b3974dc2d446ca4a44210b06ed5906#17:52:00 -> 17:52:00 -> looks like your answer -> It's often helpful to query the irc logs -> https://fluidtypo3.org/search.html?q=typo3pageModule.js
  • 15:50:54 <jmverges> rosieres, thank you
  • 15:52:59 <rosieres> jmverges: yw
  • 15:54:13 <Gast> i did read it, but i got no problems with that whats in the changelog
  • 15:54:29 <Gast> do i need fcc ?
  • 15:56:55 <rosieres> Gast: no it's optional
  • 15:57:40 <jmverges> rosieres, is planned to fix that again? I mean, using xclass o whatever
  • 15:59:50 <Gast> @rosieres is there any other way to fix that?
  • 16:00:45 <Gast> i updated everything and cleared all the caches with the installtool , cleared the typo3temp folder
  • 16:00:57 <rosieres> idk... ask some team members
  • 16:01:14 <rosieres> @jmverges
  • 16:03:02 <Gast> @xaver can you help me with my problem? I updated flux 7.0 to 7.1 and get the error "The action name must be a valid string, array given (Array)" in the frontend
  • 16:04:14 <rosieres> @Gast -> determine where it occours ... "The action name must be a valid string, array given (Array)." ... it must not neccessarily be flux or fluidcontent. It's also possible that this occours in a different extensions. Deinstall every extension that is not needed and clear all caches every time in installtool
  • 16:07:35 <Gast> but that error appeared only when i updated flux and the first lines show that the AbstractFluxController.php throw this exception
  • 16:08:15 <rosieres> ok
  • 16:10:33 <rosieres> install builder extension and run the error checking. Also enable debug mode in flux
  • 16:11:13 <beo6> Can i somehow have all flux:flexform.object not unfolded by default? So by default i only see the name/description and not all fields of the object?
  • 16:12:55 <rosieres> Gast: do you run a provider extension?
  • 16:15:38 <Gast> yes
  • 16:16:05 <Gast> i deinstalled but the exception is still there
  • 16:17:57 <rosieres> Gast: perhaps you deinstall flux as well, delete the folder and get a fresh copy... just to be sure
  • 16:18:34 <rosieres> Gast: did you enable debug mode in flux?
  • 16:19:43 <Gast> how do i enable it?
  • 16:19:53 <rosieres> extmanager
  • 16:22:36 <Gast> okay i did it
  • 16:23:06 <rosieres> clear caches... on page load in backend you should get output
  • 16:23:32 <Gast> oaky
  • 16:23:36 <Gast> okay
  • 16:26:35 <Gast> everthing green
  • 16:28:47 <Momodedf> <p><v:iterator.pop subject="{rootLine}" as="pageAncetre">{pageAncetre.title}</v:iterator.pop></p>
  • 16:28:47 <Momodedf> I dont get why in this example <h1><v:iterator.pop subject="{rootLine}" as="pageAncetre">{pageAncetre.title}</v:iterator.pop></h1>
  • 16:29:10 <Momodedf> i dont get the last, then the one before
  • 16:29:20 <Momodedf> I just the the same item both instead
  • 16:32:49 <Gast> should i validate the flux extension?
  • 16:33:16 <Gast> i get a lot of exceptions
  • 16:41:12 <Gast> rosieres ?
  • 16:41:31 <jloew> Hi everyone
  • 16:42:34 <jloew> Does anyone happen to know, why typo3 6.2.6 and flux 7.1 don't show my grid layout in the backend? I've updated the namespace to match the new one, Frontend works like a charm, but I can't seem to get it to display the backend correctly!
  • 16:43:45 <jloew> I'm talking about grid in the page Layout, not Content
  • 16:45:44 <Akii> jloew: select fluidtemplate as the backendlayout
  • 16:46:38 <NamelessCoder> jloew https://fluidtypo3.org/blog/news/fluidcontent-and-fluidpages-released.html
  • 16:46:47 <rosieres> makes sense
  • 16:48:05 <jloew> Heck yeah!
  • 16:48:10 <jloew> Thank you so much!
  • 16:48:11 <Gast> rosieres belongs the answer to you ?
  • 16:48:16 <Gast> to me*
  • 16:48:21 <rosieres> jep
  • 16:48:34 <NamelessCoder> jloew it's a good idea to keep an eye on the blog, we always write about changes like that
  • 16:49:25 <jloew> I know =) this is just the first time I'm implementing on 6.2.6 and flux 7.1 and I think I got caught up a little too much in the namespace changes that I must have missed that...
  • 16:52:00 <rosieres> NamelessCoder: perhaps put this into the Channel head -> https://fluidtypo3.org/search.html?q=your+searchwords
  • 16:52:30 <NamelessCoder> hopefully people already know how awesome the search is
  • 16:52:55 <rosieres> I did forget it . . . that's why I mention
  • 16:55:09 <jloew> I did use it, but the search engine is only as smart as the person using it, it seems...
  • 16:55:16 <jloew> Well thanks anyways! See you!
  • 17:47:01 <jmverges> NamelessCoder, is planned to include again typo3pageModule.js? Using xclass o whatever. I'm talking about fluidpages
  • 17:58:20 <soma> anyone else noticed that wizardtab is not working in flux 7.1.2? (i know its deprecated, but i would still expect it to work)
  • 18:01:42 <soma> sry, i need to leave, but will read the backlog in 20 minutes or so
  • 18:02:01 <jmverges> other question, does anybody know how to check if a value is in a array with vhs, f, or flux
  • 18:05:11 <jmverges> <f:if condition="{v:page.info(field: 'uid') in settings.showinpage.pages }"> ????
  • 18:11:12 <xaver> Gast: ?
  • 18:17:15 <jmverges> <f:if condition="{m8th:inArray(haystack:settings.showinpage.pages,needle:v:page.info(field: 'uid'),then:'true',else:'false')}">
  • 18:23:44 <bjo3rn> jmverges, what's that all about?
  • 18:23:52 <xaver> soma: options="{group : 'Test'}" this way or the old one?
  • 18:24:21 <bjo3rn> is there a q behind that code?
  • 18:24:28 <bjo3rn> I hope so ^^
  • 18:24:59 <xaver> i think you can't fo a viewhelper in a viewhelper in a viewhelper {var -> v1 -> v2 -> v3 ....} is possible
  • 18:25:31 <jmverges> bjo3rn, is to check if the current page id is into some selected pages in a flux:field.relation
  • 18:25:49 <bjo3rn> the matryoschka of all viewhelpers
  • 18:26:09 <xaver> ^^
  • 18:26:14 <jmverges> could you help me�?
  • 18:26:27 <bjo3rn> maybe. what is the actual question?
  • 18:27:07 <jmverges> first of all I wrote: {namespace m8th=Tx_M8thstructures_ViewHelpers}
  • 18:27:36 <xaver> use namespaces /Vendor/Plugin/Viewhelpers and
  • 18:27:37 <jmverges> then I create a class class InArrayViewHelper extends \FluidTYPO3\Vhs\ViewHelpers\Asset\AbstractAssetViewHelper with namespace "namespace MANDARINA\M8thstructures\ViewHelpers;"
  • 18:27:38 <NamelessCoder> https://fluidtypo3.org/viewhelpers/vhs/master/Condition/Iterator/ContainsViewHelper.html
  • 18:27:47 <bjo3rn> is this in a page or content template?
  • 18:27:59 <jmverges> ce
  • 18:27:59 <bjo3rn> bam! answers flooding in!
  • 18:28:05 <jmverges> content
  • 18:28:16 <jmverges> nice
  • 18:28:17 <jmverges> better
  • 18:28:18 <xaver> bjo3rn: mass confusion
  • 18:28:31 <jmverges> NamelessCoder, thank you
  • 18:28:45 <bjo3rn> that's it?
  • 18:30:53 <jmverges> I'm not sure how to use it
  • 18:31:42 <jmverges> <f:if condition="{v:condition.iterator.contains(haystack:'{settings.showinpage.pages}',needle:v:page.info(field: 'uid'),then:'true',else:'false')}">
  • 18:32:24 <jmverges> it is written fine?
  • 18:32:32 <bjo3rn> don't use v:page.info(). use {page.uid} instead.
  • 18:32:36 <xaver> i think you can't write inline in inline annotation
  • 18:33:03 <xaver> bjo3rn: isn't always available
  • 18:33:12 <bjo3rn> plus v:condition... is a, well, condition viewhelper itself
  • 18:33:25 <bjo3rn> it is not, xaver?
  • 18:33:45 <xaver> if you in news or other ext and you it, you will have no page object
  • 18:34:01 <bjo3rn> sure, but this is a ce if I got him right.
  • 18:34:19 <bjo3rn> I assume you are using fluidcontent, jmverges?
  • 18:34:21 <xaver> ah ok
  • 18:34:28 <jmverges> <f:if condition="{v:condition.iterator.contains(haystack:'{settings.showinpage.pages}',needle:'{page.uid}',then:'true',else:'false')}">
  • 18:34:29 <xaver> cu later :)
  • 18:34:36 <jmverges> I'm using a provider extension
  • 18:34:39 <jmverges> cu xaver
  • 18:34:43 <bjo3rn> you don't need the outer if.
  • 18:35:11 <xaver> jmverges: btw we suopport now windows nfs plugin and yaml config and a lot of other stuff
  • 18:35:27 <jmverges> ok xaver, is good to now
  • 18:35:38 <jmverges> the yaml stuff is cool, I saw it.
  • 18:35:52 <bjo3rn> <v:condition.iterator.contains ...><f:then></f:then><f:else></f:else></v:condition.iterator.contains>
  • 18:35:58 <xaver> php 5.6 composer ...
  • 18:37:27 <jmverges> <v:condition.iterator.contains haystack="{settings.showinpage.pages}" needle="{page.uid}">
  • 18:39:38 <bjo3rn> jmverges yes, that should to the trick.
  • 18:40:12 <jmverges> xaver ajenti
  • 18:40:33 <jmverges> bjo3rn, I have a problem... hehe
  • 18:42:06 <bjo3rn> which is...?
  • 18:43:56 <jmverges> I'm on it,
  • 18:44:13 <jmverges> funciona
  • 18:44:17 <jmverges> it is working :D
  • 18:44:27 <jmverges> thank you all
  • 18:44:36 <bjo3rn> ai carramba!
  • 18:44:59 <bjo3rn> muy bien
  • 18:45:29 <bjo3rn> buen trabajo
  • 18:45:37 <jmverges> hahaha :)
  • 18:45:38 <jmverges> so, bjo3rn what do you know about typo3pageModule.js is planned to be included again?
  • 18:45:45 <bjo3rn> no se
  • 18:46:11 <jousch> hi, (topic: <v:asset.style />) is it possible to include a css with an absolute custom domain url? I've a typo3 instance with many subdomain.domain.at websites they share many assets. Any suggestions?
  • 18:47:51 <bjo3rn> jousch is plugin.tx_vhs.settings.prependPath = http://static.mydomain.com/ what you are looking for?
  • 18:48:10 <bjo3rn> https://github.com/FluidTYPO3/vhs#secondary-domain-name-for-resources
  • 18:49:25 <jousch> :-o ah, I can set via TS, ok.
  • 18:50:31 <jousch> think of a photographer website with a main page for general stuff. then there are "sub websites" for peoplephotography, wedding, still, ...
  • 18:51:19 <jousch> I think this features resolves my problem
  • 18:53:55 <jmverges> he mates, see you later
  • 19:15:35 <jousch> bjo3rn is it also possible to deactivate for certain assets?
  • 20:42:59 <TaucherMK> Hi, I have a really simple content element, providing two columns. It worked a long time and seems to be broke with an update, I don’t know which though. The code can be found here: http://pastebin.com/9eP1C0zU
  • 20:43:49 <TaucherMK> The content elements in existing elements in the columns are not displayed in backend and if I add new elements, they appear in both columns
  • 20:44:55 <NamelessCoder> TaucherMK you need to read the migration notes of the documentation, specifically how flux:form.content now works and doesn't. https://fluidtypo3.org/documentation/templating-manual/appendix/migration/to-flux-71.html
  • 20:56:22 <TaucherMK> Thank you NamelessCoder, that did it. Is there still a way to get the columns aligned next to each other in the backend? The style option is still present on column, but it doesn’t work for me?!?
  • 20:57:12 <NamelessCoder> depends on what you mean by aligned next to each other
  • 20:57:28 <NamelessCoder> two columns inside the same row will do that as default 50% 50% split
  • 21:00:02 <xaver> next feature is finished - return the ip from VM
  • 21:01:57 <TaucherMK> NamelessCoder: In my case each column gets its own row in the backend view (only content elements though, fluidpage columns split equally)
  • 21:05:28 <s-andersen> After upgrade to 6.2 from 6.0, my flexible content elements displays: LLL:EXT:flux/Resources/Private/Language/locallang.xlf:flux.my-widget.columns.column in the backend. Can't find out why?
  • 21:06:07 <TaucherMK> NamelessCoder: Just an issue of display I guess, it’s placed in tds and one of the columns just takes too much space
  • 21:06:16 <TaucherMK> thx for the help ;-)
  • 21:13:14 <NamelessCoder> yw TaucherMK
  • 21:14:44 <NamelessCoder> s-andersen looks like one or more templates are being rendered with the "flux" extension context rather than fluidcontent. Did you also upgrade all the fluidtypo3 extensions when you upgraded the core?
  • 21:18:39 <soee> xaver: ping
  • 21:19:49 <soee> btw fluidcontent and fluidpages are almost compatible with 7.0-dev, there is only one array function to replace in both extensions to make the work
  • 21:21:49 <s-andersen> NamelessCoder: Yes I upgraded flux, fluidcontent, fluidpages and vhs to new versions
  • 21:22:51 <NamelessCoder> s-andersen do you use any other extensions which contain Provider classes and if so, are those also updated and/or have you ensured the Provider uses your extension key, not "flux"?
  • 21:23:59 <s-andersen> NamelessCoder: I'm not sure how to check that, but I'm 80% certain that I'm just using the default FluidTYPO3 setup
  • 21:24:08 <xaver> soee: HI
  • 21:24:56 <soee> xaver: my colegue forget to add 5 icons, i will upload them this week i think. The one that are ready https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/pull/233
  • 21:25:12 <soee> but the build fails, but thats not my fault i think
  • 21:26:59 <s-andersen> NamelessCoder: Looks like I'm using the old tx_fed typoscript setup in my extension, maybe that is the problem?
  • 21:27:21 <NamelessCoder> yep - that will force the "flux" extension key on every element registered that way
  • 21:28:16 <NamelessCoder> you may be able to simply switch to a Core::registerProviderExtensionKey approach and delete the typoscript, but that requires you use a provider extension - fileadmin files not supported
  • 21:36:40 <s-andersen> NamelessCoder: Now I have changed the typoscript to the new version, but my FCE's will not register in the backend. They are rendered nicely in the frontend though
  • 21:43:30 <NamelessCoder> clear system cache specifically
  • 21:46:30 <s-andersen> NamelessCoder:Have cleared cache through install tool and in backend, no luck. Creating a dummy extension with "builder" gives me the example FCE, so somewhere there must be something I haven't changed correctly yet.
  • 21:57:07 <s-andersen> Forgot to change ext_tables.php.... that helped a lot :)
  • 22:19:43 <soma> xaver: the old way with wizardTab
  • 22:21:44 <soma> unfortunately i'm having some other problems too. labels disappear after clearing caches, reappear after flushing all caches in install tool. also setting "debug mode" to 1 in flux config in extensionmanager does not show debug messages anymore