Log message #3943211

# At Username Text
# Oct 6th 2016, 10:37 hmic kennydang: press F12 key in your brower and go to the network tab
# Oct 6th 2016, 10:36 kennydang as when sending out AJAX post request, how can we view the sending data?
# Oct 6th 2016, 10:35 kennydang currently, idk how to track my post request
# Oct 6th 2016, 10:35 kennydang i'm student and cake fresh man
# Oct 6th 2016, 10:34 mamchenkov any ideas?
# Oct 6th 2016, 10:34 mamchenkov the method works, it's just the unit test issue
# Oct 6th 2016, 10:34 mamchenkov I have an issue with my unit tests .. I have a method that uses $this->Html->link() and during a plugin test run it throws the following: include(vendor/cakephp/cakephp/tests/test_app/config/routes.php): failed to open stream: No such file or directory
# Oct 6th 2016, 10:34 inoas heya
# Oct 6th 2016, 10:34 kennydang hi all cake bakers :slightly_smiling_face:
# Oct 6th 2016, 10:33 mamchenkov hey Neon1024
# Oct 6th 2016, 10:33 inoas like say Flysystem for logs, Redis for Cache/Sessions
# Oct 6th 2016, 10:33 Neon1024 Morning mamchenkov
# Oct 6th 2016, 10:33 acosonic XML loading is a crap, it crashes on this feed: http://about.van.fedex.com/feed/?post_type=newsroom
# Oct 6th 2016, 10:33 mamchenkov hello :)
# Oct 6th 2016, 10:32 Neon1024 Your requirements are ambiguous birdy247! ;)
# Oct 6th 2016, 10:32 inoas dereuromark ah about core, nah no point, i was only about instance (cache, session, logs etc)
# Oct 6th 2016, 10:32 Neon1024 Or 2016-01-01�>January</
# Oct 6th 2016, 10:32 Neon1024 <option value=â??1â?>January</option> ?
# Oct 6th 2016, 10:31 Neon1024 Surely thatâ??s just 1
# Oct 6th 2016, 10:29 birdy247 I am pondering the best way to do this
# Oct 6th 2016, 10:28 birdy247 I am trying to generate a dropdown list of months in the last year, with a value of the 1st day of the month
# Oct 6th 2016, 10:25 dereuromark and it was not about the cache, but the core files, which is the worst idea as I said
# Oct 6th 2016, 10:25 dereuromark ionas: because that is maintenance hell, should be clear to you IMO :slightly_smiling_face:
# Oct 6th 2016, 10:24 dereuromark @ndm: Yeah, it should work like in mysql, so that it is grouped by type and message, but I also want to retrieve the id if possible, thx
# Oct 6th 2016, 10:22 inoas dereuromark / rudy - why not run multiple app servers with one shared cache?
# Oct 6th 2016, 10:21 inoas the most it has similar aside that is that it uses liquid template which is very similar to twig (and there is a twig view plugin for cake)
# Oct 6th 2016, 10:20 inoas has always been Rails
# Oct 6th 2016, 10:19 Neon1024 I was certain that Shopify was Cake at some point
# Oct 6th 2016, 10:19 Neon1024 Bit of a beast to undertake, Iâ??m just curious
# Oct 6th 2016, 10:19 Neon1024 Anyone done that yet
# Oct 6th 2016, 10:17 slackebot which of the 3 rows should column `a` be picked? MySQL is way lax here (unless `ONLY_FULL_GROUP_BY` is enabled) and is free to pick any row, ie the result is unpredictable.
# Oct 6th 2016, 10:17 ndm @dereuromark That most likely depends on what exactly the query is supposed to retrieve, further aggregates, subqueries, adding the column to the group, etc, there are many ways... Someone may correct me, as I'm noch that much of an SQL expert, but AFAIK such errors usually occur when it's not possible to tell from which row in the group a column should be selected, for example if you select `a` and `b`, and group by `b`, which matches 3 rows per
# Oct 6th 2016, 10:17 acosonic oh it needs utility class
# Oct 6th 2016, 10:17 acosonic so I need App::Import... ?
# Oct 6th 2016, 10:16 hmic to your question: is XML a controller? - i doubt it...
# Oct 6th 2016, 10:15 hmic acosonic, why dont you update that ancient cakephp version?
# Oct 6th 2016, 10:13 acosonic hi all, why do I get class XML not found... ? Cakephp 2.4 https://gist.github.com/acosonic/001beb5f5fcea0096034569afb122c66
# Oct 6th 2016, 10:12 Human_G33k dereuromark , with the last script cakephp (after a bake all users/groups ) can't find the user_id column when i try to add a user. https://paste.debian.net/857777/ it's a bug or it's just me doing ugly things ?
# Oct 6th 2016, 10:04 Human_G33k i have a error in name user_id instead of user_uuid the new one. https://paste.debian.net/857773/ (the uuid in groups_users is useless)
# Oct 6th 2016, 10:00 dereuromark I wouldnt use char for varchar fields :slightly_smiling_face: I also wouldnt use uuid :P
# Oct 6th 2016, 09:59 Human_G33k dereuromark or somebody else do you think this sql create script is good ? https://paste.debian.net/857769/