Log message #4019403

# At Username Text
# Apr 21st 2017, 19:17 ra7bi @nemmons Thanks
# Apr 21st 2017, 19:09 nemmons ra7bi check out https://book.cakephp.org/3.0/en/views/helpers/form.html#customizing-the-templates-formhelper-uses
# Apr 21st 2017, 19:01 ra7bi i want to add custom css and javascript to all input and select menu
# Apr 21st 2017, 19:00 ra7bi how i can overwrite the output of ```$this->Form->input```
# Apr 21st 2017, 19:00 ra7bi hey
# Apr 21st 2017, 18:59 nemmons @junior you need to do a merge request on https://github.com/UseMuffin/Footprint> not <https://github.com/nemmons/Footprint
# Apr 21st 2017, 18:58 chrisso the chmod? (I'm very new to deploying)
# Apr 21st 2017, 18:57 chrisso what should be a part of my deployment script?
# Apr 21st 2017, 18:57 nemmons lol why is the PR on *my* fork of Footprint?
# Apr 21st 2017, 18:57 dereuromark should be part of your deployment script
# Apr 21st 2017, 18:55 chrisso Have anyone experienced `bin/cake: denied permission` when you pull changes from repo to prod. server? So annoying to chmod bin/cake after every pull.
# Apr 21st 2017, 18:25 junior @admad , created PR at: https://github.com/nemmons/Footprint/pull/1
# Apr 21st 2017, 17:24 hmic :-(
# Apr 21st 2017, 17:24 hmic it's a shame!
# Apr 21st 2017, 17:23 hmic admad: have you seen his paste?
# Apr 21st 2017, 17:20 admad "no wonder this spits on you!" LOL
# Apr 21st 2017, 16:25 Dinossaur @hmic thanks for trying... I'll go back to 3.1, for now...
# Apr 21st 2017, 16:23 watermark I know you're right, but not sure being right matters here
# Apr 21st 2017, 16:23 hmic thats the proper solution to the problem.
# Apr 21st 2017, 16:22 watermark no, that is logical, it won't work
# Apr 21st 2017, 16:21 hmic set the clock correct and set the alarms 10 mins before the events
# Apr 21st 2017, 16:21 watermark so, slightly off topic, my boss just said we cannot use two factor totp because he wants to set the clock on his phone 10 minutes fast so he's not late to things. What do?
# Apr 21st 2017, 16:20 hmic *shudder*
# Apr 21st 2017, 16:20 hmic there is lots of things that need to be fixed
# Apr 21st 2017, 16:19 Dinossaur Literal queries was done on my first encounter with CakePHP. I just had not learn ORM then. Not escaping was a blunder. I'll fix it
# Apr 21st 2017, 16:15 hmic are you kiding me?
# Apr 21st 2017, 16:15 hmic $conn->execute($query);
# Apr 21st 2017, 16:15 hmic );
# Apr 21st 2017, 16:15 hmic $_SERVER['clienteDominio']
# Apr 21st 2017, 16:15 hmic $req->query['Usuario_id'],
# Apr 21st 2017, 16:15 hmic $entity->id,
# Apr 21st 2017, 16:15 hmic you use literal queries with user data, not escaping it at all, not binding the values at least and not using the orm in the same function for no reason? $query = sprintf("insert ignore into sis_usuario_perfil (Perfil_id,Usuario_id,Cliente_id) values (%d,%d,%d)",
# Apr 21st 2017, 16:15 Dinossaur sorry... I'm not sure what is "super globals from a tables callback function"...
# Apr 21st 2017, 16:14 Dinossaur https://thepasteb.in/p/vghOxz56BZof3
# Apr 21st 2017, 16:14 hmic no wonder this spits on you!
# Apr 21st 2017, 16:14 hmic you are setting super globals from a tables callback function?
# Apr 21st 2017, 16:14 hmic $_SERVER['ENTITY'] = $entity;
# Apr 21st 2017, 16:14 hmic you know what, that code is really really bad! check this: if (isset($req->query['Usuario_id'])) {
# Apr 21st 2017, 16:12 hmic can you show the query from UsersController line 147?
# Apr 21st 2017, 16:08 Dinossaur @hmic i made the changes, but the error persists as before.
# Apr 21st 2017, 16:06 hmic probably you just need to add the behaviour after setting the tablename and alias, so move that line further down