IRC logs

20150819

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

IRC log range: 20150819*

20150819

  • 08:41:56 <papillon6> Hey! Any progress on the issue l10nmgr <-> fluidcontent? Newest version of l10nmgr still does not support fluidcontent-elements. @NamelessCoder: Found your GIT-repo on google. Anyone working on this?
  • 10:41:14 <arnekolja> I just upgraded from 6.2 to 7.4 and now I'm getting file not found errors on the template files of my provider extension. I cant find anything that should have changed about referencing the templates, any idea how to troubleshoot it?
  • 10:41:30 <arnekolja> error, e.g.: #1225709595: Template could not be loaded. I tried "/Page/Index.html", "/Page/index.html"
  • 10:42:13 <arnekolja> plugin.tx_myproviderextension.view {
  • 10:42:13 <arnekolja> templateRootPath = EXT:myproviderextension/Resources/Private/Templates/
  • 10:42:14 <arnekolja> […]
  • 10:42:14 <arnekolja> }
  • 10:42:28 <arnekolja> shouldnt this still be correct?
  • 10:43:40 <arnekolja> same with fces in the backend (Template could not be loaded. I tried "/Content/Index.html" …)
  • 10:49:52 <arnekolja> nevermind, found my mistake :)
  • 10:49:58 <arnekolja> at least i think so
  • 13:12:09 <pedda> hi there
  • 13:12:21 <pedda> can someone point me to the right direction?
  • 13:12:39 <pedda> what is the best way to use extension B within extension A ?
  • 13:13:57 <pedda> let's say: my extension A is some kind of a company "app" where each dependenc of a company has a few menu items, one of those should call extension B where extension A behaves like some kind of a wrapper
  • 13:15:01 <pedda> not sure if i have to deal with controller and rendering context to achieve this