Log message #4020707

# At Username Text
# Apr 27th 2017, 18:30 youto_us Hi guys, how do you deal with multiple forms and when the securityComponement isactivated. I tried to set 'secure' => 'skip' in the form's options. My forms are not targeting the same URL. The last form of the template overwrite the security token.
# Apr 27th 2017, 18:30 Leonardo_0112 btx: how i do hasOne association? When a table is just a complement for another, a 1:1 relation
# Apr 27th 2017, 18:29 btx they should be belongsTo - that’s why it’s look for store_id in Dealers
# Apr 27th 2017, 18:28 Leonardo_0112 btx: they are hasOne association
# Apr 27th 2017, 18:26 btx fwiw I would do chaining syntax, too `$this->Stores->find()->contain(['Dealers.Users'])`
# Apr 27th 2017, 18:25 btx @Leonardo_0112 did you make sure to set your associations on the related models? E.g. Stores belongsTo Dealers belongsTo Users
# Apr 27th 2017, 18:15 Leonardo_0112 I'm facing a database retrieve data issue, so I created a gist (https://gist.github.com/anonymous/3b3cb40a06c1fd0a493b79903fd6274a). Any ideas how can I solve it?
# Apr 27th 2017, 17:50 chris-andre Does someone know about a gantt chart class?
# Apr 27th 2017, 17:02 dakota pedroseco, how are you doing it?
# Apr 27th 2017, 16:42 pedroseco can’t seem to make it work, always not found.
# Apr 27th 2017, 16:42 pedroseco How can we load a Theme inside a plugin?
# Apr 27th 2017, 16:42 pedroseco Hi guys.
# Apr 27th 2017, 16:35 dariolap records on applications that have the same agent_id and company_id
# Apr 27th 2017, 16:35 dariolap Hi all, I have a model Applications that belongs to Agents and Companies.... when i save on Applications i also add Agent and Company entities (if they exists)....now, the problem at buildRules level... i have added $rules->isUnique(['agent_id', 'company_id'] on ApplicationsTable the problem is that cake is not "mapping" agent_id by looking ad the Agent entity i have passed (same thing for company entity) in this case i am able to save multiple
# Apr 27th 2017, 15:51 joris_ for apache: `sudo a2enmod mod_rewrite andand sudo services apache2 restart
# Apr 27th 2017, 15:49 joris_ have you enable mod_rewrite ?
# Apr 27th 2017, 15:45 greenmanspirit hey all, I am on 2.x and when I set the document root to app/webroot, all of my routes seem to not work anymore. It is giving me a 404 for all of my routes.
# Apr 27th 2017, 15:30 dereuromark What you mean? Is that an issue? Worked for me so far.
# Apr 27th 2017, 15:29 inoas dereuromark did you notice that your parseLanguageList allows duplicates?
# Apr 27th 2017, 15:14 joris_ since where giving the timezone of the database (in app.php) and the timezone of our user (in bootstrap.php)
# Apr 27th 2017, 15:13 joris_ too bad it isn't build in
# Apr 27th 2017, 15:13 joris_ i was about to go build something like that
# Apr 27th 2017, 15:12 ndm @_joris https://gist.github.com/ndm2/13ea098bef56f0ddd63ed68514eceb3e might give you a hint. I wouldn't advise using it like that though, it's just old unfinished stuff :slightly_smiling_face:
# Apr 27th 2017, 15:12 joris_ doesn't look like there is automagic in that area
# Apr 27th 2017, 15:04 joris_ no problem, i'll debug the behavior of cake ;)
# Apr 27th 2017, 14:58 bravo-kernel :thumbsup: wish I could spoonfeed the solution but since things are a bit quiet right now the logs might help
# Apr 27th 2017, 14:57 joris_ thanks @bravo-kernel , will have a look, if i find out how it's working, i'll make a blog post about it ;)
# Apr 27th 2017, 14:55 bravo-kernel I don't remember the specifics but have seen that question (many times) before. You might find it here https://irc.cakephp.org/?q=timezone
# Apr 27th 2017, 14:55 bravo-kernel @joris_
# Apr 27th 2017, 14:52 joris_ i change the date_default_timezone_set in bootstrap.php according to the user, but all times who get saved to the database are in locale timezones and not UTC
# Apr 27th 2017, 14:51 joris_ I've set the timezone in MySQL to UTC and also set the timezone in app.php database config to UTC
# Apr 27th 2017, 14:46 joris_ Anyone has experience with users in multiple timezones in cake3 ?
# Apr 27th 2017, 14:39 bravo-kernel should not be too hard looking at the API specs https://github.com/gothinkster/realworld/tree/master/api
# Apr 27th 2017, 14:38 inoas nopes
# Apr 27th 2017, 14:38 inoas strategy select?
# Apr 27th 2017, 14:38 bravo-kernel calling on all bakers, how about adding a CakePHP (Crud) API backend here. This seems to be the next go-to comparison, we could be in. https://github.com/gothinkster/realworld
# Apr 27th 2017, 14:38 inoas hm
# Apr 27th 2017, 14:37 inoas https://gist.github.com/inoas/96f13acb90ec173d7d2b534211a008e1#file-sql-sql-L4-L5
# Apr 27th 2017, 14:37 inoas instead of creating a virtual table
# Apr 27th 2017, 14:37 inoas thats what I am building, and everything is / was correct aside the inner JOIN ... there it just puts all the where conditions as ON conditions
# Apr 27th 2017, 14:36 inoas okay so innerJoin it should be eh