Log message #4171027

# At Username Text
# Oct 9th 2018, 19:18 st.steinkuehler @zomb in my table class in method `validationDefault` I use something like this for regex validation: $validator->regex('code','/[0-9a-z]{6}/',__('Der URL-Code darf nur Kleinbuchstaben und Zahlen enthalten.')); see also https://api.cakephp.org/3.6/class-Cake.Validation.Validator.html#_regex
# Oct 9th 2018, 18:11 kitcat711_ I use the .htaccess for some 301 redirection occasionnaly (a part of my app is a forum and I change some slugs from time to time for GG)
# Oct 9th 2018, 18:10 kitcat711_ thanks
# Oct 9th 2018, 16:25 admad and the url rewriting rules should go directly into your apache config if you have access to ti
# Oct 9th 2018, 16:24 admad setting server's document root to `webroot` is what everyone SHOULD do
# Oct 9th 2018, 15:38 josbeir it should not be in there.
# Oct 9th 2018, 15:07 kitcat711_ hey there, Using cake 3 with git, do we have any good reason to put webroot/.htaccess inside the gitignore?
# Oct 9th 2018, 13:43 josbeir probably safest
# Oct 9th 2018, 13:42 neon1024 Think I’m going to ajax for it on an ad-hoc basis, as the info is behind a user interaction
# Oct 9th 2018, 13:39 josbeir i wouldn't mind if the logic behind it portable tho
# Oct 9th 2018, 13:38 josbeir its idd quickest to go for a mutator
# Oct 9th 2018, 13:37 josbeir @neon1024 interesting question
# Oct 9th 2018, 13:18 ondrej.nedvidek Ok, good idea with the middle layer .. I will try, thank you.
# Oct 9th 2018, 13:18 neon1024 Doesn’t feel right with me having an entity connect to a web service
# Oct 9th 2018, 13:18 neon1024 Could I use a mutator?
# Oct 9th 2018, 13:17 neon1024 Anyone have a neat way of loading additional data into an entity via a web service call?
# Oct 9th 2018, 13:14 neon1024 https://github.com/cakephp/cakephp/blob/master/src/Error/Middleware/ErrorHandlerMiddleware.php#L106-L131
# Oct 9th 2018, 13:12 neon1024 I’d use a custom ErrorHandlerMiddleware and catch the MissingRouteException
# Oct 9th 2018, 12:35 slackebot solution for this. Let me know if problem is clear ? Any idea ? Thank you
# Oct 9th 2018, 12:35 ondrej.nedvidek Hi there. I have problem when redirecting to subdomain for certain /page/* and want to pass also all after /page/* to new subdomain. I can not use nginx/apache solution as I want to pass this to 'subdomain' only if no of 'routes' above this redirect will catch the request. As there is possibility that in future some pages will be server on main domain. I would prefer to avoid pure PHP solution, but at the moment I can not see other
# Oct 9th 2018, 11:29 neon1024 Interesting that it’s possible to break DebugKit by setting a header of `'X-Frame-Options: deny'`
# Oct 9th 2018, 10:25 neon1024 What protocol are you currently using?
# Oct 9th 2018, 10:22 johnwayne @neon1024 But how to update
# Oct 9th 2018, 10:11 neon1024 https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/426
# Oct 9th 2018, 09:59 johnwayne node.js is updated, npm, yarn, composer, php...
# Oct 9th 2018, 09:58 johnwayne My local API (Swagger) works normally, but if I call that endpoint in cakephp then I am getting this error
# Oct 9th 2018, 09:58 slackebot => [ 'Server' => [ (int) 0 => 'WebSocket++/0.5.1' ] ] [protected] headerNames => [ 'server' => 'Server' ] [private] protocol => '1.1' [private] stream => object(Zend\Diactoros\Stream) { [protected] resource => resource [protected] stream => 'php://memory' } } ```
# Oct 9th 2018, 09:58 johnwayne can anybody help me with this problem ``` object(Cake\Http\Client\Response) { [protected] code => (int) 426 [protected] reasonPhrase => 'Upgrade Required' [protected] _xml => null [protected] _json => null [protected] _exposedProperties => [ 'cookies' => '_cookies', 'body' => '_getBody', 'code' => 'code', 'json' => '_getJson', 'xml' => '_getXml', 'headers' => '_getHeaders' ] [protected] _cookies => [] [protected] headers
# Oct 9th 2018, 09:57 rudy1976s because actually it does not retrieve nothing
# Oct 9th 2018, 09:56 rudy1976s is it correct to use this on a query contain ? I am using the following to find translation on associated : 'Seo' => function($q) { return $q->find('translations'); },
# Oct 9th 2018, 09:56 rudy1976s I am working to try to retrieve translations on associations with contains
# Oct 9th 2018, 09:55 rudy1976s good morning to all !!!!
# Oct 9th 2018, 09:46 rrd564 @neon1024 uksort saved my day. Thanks :slightly_smiling_face:
# Oct 9th 2018, 09:39 neon1024 I mean, if you’d put that into Google instead of Slack, you’d be there by now!
# Oct 9th 2018, 09:39 neon1024 http://php.net/manual/en/language.exceptions.php
# Oct 9th 2018, 09:38 neon1024 Use `try`
# Oct 9th 2018, 09:29 blancessanchez30 how to catch an exception?
# Oct 9th 2018, 09:24 rrd564 thanks
# Oct 9th 2018, 09:24 rrd564 hm, even better
# Oct 9th 2018, 09:23 neon1024 Then I could preserve the content and deal with the sorting just by index
# Oct 9th 2018, 09:23 rrd564 Thanks for the hint, let's see where I iwll ended up :slightly_smiling_face: