IRC logs

20140415

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

IRC log range: 20140415*

20140415

  • 00:00:58 <Outdoorsman> I just updated and my whole site went blank... hmmm.
  • 00:01:42 <danilobuerger> clear caches etc
  • 00:02:05 <Outdoorsman> I cleared most but not alllll
  • 00:02:24 <danilobuerger> ah we removed all deprecated view helpers for the vhs 2.0.0 release... so if you are still using deprecated view helpers you need to fix that
  • 00:03:11 <danilobuerger> go to install tool and choose the development environment so that you see exceptions in the frontend
  • 00:09:17 <Outdoorsman> Fatal error: Class 'Tx_Vhs_ViewHelpers_Page_Content_RenderViewHelper' not found in /ROOT_FOLDER/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 4280
  • 00:18:23 <Outdoorsman> I'm not exactly sure what this means here.
  • 00:22:42 <Outdoorsman> I just updated flux, fluidcontent, fluidpages to latest dev as well.
  • 00:29:10 <Outdoorsman> So is this message an indication I'm using deprecated view helpers?
  • 00:53:36 <Outdoorsman> I see that it says "Will be removed in 2.0" at the top of this page: http://fluidtypo3.org/viewhelpers/vhs/development/Page/Content/RenderViewHelper.html
  • 01:27:02 <Outdoorsman> OK @danilobuerger I found that fluidbootstraptheme and fbtcustomiser both had many references to the deprecated page.content.render. I updated them to all be content.render and flush the entire typo3temp/* folder and things are displaying again and loading much faster too.
  • 01:27:55 <Outdoorsman> I'll put a ping in here for randomresult too just to make sure he knows about this update that needs to happen to be vhs 2.x compatible.
  • 01:29:45 <Outdoorsman> I am still not getting navtitle to show up though for shortcut or normal pages? I don't think I'm doing anything wrong.
  • 07:24:44 <Rawai> gibt es einen weg die doppelt generierten CEs so wieder aus der original language zu entfernen dass dabei nicht der ganze Content verloren geht?
  • 07:25:18 <Rawai> Are you sure you want to delete this record? (This record has 1 translation(s) which will be deleted, too!)
  • 07:26:02 <Rawai> natuerlich wollen wir das nicht nur all diese Elemente die nun uebersetzt wurden sind NICHT im Column Row generiert worden sonder als kopie darueber
  • 07:26:48 <Rawai> versucht man jedoch das Element in Column Row zu loeschen dann erhaelt man die gleiche Meldung: Are you sure you want to delete this record? (This record has 1 translation(s) which will be deleted, too!)
  • 07:27:04 <Rawai> somit sind dies wohl die gleichen Elemente die hier doppelt dargestellt werden
  • 07:27:14 <Rawai> und die nur einmal uebersetzt wurden
  • 07:28:00 <Rawai> setzt man ein Element auf hide dann wird auch die kopie gehidden
  • 07:29:34 <Rawai> ein weiteres Problem ist das einige der Uebersetzungen (nicht alle) auch als kopie auf der Original seite angezeigt werden.
  • 07:49:20 <Rawai> hmm wir haben gerade den content column row verschoben und beim reload der page im Backend ist er verschwunden samt dem darin enthaltenen content
  • 07:49:39 <Rawai> jedoch sieht man nun jedes ce nur einmal
  • 07:54:57 <Rawai> Every Element exists in list view only once but in Page View 2 versions - one nested inside a column row and the other one above it outside the container on the original language page
  • 07:58:23 <danilobuerger> Rawai what that means is that the colPos of that element is wrong in the DB
  • 07:58:50 <Rawai> in the translated language only the container and its elements gets shown in backend (Page) - but in frontend none of those translated elements shows up,
  • 07:58:56 <Rawai> but why doubled
  • 07:59:51 <danilobuerger> its not actually doubled, it justs gets displayed that way if the colPos is wrong
  • 08:01:13 <Rawai> which means to click now every single element to assign t to a column you mean
  • 08:01:27 <danilobuerger> no thats not what i mean
  • 08:01:56 <danilobuerger> how did you arrive at that state that your content elements are showing up like this?
  • 08:01:57 <Rawai> so how can you fix that
  • 08:08:12 <Rawai> we translated the content
  • 08:08:28 <Rawai> by clickingon copy content
  • 08:08:39 <Rawai> this created the translations in list view
  • 08:08:53 <danilobuerger> copy&paste is currently broken in flux
  • 08:09:06 <Rawai> but at that time flux 7.0 nothing showed up in page translation view which wss inside a container element
  • 08:09:30 <Rawai> so we updated to 7.1. yesterday
  • 08:09:50 <Rawai> but it is not possible to get now the translations back into the page easily
  • 08:10:23 <Rawai> so we assigned the container element to Main (Normal) column where it shoudl get displayed
  • 08:10:34 <danilobuerger> https://github.com/FluidTYPO3/flux/tree/workbench/commands contains a lot of fixes regarding localization and copy&paste
  • 08:10:44 <Rawai> this brought back the content on the translated page but duplicated the content on the original
  • 08:11:00 <Rawai> this is the one we are using already since yesterday evening
  • 08:11:10 <Rawai> claus recommended it already
  • 08:11:29 <Rawai> Now we try to get back the content in place
  • 08:11:40 <danilobuerger> can only be done inside the database
  • 08:11:44 <Rawai> but on the original language it shows up doubled
  • 08:12:04 <Rawai> ok which means manually editing
  • 08:12:11 <danilobuerger> no
  • 08:12:20 <danilobuerger> which means sql
  • 08:12:35 <Rawai> right but what will you replace with what
  • 08:12:54 <danilobuerger> you have to fix the colPos
  • 08:13:36 <Rawai> this we understood but we fixed it on one page already and since than the content is doubled
  • 08:13:49 <danilobuerger> then you are doing it wrong
  • 08:14:10 <danilobuerger> the colPos needs to be 18181 for nested elements and for non-nested elements the column number specified in the template
  • 08:14:15 <Rawai> so how dod you do it
  • 08:14:45 <Rawai> ok 18181 is not at all appearing anymore
  • 08:15:11 <danilobuerger> that probably means that you upgraded from flux 6.x to 7.x
  • 08:15:42 <Rawai> the template was done with 6.x before and we ran the upgrade script
  • 08:15:46 <Rawai> to get to 7.0
  • 08:15:54 <Rawai> und now 7.1
  • 08:16:16 <danilobuerger> well if nested content elements dont have a colPos of 18181 they will show up double in the backend
  • 08:16:29 <danilobuerger> so you will have to fix that first
  • 08:16:34 <Rawai> nice :-)
  • 08:16:53 <Rawai> so we need to set all elements to 18181
  • 08:16:58 <danilobuerger> no
  • 08:17:04 <danilobuerger> all _nested_ elements
  • 08:17:41 <Rawai> wenn I click on a nested element which is already inside a container it says - main-Normal
  • 08:17:49 <Rawai> even it is in a container
  • 08:18:18 <Rawai> if I click the same element which is not in the container it is the same
  • 08:18:19 <danilobuerger> again that is because the colPos is wrong
  • 08:18:32 <danilobuerger> because the element is not actually double it just appears that way
  • 08:19:24 <Rawai> I understood this part but not really how to fix that without clicking every element and settingit to "Fluid Contet Area"
  • 08:19:34 <danilobuerger> sql
  • 08:19:58 <danilobuerger> go and edit your database directly and set colPos
  • 08:20:43 <Rawai> set Column Posution to "Fluid Content Area" where Column is what?
  • 08:21:17 <danilobuerger> somethign liek update tt_content set colPos=18181 where tx_flux_parent is not null and tx_flux_parent <> ''
  • 08:21:59 <Rawai> tx_flux_parent <> '' - means where it is a child of
  • 08:22:11 <Rawai> ok I will try
  • 08:22:49 <Rawai> Thanks
  • 08:23:16 <danilobuerger> np
  • 09:38:03 <fizelchen> i got a question, concering the accordion behavior
  • 09:38:24 <randomresult> hi fizelchen
  • 09:38:34 <randomresult> just ask.
  • 09:39:11 <fizelchen> Is it possible, to link content Elements to the created Accordionelements in the backend, so when i rearrange the accordeon, the Content Elements are correctly reordered as well
  • 09:40:15 <fizelchen> right now, when i add a new accordeon panel and move it to the first position, i have to move all content elements in the backend, because they are in the "wrong" accordeon element
  • 09:40:51 <randomresult> which t3-version, which version of the extensions (TER or Git)
  • 09:41:13 <fizelchen> typo3 6.1.7, TER
  • 09:41:47 <fizelchen> i don't think it's a bug, more of, how to change the process of adding the elements
  • 09:42:16 <fizelchen> right now, in the fce, you have <f:for each="{panels}" as="panel" iteration="iteration">
  • 09:42:34 <fizelchen> and <flux:flexform.renderContent area="content.{iteration.index}" /> this renders the elements
  • 09:42:35 <randomresult> where does the accordion come from?
  • 09:42:44 <randomresult> fluidcontent_bootstrap?
  • 09:42:47 <fizelchen> yes
  • 09:43:01 <randomresult> well... could be, that this is a bug.
  • 09:43:17 <fizelchen> maybe this has to change to reflect the content element uid
  • 09:43:22 <randomresult> we are working on a new extension which will replace *bootstrap-extensions
  • 09:43:29 <fizelchen> okay
  • 09:43:40 <randomresult> but u will need the git versions of flux/fluidpages/fluidcontent
  • 09:43:51 <randomresult> and use the new extension fluidbootstraptheme
  • 09:43:59 <randomresult> is it a productive web?
  • 09:44:08 <fizelchen> yes, sadly so =)
  • 09:44:26 <fizelchen> but i will set up a test system and check out the git version
  • 09:44:29 <randomresult> hmmm
  • 09:44:39 <randomresult> you could look into the new ext on github
  • 09:44:44 <fizelchen> i will
  • 09:44:50 <randomresult> wait i paste link.
  • 09:44:55 <fizelchen> okay
  • 09:44:57 <randomresult> look into the devbranch
  • 09:45:29 <randomresult> https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/Accordion.html
  • 09:54:02 <danilobuerger> randomresult are you aware that your ext is using deprecated view helpers ?
  • 09:54:13 <randomresult> yes i am
  • 09:54:19 <danilobuerger> ok ;-) just making sure
  • 09:54:31 <danilobuerger> we dropped those yesterday in vhs for the preparation of 2.0.0
  • 09:57:04 <randomresult> you mean v:page.content.render dont u?
  • 09:57:23 <danilobuerger> no idea, i just heard that about your ext, just passing the information along
  • 09:58:05 <danilobuerger> but yes page.content.* is gone
  • 09:58:10 <randomresult> i saw a list of viewhelpers
  • 09:58:15 <randomresult> need to look at that
  • 09:58:25 <danilobuerger> afaik you can verify with ext:builder
  • 09:58:52 <randomresult> uuuhh... the extension i love :)
  • 10:00:02 <danilobuerger> i never used it ^^
  • 10:01:49 <danilobuerger> but it should tell you if you are using view helpers that dont exist
  • 10:21:16 <soee> any idea why this returns NULL: {v:page.info(field : 'uid', as : 'currentPageUid')} ?
  • 10:22:18 <soee> and this works fine: {v:page.info(field : 'uid')->v:var.set(name : 'currentPageUid')}
  • 10:29:05 <randomresult> danilobuerger u there?
  • 10:59:15 <danilobuerger> randomresult wazzzup?
  • 11:07:12 <Guest|44425> hey there
  • 11:08:10 <Guest|44425> i just migrated a fluidpages site from TYPO3 4.7 to 6.2. there were no backend layouts configured. now we don't see any columns in the backend anymore
  • 11:09:06 <Guest|44425> i remember that i read a news post from claus saying that with TYPO3 6.2 the backend layout can be automatically provided by fluidpages (so no need to set up one as a record in TYPO3)
  • 11:09:10 <Guest|44425> is that correct?
  • 11:13:07 <danilobuerger> Guest|44425 are you registering with flux as described here :http://fluidtypo3.org/documentation/templating-manual/templating/provider-extension/registration-in-php.html
  • 11:18:28 <Guest|44425> yes, it seems so
  • 11:18:32 <Guest|44425> Tx_Flux_Core::registerProviderExtensionKey('con_bulls', 'Page');
  • 11:18:32 <Guest|44425> Tx_Flux_Core::registerProviderExtensionKey('con_bulls', 'Content');
  • 11:19:25 <danilobuerger> did you clear your typo3temp folder and did you clear all caches through the install tool?
  • 11:19:28 <Guest|44425> if we uninstall fluidpages, the standard columns are being shown
  • 11:20:59 <Guest|44425> yes, whole typo3temp and all caches cleared.
  • 11:21:12 <danilobuerger> did you clear the caches through the install tool?
  • 11:21:58 <Guest|44425> yep
  • 11:22:15 <Guest|44425> what i dont understand is how a backend layout are being defined in the first place
  • 11:22:40 <Guest|44425> does fluidpages create them based on the columns being used?
  • 11:22:59 <danilobuerger> no you have to define that with a page template
  • 11:23:01 <Guest|44425> or do we need to define the backend layout somewhere in the flux/fluidpages section
  • 11:23:15 <danilobuerger> do you have a page template?
  • 11:23:32 <Guest|44425> yes
  • 11:23:52 <danilobuerger> is it set on the page you are trying to view in the page module?
  • 11:24:01 <Guest|44425> yep
  • 11:24:17 <Guest|44425> what section do we need to define that?
  • 11:24:35 <Guest|44425> i mean what viewhelper?
  • 11:24:44 <danilobuerger> i dont understand the question
  • 11:24:52 <danilobuerger> can you please gist your page template
  • 11:25:54 <Guest|44425> https://gist.github.com/anonymous/ad1c9bf2bcccf97d8b9b
  • 11:26:40 <danilobuerger> ah well that doesnt work
  • 11:26:48 <danilobuerger> you have no columns defined, so no columns show up
  • 11:27:01 <danilobuerger> https://github.com/FluidTYPO3/fluidpages#how-to-create-page-template-files
  • 11:27:35 <Guest|44425> ahh okay
  • 11:27:47 <Guest|44425> so that's the thing that changed between flux 5 and 7
  • 11:27:51 <Guest|44425> kind of ;)
  • 11:30:35 <Guest|44425> thank you!!
  • 11:30:45 <Guest|44425> helped us a lot
  • 11:31:31 <danilobuerger> np
  • 12:23:35 <BenjaminR> Hi guys
  • 12:24:10 <randomresult> hi BenjaminR
  • 12:25:40 <randomresult> ?
  • 12:25:53 <BenjaminR> Testing available nicknames^^
  • 12:25:58 <randomresult> whatz up b3nny,Benny_
  • 12:27:24 <BenjaminR> skk
  • 12:27:33 <BenjaminR> oha not fit yet ^^
  • 12:28:23 <BenjaminR> okay what to commit today... its about about github streaks :D
  • 12:31:31 <BenjaminR> searching for a paid 6.2 project right now :)
  • 12:35:01 <randomresult> maybe use solr for that
  • 12:35:19 <BenjaminR> for what?
  • 12:35:27 <randomresult> u said u search something
  • 12:35:27 <BenjaminR> searching?
  • 12:35:28 <BenjaminR> :D
  • 12:35:39 <BenjaminR> looking for a job - with 6.2 :P
  • 12:35:50 <BenjaminR> I didnt get the joke if there was one - sorry :D
  • 12:36:22 * randomresult sends a big coffee to BenjaminR - sorry dude, im awake since 5:30
  • 12:36:33 <BenjaminR> sorry - i am awake since 11am
  • 12:36:50 <BenjaminR> already had two coffees but that doesnt help today :)
  • 12:37:14 <BenjaminR> what could make me wake up at 5.30... lets think about it.... someone steales my bed :D
  • 12:37:26 <randomresult> hehe...
  • 12:37:37 <randomresult> the cat is called francis and is a bastard
  • 12:37:44 <BenjaminR> haha :D
  • 12:37:50 <randomresult> he woke me way earlier... at 5:30 i gave up
  • 12:37:58 <randomresult> didnt want him to wake my son...
  • 12:39:33 <randomresult> maybe this the revenge for cutting his balls of
  • 12:39:40 <mrboe> if i have a cat that wakes me up at 5:30 i would have it for breakfast
  • 12:39:41 <randomresult> i would be angry too
  • 12:49:01 <soee> guys fal images are supported insection ?
  • 12:49:16 <BenjaminR> no
  • 12:49:18 <soee> *objects
  • 12:49:28 <BenjaminR> soee
  • 12:49:30 <soee> :/
  • 12:49:34 <soee> BenjaminR: ok thanks
  • 13:07:39 <Guest|44425> hey benjamin, you said you're looking for a job?
  • 13:09:03 <RudyGnodde> Hello
  • 13:10:09 <RudyGnodde> Quick question: Is it possible to limit the content element types that can be inserted in a fluid content fce? Or at least remove/hide them in the wizzard when adding content to a fluid content fce?
  • 13:11:18 <BenjaminR> Hi Guest, meant as freelancing task - but yes - right now especially for one where 6.2 should/can be utilised.
  • 13:11:53 <BenjaminR> RudyGnodde: yes you can limit them by content areas in page template and content elements grids
  • 13:11:54 <BenjaminR> second
  • 13:13:03 <RudyGnodde> great :)
  • 13:16:08 <BenjaminR> https://github.com/FluidTYPO3/fluidcontent/commit/5d63b574fa84564896c4dd3b198523508d21f9d4
  • 13:30:05 <RudyGnodde> BenjaminR, Thanks
  • 13:38:24 <BenjaminR> Youre welcome RudyGnodde
  • 14:12:47 <soee> can i use some condition to check if selected column has any content elements ?
  • 14:18:11 <randomresult> soee lemme check
  • 14:19:52 <soee> randomresult: this is about fluidpages and rendering output
  • 14:20:09 <soee> i do not want to render some part if column is empty
  • 14:20:23 <randomresult> i set a var like this (is old VH)
  • 14:20:35 <randomresult> <v:var.set name="toggleContent" value="{v:page.content.render(column: 1)}"/>
  • 14:20:42 <randomresult> and then
  • 14:20:49 <randomresult> <f:if condition="{toggleContent}">
  • 14:20:49 <randomresult> <f:render section="SliderContent" arguments="{toggleContent: toggleContent}"/>
  • 14:20:49 <randomresult> </f:if>
  • 14:21:09 <randomresult> so if there is some content... toggleContent == TRUE
  • 14:21:32 <randomresult> this works.
  • 14:21:38 <randomresult> but if it is the right way. dunno
  • 14:22:10 <randomresult> you need to switch it. if condition then /else
  • 14:23:43 <randomresult> ah no... i got you wrong. should work this way. but the v:page.content.render is depricated
  • 14:23:52 <randomresult> so use another one
  • 14:23:59 <randomresult> will not be available in VHS 2.0
  • 14:24:26 <soee> hmm
  • 14:24:48 <randomresult> whats your problem?
  • 14:29:00 <BenjaminR> v:content.get
  • 14:29:03 <BenjaminR> would be better to use
  • 14:44:33 <soee> BenjaminR: but this would fetch content right ?
  • 14:52:17 <soee_> uhm, back
  • 15:04:27 <randomresult> soee works?
  • 15:07:49 <soee> randomresult: the sample you posted ?
  • 15:08:15 <randomresult> well not the sample but what u made out of it :)
  • 15:19:20 <soee> randomresult: did not have time yet to finish it
  • 16:20:10 <BenjaminR> randomresult: you shouldnt make such long breaks :)
  • 16:20:22 <randomresult> breaks?
  • 16:20:27 <BenjaminR> Pausen?
  • 16:20:28 <randomresult> what u talking about
  • 16:20:36 <BenjaminR> been afk for about 5 seconds :)
  • 16:20:42 <BenjaminR> you
  • 16:20:43 <FT3BOT> Welcome back BenjaminR!
  • 16:20:58 <BenjaminR> afk?
  • 16:21:01 <randomresult> bouncer?
  • 16:21:11 <BenjaminR> what made FT3BOT say this :D
  • 16:21:12 <FT3BOT> Welcome back BenjaminR!
  • 16:21:16 <BenjaminR> hmmmmm
  • 16:21:31 <BenjaminR> ah let me see
  • 16:21:35 <BenjaminR> i say that i am afk now
  • 16:21:42 <BenjaminR> and because i write i am back here?
  • 16:21:43 <FT3BOT> Welcome back BenjaminR!
  • 16:21:46 <BenjaminR> :)
  • 16:21:49 <randomresult> afk
  • 16:21:56 <randomresult> see what happens
  • 16:21:56 <FT3BOT> Welcome back randomresult!
  • 16:21:59 <randomresult> :)
  • 16:22:02 <randomresult> hello FT3BOT
  • 16:22:12 <BenjaminR> what a smart fellow :D
  • 16:27:34 * randomresult needs to leave now
  • 16:27:50 <BenjaminR> bye
  • 16:36:20 * xaver saw it - the horror
  • 19:06:51 <randomresult> evening