Log message #4055360

# At Username Text
# Jul 21st 2017, 12:57 inoas there are apache modules to auto-map subdirectories / subdomains
# Jul 21st 2017, 12:56 cleptric Nope, sorry
# Jul 21st 2017, 12:56 cleptric Ok, the problem comes from the `AssetMiddleware`
# Jul 21st 2017, 12:54 mirec to stay on "localhost/honey3/hiveadmin" and load "hiveadmin" controller
# Jul 21st 2017, 12:54 cleptric What are you expecting from happening?
# Jul 21st 2017, 12:53 mirec what is interesting, it does not redirects me when pointing to css or js directory, just that one -> hiveadmin
# Jul 21st 2017, 12:52 mirec and it redirects me to "localhost/honey3/webroot/hiveadmin"
# Jul 21st 2017, 12:52 mirec but I do have many cakephp applications in subdirectories... sorry I missleaded you with the url. Should be "localhost/honey3/hiveadmin"
# Jul 21st 2017, 12:51 cleptric Then you should do this frist
# Jul 21st 2017, 12:51 mirec no
# Jul 21st 2017, 12:49 cleptric Is your DocumentRoot pointing to `webroot`?
# Jul 21st 2017, 12:48 mirec hello. when I call URL localhost/hiveadmin, I am redirected to localhost/webroot/hiveadmin because I have directory called hiveadmin in webroot where assets are stored. any hint what do I have to configure in apache to avoid it?
# Jul 21st 2017, 12:35 neon1024 I agree with @chris-andre
# Jul 21st 2017, 12:32 neon1024 There is a difference between calling it on a table instance and using the global event manager instance
# Jul 21st 2017, 12:31 neon1024 It’s all about scope
# Jul 21st 2017, 12:24 chris-andre @adriencs I don't know if it is right, but it works if you add it to your tables initialize method.
# Jul 21st 2017, 11:24 neothermic Not with that attitude! ;)
# Jul 21st 2017, 11:23 neon1024 You can’t look for a component to be loaded in a controllers initialize, if you’re attaching it after the initialize :slightly_smiling_face:
# Jul 21st 2017, 11:23 neothermic @neon1024 https://twitter.com/dave1010/status/613601365529657344
# Jul 21st 2017, 11:23 neon1024 Test passes!
# Jul 21st 2017, 11:21 neon1024 https://www.youtube.com/watch?v=R6kbd3Ne49c
# Jul 21st 2017, 11:21 neothermic Number one, take us out
# Jul 21st 2017, 11:21 neothermic Done
# Jul 21st 2017, 11:20 neon1024 Make it so.
# Jul 21st 2017, 11:20 neon1024 Yes
# Jul 21st 2017, 11:20 neothermic @neon1024 in my bug report? :P
# Jul 21st 2017, 11:20 neon1024 Get some syntax highlighting!
# Jul 21st 2017, 11:19 neothermic https://github.com/cakephp/phinx/issues/957 for example; I need to write the bugfix for that :P
# Jul 21st 2017, 11:19 jay https://github.com/jayphp
# Jul 21st 2017, 11:19 lorenzo @jay what’s your github username?
# Jul 21st 2017, 11:18 rogerpro It looks like MySQL unsigned attribute is “lost in migration” using Migrations `$ bin/cake bake migration_snapshot Whatever` even that this was supposed to be done in https://github.com/cakephp/migrations/pull/198
# Jul 21st 2017, 11:18 neothermic I found some wonderful bugs a while ago WRT indexes and keys
# Jul 21st 2017, 11:18 neothermic I need to write a few bugfix PRs to PHinx
# Jul 21st 2017, 11:17 jay With Phinx yeah, we use it heavily here (I work with rquadlling). When I find the time i'd like to help clean up some of the crud and self-assign a few that I can sort.
# Jul 21st 2017, 11:17 lorenzo what’s your plane?
# Jul 21st 2017, 11:17 lorenzo I can give you access to the repo
# Jul 21st 2017, 11:16 lorenzo @jay would you like to help?
# Jul 21st 2017, 11:16 jay I know, that's why I asked what do I need to do to get maintainer perms :P
# Jul 21st 2017, 11:15 cleptric Because it’s bad if everyone can add/remove labels as the like ^^
# Jul 21st 2017, 11:14 jay What do I need to do to get maintainer perms on that repo? To assign, label issues etc..
# Jul 21st 2017, 11:13 neon1024 So yes, it seems that my controller isn’t adding the Auth component properly :slightly_smiling_face: Thanks for the input everyone