IRC logs

20151008

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

IRC log range: 20151008*

20151008

  • 02:16:43 <MarkusBischof> Since I upgraded TYPO3 CMS to version 7.5 the RTE is not loading any more in my page configuration. Does anybody have the same prboelms?
  • 02:17:34 <jmverges> are you talking about flux?
  • 02:18:05 <MarkusBischof> yes
  • 02:18:13 <jmverges> uhm, I'm having some problems with master
  • 02:18:26 <jmverges> but I need to check
  • 02:18:31 <MarkusBischof> I tried master and development
  • 02:19:25 <MarkusBischof> The JS error message tells me that there was a load timeout for modules: jquery/autocomplete,jquery-ui/resizable,TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/String,twbs/bootstrap-datetimepicker
  • 02:24:10 <MarkusBi_> _
  • 02:24:54 <jmverges> uhm
  • 02:25:04 <jmverges> let me check some things
  • 02:26:01 <MarkusBi_> @jmverges: yes of course (had to change my nickname)
  • 02:30:41 <jmverges> uhm I'm not see the RTE
  • 02:31:34 <jmverges> MarkusBi_ are you here?
  • 02:31:46 <MarkusBi_> yes
  • 02:31:55 <jmverges> are you using Fluidcontent_core?
  • 02:32:04 <MarkusBi_> yes i do
  • 02:32:14 <jmverges> uhm
  • 02:33:02 <jmverges> can you confirm this one: https://github.com/FluidTYPO3/flux/issues/955 ?
  • 02:34:17 <MarkusBi_> no, not really. This looks ok here
  • 02:36:31 <jmverges> are you in master or 7.5?
  • 02:39:01 <MarkusBi_> yes I'm on 7.5 of TYPO3 and on master (7.2.3) of flux
  • 02:39:17 <jmverges> ah, I'm on TYPO3 master
  • 02:42:27 <MarkusBi_> ok, that might make a difference
  • 02:51:55 <MarkusBi_> do you get the same JS errors when trying to load the RTE with flux
  • 02:53:42 <jmverges> I see a js error
  • 02:53:55 <jmverges> GET http://local.hobh.autoglobal-interactive.ch/typo3/TYPO3/CMS/Filelist/FileListLocalisation.js?bust=1444286988 req.load @ require.js:1u.load @ require.js:1t.load @ require.js:1t.fetch @ require.js:1t.check @ require.js:1t.enable @ require.js:1u.enable @ require.js:1(anonymous function) @ require.js:1(anonymous function) @ require.js:1each @ require.js:1t.enable @ require.js:1t.init @ require.js:1(anonymous function) @ require.js:1
  • 02:53:55 <jmverges> require.js:1 Uncaught Error: Script error for: TYPO3/CMS/Filelist/FileListLocalisation
  • 02:53:55 <jmverges> http://requirejs.org/docs/errors.html#scripterror
  • 03:08:07 <MarkusBi_> ok, a require.js error like here
  • 03:08:19 <jmverges> probably is core related
  • 03:10:00 <MarkusBi_> I'll have a look, the RTE in the default elements (text) works
  • 03:23:41 <Calli> Hi all, im trying to create an relation field with selection CEs from other pages.
  • 03:24:36 <Calli> two problems, first... no pagetree will show, second there are no checkboxes to select CEs
  • 03:28:02 <Calli> <flux:field.relation name="contents" size="5" minItems="1" maxItems="5">
  • 03:28:02 <Calli> <flux:wizard.list table="tt_content"/>
  • 03:28:02 <Calli> </flux:field.relation>
  • 03:31:07 <Calli> In another case i try to create tt_content elements with flux:field.inline. But created elements are all in the wrong colPos. Elements should be store in colpos "fluid content", but stored in current colpos of the element.
  • 04:40:20 <Guest|68280> Hello, i've to deal with the mild inconvinience that i have to manualle delete the conent of typo3temp during development after altering template files. I used uncache before,, but it's marked deprecate as of now. Is there a replacment? Thanks.
  • 05:00:19 <jmverges> you can go to the install tool
  • 05:00:39 <jmverges> setup TYPO3 in development /debug mode
  • 05:00:56 <jmverges> and also you can use clear all caches in install tool important actions
  • 05:07:04 <Guest|68280> jmverges: Thanks for the advice. Though, on multiple systems i've seen the issue that cached files created by fluidpages/fluidcnotent won't get cleared by those actions. They seem to be pretty persistent.