Log message #4219816

# At Username Text
# Dec 23rd 2019, 11:42 gianmarxgagliardi I should make a multiple listing. where two fields have the same values in common. For example, if I enter Inter, Milan, Juve they will have nationality_season (nazionalita_campionato) and series_season (serie_campionato) as common fields. Furthermore, the user should decide on the number of advertisements to be made. *can I find something to help me do this in the documentation?*
# Dec 23rd 2019, 11:36 rochasmarcelo It seems your table does not includes the method (finder) findAuth
# Dec 23rd 2019, 11:22 john.zwarthoed ```->having(['"post_count" >= 2'])``` works, but ```->having([$query->newExpr()->gte('post_count', 2)])``` doesnt
# Dec 23rd 2019, 11:21 john.zwarthoed Their docs say using having on a field alias is possible
# Dec 23rd 2019, 11:21 john.zwarthoed Any ideas why sqlite does not work?
# Dec 23rd 2019, 11:20 john.zwarthoed Wrote a test that passes for sql server and postgress but can’t get it working for sqlite
# Dec 23rd 2019, 11:19 john.zwarthoed Hi, i’m trying to fix an issue where using Having on an aggregated field won’t work: https://github.com/cakephp/cakephp/pull/14057
# Dec 23rd 2019, 11:03 admad @megan ^
# Dec 23rd 2019, 10:48 j.naiaretti Hi, I can’t seem to sign up to register for the Cake4 training. Looks like some bug with the form…
# Dec 23rd 2019, 10:18 challgren Evening
# Dec 23rd 2019, 09:00 alexdd55976 morning
# Dec 23rd 2019, 08:13 gianmarxgagliardi morning
# Dec 23rd 2019, 05:07 nuzulfikrie suddenly admin account cannot gain access. this so frustrating
# Dec 23rd 2019, 05:06 nuzulfikrie i am trying to debug ACL related bugs here. suddenly being locked out. how do figure out the aco -> aro linkage?
# Dec 23rd 2019, 05:06 nuzulfikrie hi all,
# Dec 23rd 2019, 04:30 challgren Android 4.2.2 is so old that I wouldn't worry about it, but seek angular support if you want to fix it
# Dec 23rd 2019, 03:25 chan In my cakephp 2 application, also include angular js, this angular js not work on android version 4.2.2. how to resolve to work this angular js?
# Dec 22nd 2019, 23:36 dsar Themes are plugins in CakePHP
# Dec 22nd 2019, 23:36 Isaac yeah i have seem this, but i do not want to do a plugin....
# Dec 22nd 2019, 23:34 dsar https://book.cakephp.org/4/en/views/themes.html
# Dec 22nd 2019, 23:33 Isaac Hello. Maybe someone can help me, i am new to cakephp... And i want to use a diffrent css theme/template like adminlte..... But how can i migrate these? I did not find some instruction for these?
# Dec 22nd 2019, 23:29 dsar Plus, javascript frameworks (and everything js-related) are not stable for long term solutions. They easily get out of fashion and often rewritten from scratch because of new cool features of javascript
# Dec 22nd 2019, 23:25 dsar I don't like that some small applications may require 1-2gb of modules dependencies of nodejs
# Dec 22nd 2019, 22:17 raisen I think the initial approach for modernization of the current codebase would be to separate all the backend logic into an API server
# Dec 22nd 2019, 22:16 raisen I agree. It was just a general question. I've been working on an old web application which has been going through some refactoring but stopped at Cake 2.
# Dec 22nd 2019, 22:07 kevin.pfeifer i think that depends on which problems you try to solve^^ NodeJS is definitely on the rise, thats for sure, but its not the "ultimate" solution to all our problems (in my opinion)
# Dec 22nd 2019, 21:51 raisen where is everyone going nowadays? nodejs?
# Dec 22nd 2019, 21:50 raisen hi there, cakephp fellowers. this channel used to have way more people
# Dec 22nd 2019, 21:08 kevin.pfeifer Anyone having problems with current `^4.0` cakephp and debugkit regarding $_SESSION not defined when debug mode is active and you try to delete an entry from one of your tables/models?
# Dec 22nd 2019, 20:16 savant you can set route scopes on particular subdomains: https://book.cakephp.org/4/en/development/routing.html#matching-specific-hostnames
# Dec 22nd 2019, 20:16 savant @mocelle that should be fine
# Dec 22nd 2019, 18:59 mocelle Hi to all. Is It posible to use CakePHP for multidomain application? For example: I have two domains and want use one application.
# Dec 22nd 2019, 18:56 kailas for what it’s worth, i changed it from “auth” to “all” (after looking through the code) and things seem to work now, however, it’s not clear to me exactly what’s happening
# Dec 22nd 2019, 16:01 slackebot i’m not sure what this means. can someone point me in the right direction?
# Dec 22nd 2019, 16:01 kailas I’m trying to use the CakeDC.Users plugin with a custom Users model (SiteUsers). I’ve copied the entity code from CakeDC/Users to my SiteUsers entity, and used the users.php file from cakede/users/config as my default users.php in my /config directory. when i go to my site i get the login page, but when i try to login, i get the error : Unknown finder method “auth”. i see under Auth.authenticate.all, finder is set to ‘auth’, but
# Dec 22nd 2019, 15:34 luizcmarin thanks you @ndm it's ok
# Dec 22nd 2019, 15:23 challgren Hmm looks like option output is spilling into the `migration migrate` command `Dumps the current schema of the database to be used while baking a diff` seems out of place
# Dec 22nd 2019, 15:22 ndm @luizcmarin In your action via the view builder (`$this->viewBuilder()->setLayout()`), in your template via the `$layout` property (`$this->layout = ...`). https://book.cakephp.org/4/en/views.html#layouts
# Dec 22nd 2019, 15:21 challgren Hmm not sure what repo to submit this too
# Dec 22nd 2019, 15:20 luizcmarin @ndm "or disable/exchange the layout for your login action/template.". How?
# Dec 22nd 2019, 15:09 ndm Either hide them based on the authentication status (https://book.cakephp.org/authentication/2/en/view-helper.html), or disable/exchange the layout for your login action/template.