IRC logs

20140925

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

IRC log range: 20140925*

20140925

  • 10:41:41 <Nurbs> I am currently looking at a server (TYPO3 6.2.4) where fluidcontent (4.0.0) and flux (7.0.0) are installed. I am not sure yet whether they are used at all, but when looking at a page preview in the backend I do get an internal server error (500). This seems to happen within FluxService when it's trying to get an instance of FluidTYPO3\Fluidcontent\Provider\ContentProvider ($this->objectManager->get($providerClassNameOrInstance) in resolveCo
  • 10:41:41 <Nurbs> nfigurationProviders. What could be wrong?
  • 10:42:02 * Nurbs still tries to get access to the server logs :-/
  • 10:52:18 <xaver> Nurbs: often you cna write your own log via htaccess
  • 12:36:21 <Lirrec> Hi, i'm having trouble getting wizard.suggest for pages to work, it won't find any pages. My Setup is t3 6.2.5 and flux 7.1.0. My Template looks like this atm: "<flux:field.select name="navContainer" items=""> <flux:wizard.suggest /> </flux:field.select>".
  • 12:44:31 <cedricziel> Lirrec: you need a table attribute
  • 12:45:09 <cedricziel> as in <flux:wizard.suggest table="pages" />
  • 12:48:46 <Lirrec> cedricziel: nope, still no results. (also the ajax request already contained a "table:pages" post-parameter even without it )
  • 14:56:47 <Xatenev> hey peeps
  • 14:57:01 <Xatenev> U guys see any error in this link? <f:link.action action="new" controller="Message" arguments="{user:user}">Message this User</f:link.action>
  • 14:57:16 <Xatenev> when i click it, it stays on the same site
  • 14:57:18 <Xatenev> it just reloads once
  • 14:57:38 <Xatenev> I got a MessageController
  • 14:57:43 <Xatenev> an action "new" inside it
  • 14:57:47 <Xatenev> and i want ot pass the parameter user
  • 15:33:56 <featdd> Hay@all
  • 15:49:12 <Lirrec> are the grid layouts in the page module in some cache not cleared by the normal ways of clearing the cache? i changed columnnames and layout but can't get the backend to reflect my changes
  • 16:08:12 <Lirrec> figured it out, in page settings > Appearance > Backend Layout "Fluidpages" has to be selected
  • 16:12:55 <Lirrec> seems like there it isn't mentioned in the docs
  • 16:13:01 <Lirrec> -there
  • 16:19:09 <cedricziel> Xatenev: did you find a solution?