Log message #4056126

# At Username Text
# Jul 24th 2017, 12:45 hmic should
# Jul 24th 2017, 12:45 sonu_nk so hmic in cakephp3 every authentication and common method should come in middleware or i am wrong ?
# Jul 24th 2017, 12:45 hmic or use the modelAwareTrait trait the controllers use too to be able to use $this->loadModel() if you like that better.
# Jul 24th 2017, 12:43 sonu_nk honesly i was not aware about this...
# Jul 24th 2017, 12:43 sonu_nk hmic, you encourage me to use this middleware ..thanx to you..
# Jul 24th 2017, 12:43 hmic yes
# Jul 24th 2017, 12:42 sonu_nk should i create use Cake\ORM\TableRegistry; in my //In src/Middleware/VerifyApiKeysMiddleware.php to make a communication with DB ?
# Jul 24th 2017, 12:07 lorenzo ah ok
# Jul 24th 2017, 12:02 birdy247 but wanted to check if they are called
# Jul 24th 2017, 12:02 birdy247 I dont "need" to use the tableObjects on the through table for now
# Jul 24th 2017, 12:02 birdy247 No, I parked it
# Jul 24th 2017, 12:02 birdy247 Hey @lorenzo
# Jul 24th 2017, 12:02 lorenzo @birdy247 did you manage to make progress on your issue?
# Jul 24th 2017, 11:57 birdy247 :+1:
# Jul 24th 2017, 11:56 hmic in the form, probably. or match the name with what it expects
# Jul 24th 2017, 11:54 birdy247 ?
# Jul 24th 2017, 11:54 birdy247 default => $variable
# Jul 24th 2017, 11:54 neon1024 Pretty sick of this `Cake\Database\Exception: Cannot describe exit_links. It has 0 columns.`
# Jul 24th 2017, 11:52 hmic why dont you just set the data to a variable? :~
# Jul 24th 2017, 11:51 birdy247 Its just to set the defaults in a form with a multple select
# Jul 24th 2017, 11:50 hmic your answer be: using a middleware
# Jul 24th 2017, 11:49 hmic birdy247: why would you want to change a request?
# Jul 24th 2017, 11:49 birdy247 wondering how/if this can be done?
# Jul 24th 2017, 11:49 birdy247 but now on 3.4
# Jul 24th 2017, 11:49 birdy247 $this->request->data['race'] = $allRaces
# Jul 24th 2017, 11:49 birdy247 I used to do this
# Jul 24th 2017, 10:45 birdy247 has anyone used mapReduce before?
# Jul 24th 2017, 10:41 neon1024 I was under the impressions that loadFixtures populated the database
# Jul 24th 2017, 10:40 birdy247 mapReduce inimidates me
# Jul 24th 2017, 10:40 neon1024 Not sure why, https://pastebin.com/DzyQum5r
# Jul 24th 2017, 10:39 neon1024 PDOException: SQLSTATE[HY000]: General error: 1 no such table: articles
# Jul 24th 2017, 10:39 neon1024 You might be right about the datasource @hmic
# Jul 24th 2017, 10:36 birdy247 I want to get all payments, group them by the "created" date (the day it happened) and also provide a "count" and a "total" for each day
# Jul 24th 2017, 10:35 birdy247 I have a list of "payments"
# Jul 24th 2017, 10:35 birdy247 I *think* I need to use a map/reduce function
# Jul 24th 2017, 09:58 hmic this is: do something else, come back to it later...
# Jul 24th 2017, 09:56 neon1024 Guess I’ll just have to keep smashing my head against the desk until it starts working
# Jul 24th 2017, 09:55 neon1024 The problem is that the controller method is the key part of the plugin
# Jul 24th 2017, 09:54 hmic my 5ct are only: make sure you have a test datasource defined, and it actually works.
# Jul 24th 2017, 09:54 neon1024 Testing a controller should be easy, but it isn’t.
# Jul 24th 2017, 09:54 neon1024 I don’t really have the patience to battle the framework today