IRC logs

20140908

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

IRC log range: 20140908*

20140908

  • 08:59:57 <mrboe> hi guys, back from #t3cm14
  • 09:09:44 <soee> hi mrboe, how was it ?
  • 09:10:58 <mrboe> ;) "All I know is that I know nothing"
  • 09:11:17 <soee> can't be :)
  • 09:12:22 <mrboe> and it was nice to meet the people and get new input
  • 09:13:57 <soee> mrboe: come to Poland in november @ typo3 camp pl :)
  • 09:14:28 <soee> 2 days conference, maybe some workshops etc
  • 09:14:55 <soee> probably there will be something about fluidtypo3
  • 09:15:20 <soee> last year there was only introduction to it but now, who knows :)
  • 09:46:35 <vizArt> gooooood mooorning :)
  • 09:48:04 <mrboe> hi
  • 12:46:42 <vizArt> using flux 7.1.beta render the columns in rows ... do i need some changes in the grid.widget?
  • 12:47:42 <vizArt> ... in the backend (Page)
  • 12:53:10 <vizArt> aaaah ... css issue :D
  • 12:54:05 <vizArt> td's are rendered with "display: inline-block"
  • 12:56:11 <erredeco> hello there... I'm using vhs 2.0.1 and I'm trying to print in the page template the URL of an image set in the field media of the page object (TYPO3 6.2.4, so we're talking about FAL ;) )
  • 12:56:27 <erredeco> I've found this code:
  • 12:56:37 <erredeco> {v:resource.record.fal(record: page, field: 'media', table: 'pages') -> v:iterator.extract(key: 'uid') -> v:iterator.first() -> v:variable.set(name: 'pageMedia')}
  • 12:56:47 <erredeco> and then {f:uri.image(src: pageMedia, treatIdAsReference: 1)}
  • 12:57:46 <erredeco> But I got the error "You must either specify a string src or a File object."
  • 12:59:17 <erredeco> :S
  • 13:00:22 <soee> erredeco: do you have image assoigned to page media field ?
  • 13:00:30 <soee> if not it wont return any
  • 15:20:24 <mrboe> @soee my polnish is not the best
  • 15:34:46 <erredeco> please help, I have an urgent emergency request!!!!!! :o
  • 15:34:53 <erredeco> fluidcontent
  • 15:35:05 <erredeco> the "FCE" tab has disappeared from the backend and I don't know why.....????
  • 15:35:14 <soee> cache problem ?
  • 15:35:20 <soee> wroing configuration
  • 15:35:21 <erredeco> no
  • 15:35:21 <soee> ?
  • 15:35:35 <erredeco> don't know where to investigate
  • 15:35:50 <erredeco> I don't even know when it stopped to work :(
  • 15:36:01 <erredeco> how can I debug?
  • 15:37:10 <erredeco> the only "strange" thing I see is this
  • 15:37:20 <erredeco> install tool > compare DB
  • 15:38:20 <erredeco> ALTER TABLE cf_extbase_datamapfactory_datamap RENAME zzz_deleted_cf_extbase_datamapfactory_datamap;
  • 15:38:20 <erredeco> Records in table: 11
  • 15:38:20 <erredeco> ALTER TABLE cf_extbase_datamapfactory_datamap_tags RENAME zzz_deleted_cf_extbase_datamapfactory_datamap_tags;
  • 15:39:32 <erredeco> btw: the FCE elements are seen in frontend and work correctly
  • 15:40:15 <soee> did you do some flux upgrade or something ?
  • 15:41:56 <erredeco> umm
  • 15:42:36 <erredeco> I was suggested a version from github months ago because there was a problem with drag & drop
  • 15:43:08 <mrboe> erredeco: have you cleared typo3temp folder
  • 15:43:13 <erredeco> yep
  • 15:43:38 <mrboe> are you sure that you also removed the file start with . (dot)
  • 15:43:52 <erredeco> from typo3temp?
  • 15:43:53 <mrboe> these are not removed by rm -rf
  • 15:44:01 <erredeco> I'll check
  • 15:44:27 <erredeco> I'm on windows not linux
  • 15:46:38 <erredeco> oh yes back again.... I don't understand... really
  • 15:46:45 <erredeco> (sweating)
  • 15:46:56 <erredeco> :)
  • 15:47:06 <mrboe> there is a file .FED_....
  • 15:47:16 <mrboe> which is stored in temp
  • 15:47:24 <erredeco> ok I removed everything again and now it works
  • 15:47:25 <mrboe> and if you dont delete thes
  • 15:47:51 <mrboe> you have a "cached problem"
  • 15:48:01 <erredeco> Good to know that the .FED_... files are the "trick"
  • 15:48:03 <erredeco> thank you
  • 15:48:12 <erredeco> :)
  • 15:48:15 <mrboe> your welcome
  • 15:48:20 <erredeco> BTW
  • 15:48:58 <erredeco> (off topic) if someone needs it... in the last two days I was struggling with this problem
  • 15:49:11 <erredeco> a really really slow TYPO3 backend...
  • 15:49:25 <erredeco> with slow I mean with the CPUs at 100%
  • 15:49:35 <erredeco> the responsible was imagemagick
  • 15:49:36 <erredeco> :)
  • 15:49:54 <mrboe> i also had that
  • 15:50:00 <mrboe> today
  • 15:50:04 <erredeco> It seems it has a bug in a multicore enviroment
  • 15:50:12 <erredeco> I switched to graphicsmagick
  • 15:50:25 <mrboe> me to
  • 15:50:28 <erredeco> :)
  • 15:50:53 <mrboe> i installed imagemagick today with homebrew
  • 15:50:59 <mrboe> and this is not working
  • 15:51:27 <erredeco> yeah very annoying
  • 15:52:06 <erredeco> it seems that graphicsmagick works better :)
  • 15:52:14 <erredeco> thanks
  • 17:20:45 <mhmli> afternoon all.
  • 17:21:34 <mhmli> hoping someone can give a tip for a problem mentioned at https://github.com/FluidTYPO3/fluidcontent/issues/127 which is still coming up for me: a backend wizard tab generated via an FCE extension based on fludcontent_bootstrap keeps disappearing and re-appearing at will.
  • 17:24:21 <mhmli> and when it appears, it sometimes pulls the italian translations instead of german (when both are available and correct
  • 17:25:23 <mhmli> i've seen http://fluidtypo3.org/community/irc-logs.html?tx_fluidtypo3org_content%5Bdate%5D=20140401&cHash=76bf1b647d261e2ba423e878a5ec5354 but the suggestions there aren't having any effect
  • 18:04:55 <Guest|52206> Hello! Can i ask here only fluid things or also typo3 questions?
  • 18:08:26 <Guest|52206> You know why i dont have the copy button on typo3 6.2 by not defaj,t language? So i can not copy elements from other languages