Log message #4219840

# At Username Text
# Dec 23rd 2019, 13:06 dereuromark ah ok
# Dec 23rd 2019, 13:02 challgren Yeah its a giant circle jerk of a plugin needs 4.x-dev but we want to install ^4.0
# Dec 23rd 2019, 13:01 challgren Ok so prefer-lowest is going to fail since 3 plugins are linked to each other
# Dec 23rd 2019, 12:58 challgren PRs submitted
# Dec 23rd 2019, 12:51 john.zwarthoed Ah yes that was it, thanks :thumbsup:
# Dec 23rd 2019, 12:47 ndm Then it's very possibly type related. If you don't specify a type, then the value is being bound as a string.
# Dec 23rd 2019, 12:37 john.zwarthoed @ndm
# Dec 23rd 2019, 12:37 john.zwarthoed When i print the query before executing it looks all ok
# Dec 23rd 2019, 12:37 john.zwarthoed The query executed doesn’t return the expected result, but it does not give an exception.
# Dec 23rd 2019, 12:22 challgren Ive been hearing a lot about router and plugins causing issues in 3.8 and 4.0
# Dec 23rd 2019, 12:22 dereuromark https://github.com/cakephp/cakephp/issues/13997 is basically whats blocking me.
# Dec 23rd 2019, 12:22 dereuromark yeah, email is missing. I havent tried the new email topic of cake4 yet.
# Dec 23rd 2019, 12:21 challgren I think queue still needs help with email stuff but I cant even load it into a project
# Dec 23rd 2019, 12:21 dereuromark I still have failing 3.x tests since last release for some reason, those regressions kind of block me moving foward in 4.x as well (not sure how and what needs to be merged over)
# Dec 23rd 2019, 12:21 challgren Ok, I’ll do the PRs
# Dec 23rd 2019, 12:20 challgren No plugin to manage the plugins? :P
# 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?