Log message #4113393

# At Username Text
# Feb 1st 2018, 10:58 turkles How can I describe this relationship properly - A Player can join many clans, one after another, but only one at a time. I have Player belongsToMany Clans through PlayerClans. But I also have a clan_id in the player table which is the current clan.
# Feb 1st 2018, 10:40 ooskar1233 not too hard to migrate and get used to, though; I always been hacking bootstrap 3 to make the freaking flexboxes working
# Feb 1st 2018, 10:39 ooskar1233 basiaclly took flexbox on the 1st place
# Feb 1st 2018, 10:38 neon1024 Has v4 of Bootstrap changed a lot? I’ve not looked into it yet
# Feb 1st 2018, 09:58 birdy247 :slightly_smiling_face:
# Feb 1st 2018, 09:58 dereuromark birdy: did you try to look into the repo and look for open PRs?
# Feb 1st 2018, 09:58 birdy247 @neon1024 morning
# Feb 1st 2018, 09:58 birdy247 Hi, Are there any plans to make a bootstrap 4 FOC plugin branch?
# Feb 1st 2018, 09:49 neon1024 Morning all
# Feb 1st 2018, 09:07 ooskar1233 No problem, glad I could help. Cheers
# Feb 1st 2018, 09:06 dereuromark gsitex: use latest version of the IDE and it should be fine
# Feb 1st 2018, 09:05 hippo I'll have a go at it tomorrow again. Thanks for your help Oskar! <3
# Feb 1st 2018, 09:05 hippo Okay, that last suggestion gave me a different error that I think leads me into a good direction.
# Feb 1st 2018, 08:58 ooskar1233 ...or `relationships: country` to `countries`
# Feb 1st 2018, 08:57 ooskar1233 try also changing `type` to `country` maybe
# Feb 1st 2018, 08:55 hippo I have a `$this->belongsTo('Countries');` already.. Let me try remove the function to see if it makes a difference.
# Feb 1st 2018, 08:47 ooskar1233 @hippo something like ```php public function initialize(array $config) { $this->belongsTo('Country'); } ```
# Feb 1st 2018, 08:45 ooskar1233 @hippo you can safely remove all the `add` method, but you should add relationship in your `AddressTable`
# Feb 1st 2018, 08:38 hmic in this particular case i'm opting to orWhere() with 2 and 3 as the arguments now, as it's a QnD hack. but i'm rather desperate on the correct solution :/
# Feb 1st 2018, 08:38 hmic options?!
# Feb 1st 2018, 08:38 hmic but it does not match the "type" alias of the field either, even ->where(['SUBSTRING(Companies.type, 3, 1) IN' => [2, 3]], ['SUBSTRING(Companies.type, 3, 1) IN' => 'array']) does not match the field
# Feb 1st 2018, 08:37 hmic so i tried to hint it like: ->where(['SUBSTRING(Companies.type, 3, 1) as type IN' => [2, 3]], ['type' => 'array'])
# Feb 1st 2018, 08:37 hmic cake does guess the type of my arguments wrong (the IN array part)
# Feb 1st 2018, 08:36 hmic in this ->where(['SUBSTRING(Companies.type, 3, 1) as type IN' => [2, 3]])
# Feb 1st 2018, 08:36 hmic admad: getting more serious questions now :O
# Feb 1st 2018, 08:34 hippo Could you maybe have a quick look at the snippet and see if anything wrong jumps out when you get a minute :)
# Feb 1st 2018, 08:32 admad hmic: that seems to be the answer :slightly_smiling_face:
# Feb 1st 2018, 08:32 hippo @ooskar1233 Yeah, I'm not sure why it's not saving my relationship
# Feb 1st 2018, 08:21 hmic $this->setConnection(\Cake\Datasource\ConnectionManager::get('datasource-name');
# Feb 1st 2018, 08:16 hmic stupid question: how to make a table use a different datasource? - cake3
# Feb 1st 2018, 07:33 ooskar1233 @hippo I am using it, if you still have some trouble let me know
# Feb 1st 2018, 04:16 hippo File uploaded https://cakesf.slack.com/files/U0U45PUA1/F91F7JHUZ/-.txt / https://slack-files.com/T053DPNCM-F91F7JHUZ-f7809c5309 - Anyone here used the CRUD JSON API yet? Struggling to create an entry with a relationship.
# Feb 1st 2018, 03:28 spencdev Is it returning a bool or int?
# Feb 1st 2018, 02:46 gsitex This is a default method ``` public function main() { $this->out($this->OptionParser->help()); } ```
# Feb 1st 2018, 02:46 gsitex File uploaded https://cakesf.slack.com/files/U1VHNK3G8/F920PSB1S/error5.jpg / https://slack-files.com/T053DPNCM-F920PSB1S-1909c07411
# Feb 1st 2018, 02:45 gsitex I got a strange behavior in my custom Shell classes with main() method. My IDE is not liking it :(
# Feb 1st 2018, 02:43 gsitex Hey people!
# Feb 1st 2018, 01:17 dereuromark @ank068 check your app.php config and if all session configs are there, sounds like there might be sth missing
# Jan 31st 2018, 23:43 meder oh god, n/m
# Jan 31st 2018, 23:35 meder i'm calling $this->paginate with a controller and that's when it gets thrown
# Jan 31st 2018, 23:34 meder how can I easily catch/test for "Impossible to generate condition with empty list of values for field " before the exception gets thrown?