Log message #3943328

# At Username Text
# Oct 6th 2016, 14:29 dereuromark Resulting in "No provider ID specified."
# Oct 6th 2016, 14:28 dereuromark looks like it doesnt like my setup, always ends up in the auth class with 'OpenID' => [ 'enabled' => true] Even though my setup specifically says Github
# Oct 6th 2016, 14:26 admad i have only used FB and twitter so no idea how hybridauth uses external adapter
# Oct 6th 2016, 14:26 admad @dereuromark the github adapter should be usable through composer right?
# Oct 6th 2016, 14:13 dereuromark looks like github is not included by default, and seems to have to be copied into the repo or sth to be found
# Oct 6th 2016, 14:07 dereuromark @admad or alike: Did any of you connect HybridAuth plugin with github yet? The docs seem to not have an example of the minimal config here
# Oct 6th 2016, 13:43 admad why didn't you just try? :slightly_smiling_face:
# Oct 6th 2016, 13:39 admad @neothermic it won't if you pre-populate :slightly_smiling_face:
# Oct 6th 2016, 13:32 neothermic WRT making a char36 and cake auto-populating it with a UUID, can you turn that auto-populate behaviour off?
# Oct 6th 2016, 13:17 hmic charolastra, as said, its quite a litte more then that
# Oct 6th 2016, 13:12 charolastra that looks like overkill for a simple upload
# Oct 6th 2016, 12:58 ypnos francky06l: great to hear
# Oct 6th 2016, 12:55 burzum While it could be used as simple "uploader" (there is no "uploader", just handling uploads and storing them somewhere ;))
# Oct 6th 2016, 12:55 burzum Just in case you want to avoid duplicates with file storage you'll need to explicitly check for them. It does a bunch of other "smart" things as well to avoid collisions and performance issues. It is actually more than just a simple uploader, it's a whole storage concept and system.
# Oct 6th 2016, 12:53 flangofas it hashes the filenames
# Oct 6th 2016, 12:53 flangofas i've used https://github.com/burzum/cakephp-file-storage
# Oct 6th 2016, 12:48 charolastra is josegonzalez/cakephp-upload recommeded? cause it doesn't seem to handle same filenames and simply overwrites. any other recommendations?
# Oct 6th 2016, 12:40 francky06l ypnos: made a behavior for this, works perfect thanks again
# Oct 6th 2016, 12:20 spriz ours pass on 3.3.3 but fails on 3.3.4
# Oct 6th 2016, 12:20 spriz anyone else had problems with integration tests and Footprint since 3.3.4? :P
# Oct 6th 2016, 12:16 aneh thnx @ndm and @flangofas :slightly_smiling_face:
# Oct 6th 2016, 12:11 ndm Doesn't matter if your action doesn't need it, the helper does.
# Oct 6th 2016, 12:10 ndm http://book.cakephp.org/3.0/en/development/routing.html#passing-parameters-to-action
# Oct 6th 2016, 12:10 ndm @aneh You must mark the `cat` element as to be passed, ie in the routes options `'pass' => ['cat']`
# Oct 6th 2016, 12:08 flangofas http://book.cakephp.org/3.0/en/views/helpers/paginator.html#creating-jump-links
# Oct 6th 2016, 11:59 aneh Hi, i need a your help with pagination plz check my qus on stackoverflow: http://stackoverflow.com/questions/39871520/cakephp-3-custom-route-in-pagination thanks thanks
# Oct 6th 2016, 11:20 francky06l ypnos: yes like linux tab .. easy !
# Oct 6th 2016, 11:18 ypnos idk, press y<tab>? ;)
# Oct 6th 2016, 11:17 francky06l ypnos: thanks I am back on it ..( Damn I do not remember the IRC shortcut for putting your name in from of the message) :)
# Oct 6th 2016, 11:13 bhaskartripathi Thanks @yonos
# Oct 6th 2016, 11:13 ypnos bhaskartripathi: the ORM layer basically needs to be redone in any case
# Oct 6th 2016, 11:12 ypnos bhaskartripathi: it depends on the code and design quality of your old code. mine was so bad that I gave up on migration and restarted from scratch
# Oct 6th 2016, 11:12 ypnos francky06l: as in the main model you can unset the related elements... as in my example code
# Oct 6th 2016, 11:11 ypnos francky06l: I had said you have to do this in the users/clients model.. NOT in the associated model :)
# Oct 6th 2016, 11:11 birdy247 Super sweet exception :)
# Oct 6th 2016, 11:11 bhaskartripathi which approach is best 1. migration 2. start from scratch in cakephp3
# Oct 6th 2016, 11:11 birdy247 The afterSave event in "App\Model\Table\RatesTimesheetsTable" is aborting the transaction before the save process is done.
# Oct 6th 2016, 11:10 ypnos great bhaskartripathi
# Oct 6th 2016, 11:09 bhaskartripathi hi, my website is in cakephp2 and i want to upgrade it to cakephp3
# Oct 6th 2016, 11:06 maikh dumbass
# Oct 6th 2016, 11:06 maikh ok... found my fault... :P