Log message #3956976

# At Username Text
# Dec 9th 2016, 21:32 slackebot Command sent from Slack by savant:
# Dec 9th 2016, 21:32 Seaker ok .. try to do so .. haven't used gist yet .. will try
# Dec 9th 2016, 21:32 Seaker yep ;) i have read in one "issue" topic in git that you can be found here :D
# Dec 9th 2016, 21:32 savant - entire table class - your controller - the template
# Dec 9th 2016, 21:32 savant can you gist the following:
# Dec 9th 2016, 21:32 savant oh hey thats me
# Dec 9th 2016, 21:31 Seaker josegonzalez/cakephp-upload
# Dec 9th 2016, 21:31 Seaker is there any special config to do or naming so that the plugin recognized data from input:multiple=true
# Dec 9th 2016, 21:31 savant seaker: what plugin are you using, can you link to it?
# Dec 9th 2016, 21:31 Seaker but multiple files are not transferred to the destination (uploaded). saving to database is fine (I have modified the controller method and split the array comming from the input field)
# Dec 9th 2016, 21:30 Seaker single files are fine
# Dec 9th 2016, 21:30 Seaker I have.a question on uploading multiple files at once with the upload-pluginm
# Dec 9th 2016, 21:28 savant http://josediazgonzalez.com/2016/12/09/saving-custom-post-types/
# Dec 9th 2016, 21:28 savant CakeAdvent 2016 followers! Here is today’s post, which covers saving custom post types to our database using a few more listeners. Also shows how to automatically attach a record to the currently logged in user. Enjoy!
# Dec 9th 2016, 21:27 savant hi
# Dec 9th 2016, 21:24 Seaker Hi
# Dec 9th 2016, 20:17 hdon ok that's not the problem i was having
# Dec 9th 2016, 20:11 hdon uh... are you a bot, slackebot?
# Dec 9th 2016, 20:00 cjohnson another one that I have to fight sometimes is xcache
# Dec 9th 2016, 20:00 cjohnson or it’s browser cache
# Dec 9th 2016, 20:00 cjohnson maybe you are doing some custom caching
# Dec 9th 2016, 19:43 hdon hi all :) i'm using cakephp2 and one of my views is being cached. i delete all the files in my cache dir (and see them reappear when i reload the page) but it doesn't change anything. i did a tcpdump to see if my configuration could have been contacting a memcache or something somewhere. no such luck. any ideas?
# Dec 9th 2016, 18:00 spriz Have fun n
# Dec 9th 2016, 18:00 spriz It should:thinking_face:
# Dec 9th 2016, 18:00 ceeram sushi time actually, laterz
# Dec 9th 2016, 18:00 ceeram nvm, hometime
# Dec 9th 2016, 18:00 ceeram i meant does the book say anything about you shutting up?
# Dec 9th 2016, 18:00 spriz That's the only thing the books says in this case :,),:),:)
# Dec 9th 2016, 17:59 spriz Look at the alert/info box on the link I just sent :)
# Dec 9th 2016, 17:59 ceeram does the book say anything about that too?
# Dec 9th 2016, 17:59 spriz I'll just shut up now:face_with_rolling_eyes:
# Dec 9th 2016, 17:59 spriz Ffs - didn't read his follow up....
# Dec 9th 2016, 17:59 ceeram i know
# Dec 9th 2016, 17:58 spriz 6:38 @ceeram :b
# Dec 9th 2016, 17:58 spriz Hehe, that would surprise me ,:) it was an answer to his answer to my question :D
# Dec 9th 2016, 17:57 ceeram book states he should not keep quiet?
# Dec 9th 2016, 17:57 spriz http://book.cakephp.org/3.0/en/development/routing.html#url-inflection-for-resource-routes
# Dec 9th 2016, 17:56 spriz @admad: the book states the opposite :thinking_face:
# Dec 9th 2016, 17:52 admad perhaps i should just keep quite today
# Dec 9th 2016, 17:52 admad Neon1024: sorry, earlier even though you linked cakedc/search my mind read it as foc/search and i responded accordingly :slightly_smiling_face:
# Dec 9th 2016, 17:43 pbaire Hi! I was looking at dbosource file from cake 2.x [ ref https://github.com/cakephp/cakephp/blob/2.x/lib/Cake/Model/Datasource/DboSource.php#L3261�], anybody knows why the design of insertMulti prepares a single statement and then make an execute for every inserted record instead of preparing a unique statement with all values that it can be executed later and in one-shot?