Log message #4154701

# At Username Text
# Jun 29th 2018, 11:39 bernat No, I just mean using arrays/collections. No persistence involved.
# Jun 29th 2018, 11:37 josbeir so that it persists between requests?
# Jun 29th 2018, 11:37 josbeir ?
# Jun 29th 2018, 11:37 josbeir what do you mean by 'in memory'
# Jun 29th 2018, 11:35 bernat I've read the association Services->Products into entities from the database and I'd like to convert it to Products->Services in memory. I don't even know how to search this in Google. It might be a silly question since I could do it myself with some loops but I'm wondering if there's an implemented solution.
# Jun 29th 2018, 11:33 josbeir howdy
# Jun 29th 2018, 11:32 bernat Hi.
# Jun 29th 2018, 11:01 steinkel check for similar issues already fixed in the plugin, 4.2.1 is a bit old now
# Jun 29th 2018, 11:00 steinkel ^ on loginRedirect
# Jun 29th 2018, 10:59 steinkel the error usually happens in the users context when you are trying to redirect to a page and you are not allowed to by Rbac permissions
# Jun 29th 2018, 10:58 steinkel @jhob debug access and error logs to check where are you trying to redirect
# Jun 29th 2018, 10:22 jhob Got a cake 3.3.16 project with cakedc/users 4.2.1 . In browsers other than chrome get a 'This page isn't redirecting properly' error after login. Only happens sometimes, clearing cookies does not always fix the issue. Any thoughts on what could be causing this? Not always reproducible.
# Jun 29th 2018, 10:21 josbeir @lorenzo => https://github.com/cakephp/elastic-search/pull/179
# Jun 29th 2018, 10:18 dereuromark are you planning on making cake3 the master branch and start tagging a 0.1 release?
# Jun 29th 2018, 09:43 dereuromark gotcha, thx
# Jun 29th 2018, 09:42 lorenzo this is the automatic way: https://github.com/jippi/cakephp-newrelic#appconsolecakephp
# Jun 29th 2018, 09:42 lorenzo since it was our plugin, we just extended it
# Jun 29th 2018, 09:42 lorenzo We added the trait or extended the shell
# Jun 29th 2018, 09:42 lorenzo and manually called this https://github.com/jippi/cakephp-newrelic/blob/master/Trait/NewRelicTrait.php#L22
# Jun 29th 2018, 09:41 dereuromark You mean you need to extend this one?
# Jun 29th 2018, 09:41 lorenzo we added this to most shells https://github.com/jippi/cakephp-newrelic/blob/master/Console/Command/Task/NewRelicTask.php
# Jun 29th 2018, 09:40 edgaras.jan I've added this to AppController ``` public function beforeFilter(Event $event) { if (extension_loaded('newrelic')) { newrelic_name_transaction($this->getRequest()->getParam('controller') . '/' . $this->getRequest()->getParam('action')); } ``` because NewRelic often misdetected controller/action
# Jun 29th 2018, 09:40 lorenzo it probably does, we had to manually instrument newrelic in cli
# Jun 29th 2018, 09:37 dereuromark Who uses newreclic on a heroku cake app? Does it need any more config to detect the web and cli stuff when you select "cakephp" as framework?
# Jun 29th 2018, 09:17 naveenbos before that i need to set up this project in my local machine ubuntu 18.04
# Jun 29th 2018, 08:59 josbeir updating from 2 to 3 is not a small job
# Jun 29th 2018, 08:59 josbeir https://book.cakephp.org/3.0/en/appendices/3-0-migration-guide.html
# Jun 29th 2018, 08:58 josbeir have you checked the migration documentation ?
# Jun 29th 2018, 08:57 naveenbos I have a code base of existing website, am totally new in the cake , I want to know how to migrate schema files to my database and site up in local :p
# Jun 29th 2018, 08:56 josbeir naveenbos, ask your question :slightly_smiling_face: !
# Jun 29th 2018, 08:55 naveenbos I have a question regarding the cakephp migration and upgrade from cake 2.7 to 3.6 :P
# Jun 29th 2018, 08:54 josbeir ah yes :) but forgot to mention it :P
# Jun 29th 2018, 08:53 tim @josbeir Oh I figured you realised that from the snide comment I made about Wallonia last time :P
# Jun 29th 2018, 08:53 josbeir hi, ask your question :slightly_smiling_face:
# Jun 29th 2018, 08:52 naveenbos I have a question regarding the cakephp migration and upgrade from cake 2.7 to 3.6
# Jun 29th 2018, 08:51 naveenbos Hi
# Jun 29th 2018, 08:44 josbeir hey @tim i saw you where from :flag-be: too, always happy to see other ppl/companies over here embracing cakephp :slightly_smiling_face: !
# Jun 29th 2018, 08:26 slackebot4 Action: josbeir is loving gitlab ci/cd
# Jun 29th 2018, 08:09 josbeir monring
# Jun 29th 2018, 07:02 magiq is it correct or I did something wrong with my configuration ?
# Jun 29th 2018, 07:02 magiq or $thos->Auth->user('id')