Log message #4179995

# At Username Text
# Mar 17th 2019, 07:40 ssalvatori I disabled the boostrap and copied https://github.com/CakeDC/users/blob/master/config/bootstrap.php#L25-L49 but then cake is not able to find the finder Auth
# Mar 17th 2019, 07:39 ssalvatori Hi, I'm having troubles with like https://github.com/CakeDC/users/issues/753
# Mar 17th 2019, 04:46 grossolive4 I changed it and it worked, Is there a better way?
# Mar 17th 2019, 04:45 slackebot2 <grossolive4>
# Mar 17th 2019, 03:43 grossolive4 Can you help me, thanks
# Mar 17th 2019, 03:42 grossolive4 Hi all, I want to filter the Translate data but it doesn't work
# Mar 17th 2019, 03:40 slackebot2 <grossolive4>
# Mar 17th 2019, 02:09 chrisshick @markstory
# Mar 17th 2019, 02:03 chrisshick Under the logs folder
# Mar 17th 2019, 02:02 chrisshick @mark.mcwhirter queries.log
# Mar 17th 2019, 02:02 chrisshick The latest version @challgren
# Mar 17th 2019, 01:58 markstory Where are queries being logged? @chrisshick
# Mar 17th 2019, 01:43 challgren What version of cake?
# Mar 17th 2019, 01:40 chrisshick It shouldn’t be logging in our production env but it is
# Mar 17th 2019, 01:39 slackebot2 <chrisshick>
# Mar 16th 2019, 20:58 ssalvatori I'm doing a configure::load right after the addPlugin in the Application.php but then in my app the configure::read is returning the same content from the boostrap not my configure::load content
# Mar 16th 2019, 20:57 ssalvatori what is the best or the right moment to change the configurations ? boostraped by the plugins ?
# Mar 16th 2019, 20:56 ssalvatori question about the plugins and who they load the boostrap conf
# Mar 16th 2019, 20:54 ssalvatori re
# Mar 16th 2019, 19:03 ssalvatori one with CamelCase and the other with -
# Mar 16th 2019, 19:02 ssalvatori I don't know why the difference between the to plugin
# Mar 16th 2019, 19:02 ssalvatori *** /login [ 'plugin' => 'cake-d-c/users', 'controller' => 'users', 'action' => 'login' ] [ '_ext' => [ (int) 0 => 'json' ], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ] /logout [ 'plugin' => 'CakeDC/Users', 'controller' => 'Users', 'action' => 'logout' ]
# Mar 16th 2019, 19:02 ssalvatori but the debug show me this
# Mar 16th 2019, 19:01 ssalvatori $routes->connect('/login', ['plugin' => 'CakeDC/Users', 'controller' => 'Users', 'action' => 'login']); $routes->connect('/logout', ['plugin' => 'CakeDC/Users', 'controller' => 'Users', 'action' => 'logout']);
# Mar 16th 2019, 19:01 ssalvatori Hi, I have a question about the routes I have the following two routes in my file
# Mar 16th 2019, 14:44 martonmiklosqdev_cake so the PR is on the way
# Mar 16th 2019, 14:44 martonmiklosqdev_cake I have managed to make the travis passing again
# Mar 16th 2019, 14:43 martonmiklosqdev_cake thank you both
# Mar 16th 2019, 12:33 challgren @martonmiklosqdev_cake might want to change satooshi/php-coveralls to php-coveralls/php-coveralls too
# Mar 16th 2019, 12:26 martonmiklosqdev_cake @admad thanks you are awesome!
# Mar 16th 2019, 12:21 admad currently it's using the phpunit preinstall in travis VM instead of the specific version cake wants
# Mar 16th 2019, 12:20 admad @martonmiklosqdev_cake change from `phpunit --stderr` to `vendor/bin/phpunit` https://github.com/martonmiklos/cakephp-utils/blob/dc19703268f59da568acb1f5fbaf687757640c76/.travis.yml#L42
# Mar 16th 2019, 12:07 grossolive4 thanks so much !, It seems difficult to integrate with router plugin and app router
# Mar 16th 2019, 11:48 martonmiklosqdev_cake I am new to the phpunit testing so any help would be appericiated
# Mar 16th 2019, 11:48 martonmiklosqdev_cake I got a bunch of Cannot redeclare class PHPUnit\Framework\Test in ... warnings
# Mar 16th 2019, 11:47 martonmiklosqdev_cake https://travis-ci.com/martonmiklos/cakephp-utils/jobs/185399841
# Mar 16th 2019, 11:47 martonmiklosqdev_cake my tests failing on Travis
# Mar 16th 2019, 11:47 martonmiklosqdev_cake however
# Mar 16th 2019, 11:47 martonmiklosqdev_cake I have managed to fix the most of the warnings/errors so the phpunit tests passes on my dev box
# Mar 16th 2019, 11:46 martonmiklosqdev_cake https://github.com/martonmiklos/cakephp-utils/tree/fix_mfr_pr
# Mar 16th 2019, 11:46 martonmiklosqdev_cake to work with cake 3.7