Log message #4217371

# At Username Text
# Dec 5th 2019, 05:12 nuzulfikrie the '/' did not do anything
# Dec 5th 2019, 05:12 nuzulfikrie assets?
# Dec 5th 2019, 05:12 nuzulfikrie did not find the css in folder
# Dec 5th 2019, 05:12 nuzulfikrie Hi support, on cake 3.8 why `<?php echo _$this_->Html->css(array(`         `'/assets/global/plugins/bootstrap/bootstrap.min.css',`         `'assets/global/plugins/bootstrap-switch/bootstrap-switch.min.css',`         `'assets/apps/custom.css',`     `)); ?>`
# Dec 5th 2019, 05:07 kgb.acct.personal Bob
# Dec 5th 2019, 05:06 md.islam11 cake 3.8 = Red velvet
# Dec 5th 2019, 05:06 md.islam11 what will be the name of cakephp 4 .0 ?
# Dec 5th 2019, 03:34 admad @ndm settting -> advanced : check "format messages with markup". that will turn off that abomination
# Dec 4th 2019, 21:20 ndm Switching the debug kit connection to a DBMS that supports LIMIT in subqueries for the IN operator?
# Dec 4th 2019, 21:12 jslamka5685 Is there something I need to do, other than disabling DebugKit, that could fix this problem?
# Dec 4th 2019, 21:12 jslamka5685 I am working on dev on my local machine running MySQL 5.7. I keep receiving the error `Error: SQLSTATE[42000]: Syntax error or access violation: 1235 This version of MySQL doesn't yet support 'LIMIT and IN/ALL/ANY/SOME subquery'` in reference to DebugKit (ROOT/vendor/cakephp/debug_kit/src/ToolbarService.php, line 227).
# Dec 4th 2019, 20:51 dereuromark ;)
# Dec 4th 2019, 20:19 ndm OMG this stupid editor, I hope the people at Slack step on a bunch of legos and catch koala AIDS...
# Dec 4th 2019, 20:18 ndm The docs should probably use the `login` action as an example for allowing unauthenticated requests, not `view` and `index`.
# Dec 4th 2019, 20:06 rochasmarcelo Also you could use https://packagist.org/packages/cakedc/users#dev-9.next
# Dec 4th 2019, 20:05 rochasmarcelo ?
# Dec 4th 2019, 20:05 rochasmarcelo Have you followed the documentation pages https://book.cakephp.org/authentication/2/en/index.html%20https://book.cakephp.org/authorization/2/en/index.html
# Dec 4th 2019, 19:59 luizcmarin any suggestions please? I am researching some guidance, but I am a layman ....
# Dec 4th 2019, 19:46 luizcmarin authz = "No identity found. You can skip this check by configuring require Identity to be false." :triumph::,(
# Dec 4th 2019, 19:16 luizcmarin Hmmm ... installed. Thank you
# Dec 4th 2019, 19:14 admad You need to use 2.x-dev
# Dec 4th 2019, 19:13 admad There's no 2.0 release yet for authz lib.
# Dec 4th 2019, 19:13 luizcmarin Simple question (in theory): what do we have to use in cakephp 4.x (updated) for authentication (login / logout)?
# Dec 4th 2019, 19:06 slackebot2 <luizcmarin>
# Dec 4th 2019, 19:06 luizcmarin but.....
# Dec 4th 2019, 19:05 luizcmarin thanks you
# Dec 4th 2019, 18:53 waspinator use https://book.cakephp.org/4/en/tutorials-and-examples/blog-auth-example/auth.html
# Dec 4th 2019, 18:53 waspinator @luizcmarin it should still work, but it's deprecated
# Dec 4th 2019, 18:45 luizcmarin https://book.cakephp.org/4/en/tutorials-and-examples/blog-auth-example/auth.html
# Dec 4th 2019, 18:44 slackebot2 <luizcmarin>
# Dec 4th 2019, 18:44 luizcmarin please, this is OK for cake4? (RC2 et all)
# Dec 4th 2019, 17:29 devito Rules show, but validation errors do not although they are set in the entity
# Dec 4th 2019, 17:28 devito how do i get nested validation errors to appear on the form?
# Dec 4th 2019, 17:06 gianmarxgagliardi :it:
# Dec 4th 2019, 17:04 dereuromark :slightly_smiling_face:
# Dec 4th 2019, 16:59 gianmarxgagliardi wroooooooooooooooooooooooooo
# Dec 4th 2019, 16:59 ndm And when you use distinct/group to remove possible duplicates, you might come back to join @dereuromark’s "group by handling" trauma support group :)
# Dec 4th 2019, 16:54 ndm :tongue:
# Dec 4th 2019, 16:54 neon1024 Beaten to it! ;)
# Dec 4th 2019, 16:54 neon1024 I’d use the `notMatching()`..
# Dec 4th 2019, 16:54 ndm `$this->DogsCats->Dogs->find('list')->notMatching('DogsCats')` or `$this->DogsCats->Dogs->find('list')->notMatching('Cats')` https://book.cakephp.org/3/en/orm/retrieving-data-and-resultsets.html#using-notmatching