IRC logs

20140307

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

IRC log range: 20140307*

20140307

  • 09:16:13 <anhadikal> hi
  • 09:30:44 <georg_t> hi all
  • 09:32:43 <georg_t> yesterday I tested autoloading of viewhelpers via xmlns:flux="http://typo3.org/ns/FluidTYPO3/Flux/ViewHelpers" in TYPO3 6.2 and PhpStorm
  • 09:34:15 <georg_t> as the xds files for flux do not include the new naming schema i tried to generate a new one with schemaker
  • 09:34:49 <georg_t> but schemaker (master) can't handle viewhelpers with namespaces
  • 09:37:48 <georg_t> adding support for namespaced viewhelpers shouldn't be hard work
  • 09:40:46 <georg_t> this should be added to the development branch, right?
  • 09:47:56 <georg_t> ahhh. finally found the correct guide: https://fedext.net/overview/contributing/contribution-guide.html
  • 09:48:59 <georg_t> the links to 'Contribution Guide' on https://github.com/FluidTYPO3/documentation/blob/master/Contributing.md#making-pull-requests point to the flux git repo
  • 10:21:33 <randomresult> good morning fedext
  • 10:22:02 <randomresult> i stll have a strange behavior in my contentelements made with fedext
  • 10:22:21 <randomresult> in all my elements there is a RTE-Field at the bottom
  • 10:22:52 <randomresult> mrboe has the same behavior and we dont know why. where does this come from?
  • 10:23:18 <randomresult> we are using T3 6.1.x and the latest dev-branches of flux, fluidcontent and pages
  • 10:24:23 <randomresult> anyone experience the same behavior?
  • 10:24:33 <anhadikal> nope never had this issue
  • 10:26:37 <randomresult> anhadikal: u sure ? i didnt recognize this until someone asked me what this field is for.
  • 10:29:16 <randomresult> and is here someone who can tell me how to check an extension i made with builder?
  • 10:30:16 <anhadikal> https://github.com/FluidTYPO3/builder -> php typo3/cli_dispatch.phpsh extbase builder:fluidsyntax --extension your-key
  • 10:30:36 <randomresult> ./cli_dispatch.phpsh extbase builder:fluidsyntax myExtension --> for checking the fuidsyntax of my ext?
  • 10:30:44 <anhadikal> yes
  • 10:30:57 <anhadikal> builder:phpsyntax checks codes unter Classes
  • 10:31:43 <anhadikal> http://picpaste.com/pics/Bildschirmfoto_2014-03-07_um_10.29.24-LQyDLLFk.1394184698.png
  • 10:31:52 <randomresult> returns this -bash: ./cli_dispatch.phpsh: No such file or directory
  • 10:32:09 <randomresult> ah in folder typo3
  • 10:32:34 <randomresult> returns nothing
  • 10:32:49 <anhadikal> add --verbose
  • 10:33:28 <anhadikal> and do you have _cli_lowlevel user?
  • 10:33:59 <randomresult> i run this shellcommand within the typo3 folder:
  • 10:33:59 <randomresult> ./cli_dispatch.phpsh extbase builder:fluidsyntax t3pagebasics --verbose
  • 10:34:02 <randomresult> nothing
  • 10:35:03 <randomresult> mrboe just told me, that a user cli is missing
  • 10:40:52 <randomresult> well... i now have a cli_lowleveluser (only a user with a randompassword and no rights at all) and use the following within the typo3folder: ./cli_dispatch.phpsh extbase builder:fluidsyntax t3pagebasics --verbose (where t3pagebasics is the folder AND ext-key of my extension)
  • 10:41:01 <randomresult> but still it gives nothing back
  • 10:44:19 <randomresult> any hints?
  • 10:44:20 <randomresult> pls?
  • 10:51:09 <anhadikal> --extension t3pagebasics
  • 10:51:49 <anhadikal> ./cli_dispatch.phpsh extbase builder:fluidsyntax --extension t3pagebasics --verbose
  • 10:51:55 <randomresult> anhadikal i tried that
  • 10:52:02 <randomresult> what user do u have?
  • 10:52:14 <randomresult> mine is _cli_lowleveluser
  • 10:52:24 <randomresult> should it be like that?
  • 10:52:43 <anhadikal> it should be "_cli_lowlevel"
  • 10:53:10 <anhadikal> and I run it from root (where index.php is) php typo3/cli_dispatch.phpsh extbase builder:fluidsyntax --extension some_ext
  • 10:54:23 <randomresult> localhost:t3basics.dev glatz$ php typo3/cli_dispatch.phpsh extbase builder:fluidsyntax --extension t3pagebasics --verbose
  • 10:54:23 <randomresult> localhost:t3basics.dev glatz$
  • 10:54:41 <randomresult> from root... returns zero... nothing ... not a single line
  • 10:55:08 <anhadikal> php typo3/cli_dispatch.phpsh extbase help
  • 10:55:10 <anhadikal> any output?
  • 10:55:25 <randomresult> no
  • 10:55:39 <randomresult> maybe i need to add the path to php?
  • 10:56:02 <anhadikal> are you on linux or windows?
  • 10:56:17 <randomresult> macosx with mamp intalled
  • 10:56:31 <anhadikal> okey osx should be fine
  • 10:56:51 <anhadikal> mamp is not neccesary, since osx has php and apache pre installed
  • 10:56:53 <randomresult> tried this: /usr/bin/php typo3/cli_dispatch.phpsh extbase help
  • 10:56:56 <randomresult> no output
  • 10:57:04 <anhadikal> check your php log
  • 10:58:06 <anhadikal> hmm I guess the problem is that, your apache web user is nobody or www-data and you are running php as glatz
  • 10:59:34 <randomresult> so what to do?
  • 10:59:52 <randomresult> my log says something from yesterday evening
  • 11:00:16 <randomresult> last entry [06-Mar-2014 20:33:37 Europe/Berlin]
  • 11:00:41 <anhadikal> set your apache user to the user you are running php from
  • 11:02:09 <randomresult> mamp crashed
  • 11:02:30 <randomresult> owner is glatz
  • 11:02:34 <randomresult> group i staff
  • 11:02:38 <randomresult> is
  • 11:03:15 <anhadikal> hmm
  • 11:05:20 <randomresult> hmmm... i will check if iam able to run a simple php
  • 11:06:12 <randomresult> well i created a phpinfo.php and i can run php phpinfo.php
  • 11:06:15 <randomresult> with output
  • 11:06:32 <randomresult> maybe i need to change the rights for cli_dispatch.phpsh
  • 11:07:31 <randomresult> no...
  • 11:07:39 <anhadikal> hmm
  • 11:08:21 <randomresult> i get crazy
  • 11:08:27 <randomresult> i will try online
  • 11:08:35 <randomresult> on a unix environment
  • 11:30:57 <jkphl> hey claus! so here i am ... what can i do for you?
  • 12:55:53 <randomresult> so now i copied an element from fluidcontent_bootstrap in my web. and also this element has the textfield at the bottom ... so it doesnt come with my own elements... so where to search for this misbehavior?
  • 16:19:46 <Pete2> Hi guys, i am a beginner. how can i use your awesome fluid helpers? how can i download them for my flow project and install them?
  • 16:53:33 <NamelessCoder> hi Pete2 - there's no Flow versions of the viewhelpers just yet, but many of them you can grab and just change the namespace and parent class name, then use in your own flow package.
  • 16:56:45 <Pete2> thanks namelesscoder. could you give me a hint where to put them in my file structure? i am totally new to mvc..
  • 16:57:11 <NamelessCoder> same as in the VHS extension; Classes/ViewHelpers/FooBarViewHelper.php
  • 16:57:55 <NamelessCoder> then add your own namespace instead of the vhs one, e.g. {namespace v=YourVendor\YourPackage\ViewHelpers} (or choose another prefix than "v" if you like)
  • 17:25:56 <Pete2> perfect thanks
  • 20:09:18 <randomresult> hi
  • 21:29:29 <soee> guys what is this new branch for flux : [new branch] workbench/positivecolpos -> origin/workbench/positivecolpos