Log message #4219824

# At Username Text
# Dec 23rd 2019, 12:20 dereuromark I expect some community involvement as I have way too many plugins to do this on my own.
# Dec 23rd 2019, 12:20 dereuromark You can PR any such things and hope it is green to be released :)
# Dec 23rd 2019, 12:19 challgren or maybe switching from `4.x-dev as 4.0.0` to `^4.0`?
# Dec 23rd 2019, 12:17 challgren and idehelper
# Dec 23rd 2019, 12:17 challgren @dereuromark any word on queue being 4.x ready yet?
# Dec 23rd 2019, 12:08 ndm @john.zwarthoed "_doens't work_" could mean anything, a little more info on what exactly is happening might be helpful. That being said, it's probably either quoting or type related, ie the field either needs to be quoted (enable auto quoting, or quote the field manually via the drivers `quoteIdentifier()` method), or you need to specify a type for the binding (`gte('post_count', 2, 'integer')`), or both.
# Dec 23rd 2019, 11:57 megan @j.naiaretti Hi! Will pm you for more info regarding the CakePHP 4 training sign up issue
# Dec 23rd 2019, 11:43 john.zwarthoed @gianmarxgagliardi i gues you could use collections for that: https://book.cakephp.org/3/en/core-libraries/collections.html
# 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