Log message #4132919

# At Username Text
# Apr 16th 2018, 19:34 bravo-kernel like I said, I'm on board with you on this one, uneducated but nevertheless :relaxed:
# Apr 16th 2018, 19:33 dereuromark not exactly unexpected if I warned about these issues for several weeks now prior to the stable release :slightly_smiling_face:
# Apr 16th 2018, 19:33 bravo-kernel amazingly unexpected as well to be honest
# Apr 16th 2018, 19:32 bravo-kernel well, at least that's clear now
# Apr 16th 2018, 19:31 dereuromark @bravo-kernel see the core PR or mine and the explanations, yeah plugins face a huge issue now for maintenance and usage.
# Apr 16th 2018, 19:30 wyrihaximus @bravo-kernel it's the websocket, async orm, and a reactphp http server plugin I'm working on
# Apr 16th 2018, 19:30 bravo-kernel obviously pun intended, no harm done TOC
# Apr 16th 2018, 19:30 bravo-kernel ;)
# Apr 16th 2018, 19:30 bravo-kernel aha, now it makes sense for me, the simple userland boy, haha
# Apr 16th 2018, 19:29 wyrihaximus @bravo-kernel true, but they are WIP and rather specialists
# Apr 16th 2018, 19:29 bravo-kernel am I getting this right that patches would need to be done for both releases?
# Apr 16th 2018, 19:29 dereuromark I am talking about a crapload of https://github.com/dereuromark/cakephp-geo/pull/38/files#r181857530 going to happen (or not to happen) now.
# Apr 16th 2018, 19:29 bravo-kernel But those would then not work with 3.6< right?
# Apr 16th 2018, 19:28 wyrihaximus Just bumped some of my WIP plugins to 3.6 =D
# Apr 16th 2018, 19:28 bravo-kernel unless I am totally misunderstanding what's happening here :scream:
# Apr 16th 2018, 19:28 bravo-kernel I'm on board with @dereuromark here, does not make sense to do pre-35
# Apr 16th 2018, 19:22 dereuromark i dislike it too, thus https://github.com/cakephp/cakephp/pull/11889 to solve it cleanly
# Apr 16th 2018, 19:22 wyrihaximus True, but I'd dislike to ignore deprecation warnings ;)
# Apr 16th 2018, 19:21 dereuromark all plugins are by default and design 3.6 compatible :slightly_smiling_face:
# Apr 16th 2018, 19:20 dereuromark I am gonna add this into all READMEs: "make sure you disable E_USER.. in your app config, as these plugins want to support also 3.5, and thus we cannot make a nonsense 3.6 only version release here only to please the non-opt-in deprecations"
# Apr 16th 2018, 19:20 wyrihaximus @dereuromark are you working to make your tags plugin compatible with CakePHP 3.6 or would you like a PR?
# Apr 16th 2018, 19:04 meder I disabled cakedc config/routes.php $routes->connect('/Users' from using the fallback routes and removed the default /login and /logout routes. is there a reason why i can still access /users/users/login ?
# Apr 16th 2018, 18:54 wyrihaximus Might be something in the database layer
# Apr 16th 2018, 18:52 wyrihaximus Issue is no errors what so ever xD
# Apr 16th 2018, 18:47 meder nice
# Apr 16th 2018, 18:29 wyrihaximus Yay spent most of this evening updating to 3.6, just one route that is acting up =X
# Apr 16th 2018, 17:05 jfranger Is it possible to do hasMany or belongsToMany associations using complex join conditions. I have a many-to-many table that has foreign keys that could be 0 (representing a match of all records of the table it's related to), so I need to do a something like JOIN ON (Table1.id IN (0, Table2.table1_id))
# Apr 16th 2018, 16:41 _Schlaefer s/preferred/preconfigured/ 8-) ;-)
# Apr 16th 2018, 16:39 veeetle It’s a bit bigger than I’d like it, but whatever, it works pretty well
# Apr 16th 2018, 16:39 veeetle I couldn’t get any of the standard PHP images working for us, so I created my own based on the Ubuntu-image
# Apr 16th 2018, 16:35 _Schlaefer Hi. Is there a preferred docker imager for CakePHP 3 testing (contributing to the core and test changes before PR)?
# Apr 16th 2018, 16:11 obinoob How can I register the recaptcha helper?
# Apr 16th 2018, 16:06 obinoob I already used a gazillion of plugins I'm pretty sure I'm doing everything right, I can only blame this line https://github.com/agiletechvn/Recaptcha/blob/master/src/Controller/Component/RecaptchaComponent.php#L40
# Apr 16th 2018, 16:02 obinoob Anyone ever used https://github.com/agiletechvn/Recaptcha I'm getting Missing Helper Cake\View\Exception\MissingHelperException
# Apr 16th 2018, 15:26 meder http://dpaste.com/3HZ61YM how do I make these optional? i also tried 'on' => function($context) { return !empty($context['data']['alias']); }
# Apr 16th 2018, 15:03 neon1024 Some good points @dereuromark :thumbsup:
# Apr 16th 2018, 14:52 neon1024 @dereuromark Thanks I’ll take a read
# Apr 16th 2018, 14:47 glanceded Do you know anything about this error?
# Apr 16th 2018, 14:47 slackebot2 the details again it will get you a csrf error
# Apr 16th 2018, 14:47 glanceded Hello guys. I have a problem with my cakephp 2 application. With the SecurityComponent basically. These is what is happening: I have 2 pages: index and login. On index page there is a log in form and on login page there's also a log in form. If you enter the wrong details on the index page, it makes a post to log in page where the request is checked and return a message: can't log in. Now the csrf token is not refreshed and if you enter
# Apr 16th 2018, 14:46 dereuromark neon1024: Destroying the plugin-ecosystem how it worked so far is far worse IMO. It already started with bootstrap-ui and co.