IRC logs

20150804

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

IRC log range: 20150804*

20150804

  • 04:35:00 <jagmanetta> Hi all!
  • 04:35:29 <jagmanetta> After updating my fluid/vhs extensions I have an error while editing pages from backend
  • 04:35:45 <jagmanetta> This is the exception message: #1289386765: Could not analyse class:Tx_Vhs_ViewHelpers_Extension_Path_ResourcesViewHelper maybe not loaded or no autoloader?
  • 04:36:36 <jagmanetta> I readed that I need to disable extensions that contains the namespace declaration like {namespace v=FluidTYPO3\Vhs\ViewHelpers}
  • 04:37:14 <jagmanetta> I've done it, but the only one extension that use that namespace in my extensions list now is the fluidcontent_core
  • 04:37:31 <jagmanetta> I think I'm missing something! :) Could anyone help me? Thanks a lot :)
  • 04:37:56 <JohPie> I think you use the old namespaces
  • 04:39:08 <jagmanetta> mmmm, in other extensions?
  • 04:39:20 <jagmanetta> The only one that have old namespace is fulidcontent_core
  • 04:39:24 <JohPie> did you clear cache?
  • 04:39:38 <jagmanetta> All the caches, also the opcache
  • 04:39:56 <JohPie> typo3temp/Cache, too?
  • 04:40:05 <jagmanetta> Via filesystem?
  • 04:40:08 <JohPie> yes
  • 04:40:14 <jagmanetta> nope, I'm gonna try
  • 04:40:38 <JohPie> jmverges: Did you look at https://github.com/FluidTYPO3/flux/issues/792 ?
  • 04:41:28 <jmverges> Yes
  • 04:41:57 <jmverges> did you update the ft3 extensions from development version?
  • 04:43:04 <jagmanetta> clear caches by filesystem, nothing changes
  • 04:43:17 <JohPie> If I update to the develop versions, nothing works anymore
  • 04:43:39 <jagmanetta> I confirm: I've updated the extension via the extensions manager and I'have my typo3 in development mode
  • 04:45:09 <jagmanetta> The problem still exists with the Page/List module selected
  • 04:45:52 <NamelessCoder> jagmanetta you probably have a {namespace v=Tx_Vhs_ViewHelpers} somewhere. That must be changed to {namespace v=FluidTYPO3\Vhs\ViewHelpers}
  • 04:45:56 <JohPie> jmverges: after switch to flux develop, I get '#1257246929: "" is not a valid template resource URI' Page Modul
  • 04:47:00 <jagmanetta> @NamelessCoder thanks, I'm gonna find and change it
  • 05:02:39 <jmverges> JohPie, no idea right now
  • 05:04:03 <JohPie> I try to debug, but I don't have much time right now :(
  • 05:04:44 <JohPie> Is there anything changed with Template Files and Path from master to develop?
  • 05:05:17 <JohPie> or something that I "must have" in develop?
  • 05:16:45 <jmverges> I really don't know JohPie, you could try to download all the ft3 extensions from github development branch and try to install uninstall them and clear caches
  • 05:17:51 <jagmanetta> @NamelessCoder, something has changed now the error is #1289386765: Could not analyse class:FluidTYPO3\Vhs\ViewHelpers\Var\SetViewHelper maybe not loaded or no autoloader?
  • 05:18:17 <jmverges> jagmanetta: try to install uninstall the extension
  • 05:18:35 <jmverges> ah
  • 05:18:39 <jmverges> is variable
  • 05:18:42 <jmverges> not var anymore
  • 05:18:59 <jmverges> v:variable.set
  • 05:19:05 <jagmanetta> gosh :)
  • 05:19:14 <jagmanetta> I'm gonna search it in custom extensions
  • 05:19:57 <jagmanetta> in the meanwhile, thank you all :)
  • 05:20:54 <JohPie> jmverges: I have the error only on "old" pages
  • 05:21:11 <JohPie> I create a new one and there is no error ... :(
  • 05:22:19 <JohPie> But when I create a text-Element, I get: Fluid Content type not selected - edit this element in the TYPO3 backend to fix this!
  • 05:22:46 <JohPie> why? I want to use a Text-Element, not a Fluid-Content Element
  • 05:40:26 <jmverges> JohPie: do you use fluidcontent_core?
  • 05:40:47 <JohPie> no, only fluidcontent
  • 05:42:38 <jmverges> so you are using css_styled_content, right?
  • 05:44:05 <JohPie> yes
  • 05:44:28 <jmverges> typo3 version?=
  • 05:44:52 <JohPie> 6.2.14
  • 05:51:33 <jagmanetta> @jmverges sorry, but i see that the helper still exists https://github.com/FluidTYPO3/vhs/blob/development/Classes/ViewHelpers/Variable/SetViewHelper.php
  • 05:52:10 <jagmanetta> many extensions in my installation use it, why should be no more available if is still in the vhs extension?
  • 05:53:57 <jmverges> you are using var instead of variable jagmanetta
  • 05:54:15 <jmverges> you only need to change all your .var. to .variable.
  • 05:54:35 <jagmanetta> gotcha
  • 05:54:41 <jagmanetta> I'm gonna trying :)
  • 05:54:48 <jagmanetta> Thanks!
  • 05:54:48 <jmverges> JohPie: I can not test in that version right know but all is working fine in 7 master
  • 05:55:01 <jmverges> jagmanetta, you are welcome
  • 05:55:31 <jmverges> JohPie: I mean, just css_styled_content and fluidcontent
  • 06:04:12 <jagmanetta> Yes, finally got my typo3 installation working :) happiness
  • 06:06:57 <jagmanetta> thank you all and best regards
  • 06:13:16 <featdd> morning
  • 06:13:18 <featdd> how do I render a image in a fluid template fetched from an local filemount as a \TYPO3\CMS\Core\Resource\File
  • 06:13:24 <featdd> can only get the dump file link but not display the real image :-/
  • 06:30:45 <BennyS> Hi guys! Im trying to integrate a page template using fluidpages. How can render the party outside <body>? For head-meta-data i found viewhelpers. But how to render for example: <!DOCTYPE html>
  • 06:30:45 <BennyS> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
  • 06:30:45 <BennyS> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
  • 06:30:45 <BennyS> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
  • 06:30:45 <BennyS> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->?
  • 06:33:04 <BennyS> (Im trying to avoid typoscript;-)
  • 06:34:48 <mneuhaus> well, although you say, no typoscript this might make it quite easy:
  • 06:35:20 <mneuhaus> https://gist.github.com/mneuhaus/3eb738abd0970c41a00e
  • 06:35:46 <mneuhaus> ignore/remove the no js
  • 06:37:38 <BennyS> Im no enemy of typoscript. I just understood you dont need to use TS when using fluidtypo3.
  • 06:37:59 <BennyS> Looks good, then ill do that with typoscript;-) Thank you.
  • 06:38:47 <mneuhaus> you can go quite a way without typoscript using fluidtypo3, but i don't now a way currently to do that without typoscript
  • 06:38:50 <mneuhaus> you're welcome :)
  • 06:39:05 <NamelessCoder> careful, iirc, those conditions are removed in next LTS
  • 06:39:34 <mneuhaus> whoops, :( pulled that out of a deep dirty closet of mine ^^
  • 06:41:11 <mneuhaus> http://t3n.de/fragen/typo3-html-tag-mit-class-versehen
  • 06:41:25 <mneuhaus> doh, german article, do you speak german?
  • 06:41:41 <mneuhaus> the post of "christian.hellmuth" sounds about what you need
  • 06:41:43 <BennyS> Yep;-)
  • 09:03:37 <dogawaf> Hello
  • 09:04:40 <dogawaf> I am stuck at creating a form for configuring a page with fluidpage/flux
  • 09:05:03 <dogawaf> I don't know if I am doing wrong, or if there is a bug
  • 09:05:29 <dogawaf> Can someone help me?
  • 09:05:41 <dogawaf> I have a gist as a reward :p
  • 09:23:23 <dogawaf> OK, found this:https://github.com/FluidTYPO3/flux/issues/841. Solved my issue.
  • 13:26:55 <pedda> hi there
  • 14:33:02 <sitegeist_alex> Hi @NamelessCoder, could you have a look at my comment on https://github.com/FluidTYPO3/flux/commit/c4046ffb87ffd081b0abdaad9896a9653c37e5f5 please? Do you have any hint for me to bypass this error?
  • 16:49:30 <xaver> sitegeist_alex: i can provide only a workaround
  • 16:53:26 <pedda> anyone already dealed with #1257246929: "" is not a valid template resource URI. in latest ft3 extensions (development branch)
  • 17:04:39 <pedda> NamelessCoder the latest version of EXT:builder generates provider extensions where typoscript configuration starts with plugin.tx_MyVendor.MyExtKey. is this the way to go for 7.x ?
  • 17:06:25 <jmverges> I think you found an issue
  • 17:07:01 <jmverges> could you open it in github?
  • 17:08:32 <pedda> in fact i was trying latest master core in a working project, related to the core update i updated all ft3 extensions too. I'm facing a few issues now, which i tried to solve by generating a dummy extension, to see how a "modern" extbase extension should look like now
  • 17:09:54 <pedda> i was setting up websites by the help of EXT:view by now, this seems obsolete since stdWrap was introduced to view.templateRootPath for example. am i correct ?
  • 17:10:14 <pedda> introduced in 7.1 iirc
  • 17:11:07 <jmverges> you are right
  • 17:11:14 <jmverges> you don't need ext:view
  • 17:11:37 <pedda> jmverges do you have a running setup with let's say 7.3 and (not so edgy) ft3 tools ?
  • 17:11:51 <jmverges> I live on master :D
  • 17:11:55 <jmverges> and ft3
  • 17:12:05 <pedda> core master?
  • 17:12:11 <pedda> or ft3 master
  • 17:12:13 <jmverges> so yes, 7.4 I suppose
  • 17:12:16 <pedda> okay
  • 17:12:17 <pedda> well
  • 17:12:17 <jmverges> and ft3 development
  • 17:12:27 <jmverges> latest stuff
  • 17:12:34 <pedda> okay
  • 17:13:05 <jmverges> pedda, do you mind to open the issue related with builder in the github issue tracker of builder? I will take care
  • 17:13:28 <pedda> how does the line of your provider extension look like for templateRootPaths ? (including referenced constant)
  • 17:13:30 <pedda> sure
  • 17:16:05 <jmverges> https://gist.github.com/jmverges/cd17f900fa2d4500ad2e
  • 17:18:55 <pedda> https://github.com/FluidTYPO3/builder/issues/81
  • 17:19:13 <pedda> the container thingy is fcc related afaik
  • 17:19:45 <jmverges> yes, we provided fully support with fcc to builder and fluidcontent
  • 17:20:21 <jmverges> I mean, If you create a fluidcontent you should be able to work with it if you have fcc installed or csc
  • 17:20:49 <jmverges> things like header, container was missed in fluidcontent with fcc installed
  • 17:21:02 <jmverges> you can see you have two layouts
  • 17:21:02 <pedda> okay
  • 17:21:05 <jmverges> Content.html
  • 17:21:09 <jmverges> and CoreContent.html
  • 17:21:13 <pedda> well i'm not used to fcc by now
  • 17:21:38 <pedda> thx for the gist
  • 17:22:03 <pedda> will test t right now and see if this solves my template path issues
  • 17:31:22 <jmverges> pedda: you are welcome
  • 17:31:36 <pedda> well didn't solve my issue by now anyway
  • 17:31:49 <jmverges> why not?
  • 17:31:58 <pedda> seems as if my custom extension which uses flux for plugin settings also needs some fixing
  • 17:32:08 <jmverges> tell me more
  • 17:32:11 <pedda> well
  • 17:32:23 <pedda> i use a php based provider in an extension called profiles
  • 17:33:41 <pedda> i have 2 fe plugins, so i do have 2 php classes in Classes/Provider/Configuration/CarouselPluginProvider and register those in my ext_tables by the help of 2 lines
  • 17:34:01 <jmverges> however, if you are trying to overlay you need your extension https://gist.github.com/jmverges/86a8f49f6921f976d355
  • 17:34:51 <pedda> i will need to deal with overlays afterwards, the EXT:profiles uses its "own" templates atm
  • 17:35:15 <jmverges> I don't get your problem now
  • 17:36:48 <pedda> just a sec
  • 17:36:56 <pedda> preparing a gist as multiple files are involved
  • 17:39:47 <pedda> this is how i integrate flux into my custom extension: https://gist.github.com/wikipeter/017f7bceb52bb13759db
  • 17:39:56 <pedda> kind of old bud gold
  • 17:40:12 <pedda> worked until i upgraded from 6.2 LTS to 7.x
  • 17:40:38 <pedda> to be more precise: 7.5-dev and edgy ft3 tools
  • 17:41:56 <pedda> i used the ts based "flux de plugin settings" approach for a while, but i moved back to php based as the ts based one failed several times after EXT:flux upgrade
  • 17:42:24 <pedda> do you use flux for fe plugin settings in your custom extensions?
  • 17:43:59 <jmverges> I've never tried
  • 17:44:08 <pedda> okay :)
  • 17:44:30 <jmverges> that code is new for me
  • 17:44:44 <pedda> this php approach was the first one since custom provider were introduced in EXT:flux
  • 17:44:58 <pedda> some while before the form component was introduced
  • 17:45:01 <jmverges> but, what are you trying to do?
  • 17:45:19 <jmverges> I mean, you have a extension generated with extension builder
  • 17:45:19 <pedda> my issue now is: fe is working, backend in page mode does not
  • 17:45:30 <pedda> i have such a carousel plugin content element
  • 17:45:49 <jmverges> and then you use flux for the plugin configuration in the BE?
  • 17:45:55 <pedda> yepp
  • 17:46:02 <jmverges> that is cool
  • 17:46:10 <pedda> instead of writing flexform by hand
  • 17:46:17 <pedda> indeed ;)
  • 17:46:22 <jmverges> yes, I like it
  • 17:46:35 <pedda> so use it, if you get this code running :D
  • 17:46:49 <jmverges> layoutRootPath or layoutRootPaths ?
  • 17:47:00 <pedda> aah ..
  • 17:47:08 <pedda> not really...
  • 17:47:15 <pedda> let me check
  • 17:47:15 <jmverges> do you mind to share with me the full extension privately?
  • 17:47:20 <pedda> sure
  • 17:47:34 <jmverges> I mean, to check it I just want to install and debug :D
  • 18:47:36 <jmverges> pedda ?