Log message #4158213

# At Username Text
# Jul 12th 2018, 03:04 jslamka5685 This should be simple task, but I am having trouble figuring out why. I am trying to enable XML views, but I am getting the error "Template File ControllerName/xml/index.ctp is missing"
# Jul 11th 2018, 20:53 josbeir The best teams are already out except Croatia
# Jul 11th 2018, 20:53 josbeir Croatia ftw
# Jul 11th 2018, 20:53 josbeir Indeed
# Jul 11th 2018, 20:53 itmpls go Croatia
# Jul 11th 2018, 20:53 itmpls France must lose!
# Jul 11th 2018, 20:53 itmpls nice, that should be a good game
# Jul 11th 2018, 20:52 josbeir Again...
# Jul 11th 2018, 20:52 josbeir It's not over
# Jul 11th 2018, 20:52 josbeir It seems we need to play against uk for the third place this Saturday..
# Jul 11th 2018, 20:43 admad No more #cominghome nonsense
# Jul 11th 2018, 20:40 lorenzo seems like they got brexited
# Jul 11th 2018, 20:40 admad Well done Croatia :clap:
# Jul 11th 2018, 19:52 itmpls maan
# Jul 11th 2018, 19:52 itmpls croatia tried so hard
# Jul 11th 2018, 19:52 itmpls wow
# Jul 11th 2018, 19:26 admad @josbeir I hope you are rooting for Croatia :slightly_smiling_face:
# Jul 11th 2018, 19:11 danb Also, in the paginate details array, I'm assigning an alias to the field names. ie. [fields=>['oi'=>'Order ID']]
# Jul 11th 2018, 19:10 itmpls wonderful, youtubetv died for the game :slightly_smiling_face:
# Jul 11th 2018, 19:10 danb URL for the sort column doesn't change from asc to desc like other tables do.
# Jul 11th 2018, 19:10 danb Quoting is enabled.
# Jul 11th 2018, 19:10 danb https://exampe.com/pick-packs?sort=oianddirection=asc
# Jul 11th 2018, 18:47 josbeir +1 for base controllers being abstract :slightly_smiling_face:
# Jul 11th 2018, 18:11 dereuromark also make sure quoting is enabled.
# Jul 11th 2018, 18:11 dereuromark what are the generated URLs?
# Jul 11th 2018, 18:10 dereuromark query strings should be auto encoded usually. maybe a small bug?
# Jul 11th 2018, 17:44 danb (Cake version 3.5.6)
# Jul 11th 2018, 17:42 danb Can't seem to get the Paginate sort links to work.
# Jul 11th 2018, 17:42 danb Anyone familiar with the MSSQL-column-names-with-spaces issue?
# Jul 11th 2018, 16:26 DmRomanov Thank you.
# Jul 11th 2018, 16:25 DmRomanov ok
# Jul 11th 2018, 16:25 dereuromark feel free to provide a PR that makes it possible to introspect the controller without having to new ...() it. Then you can have it abstract
# Jul 11th 2018, 16:25 DmRomanov agree :)
# Jul 11th 2018, 16:24 dereuromark well, its not a bug if it wasnt expected to be abstract in the first place :slightly_smiling_face:
# Jul 11th 2018, 16:23 DmRomanov So I've just wanted to know whether it's me doing the wrong thing with the controller, or it's a bug in the plugin and I should report it.
# Jul 11th 2018, 16:21 DmRomanov *it
# Jul 11th 2018, 16:21 DmRomanov I works, but "dereuromark/cakephp-ide-helper" plugin crashes :)
# Jul 11th 2018, 16:21 DmRomanov Well yes It works
# Jul 11th 2018, 16:18 dereuromark but yeah, having those kind of classes abstract sounds actually not a bad idea.
# Jul 11th 2018, 16:18 dereuromark did you try it?
# Jul 11th 2018, 16:17 DmRomanov Hi everyone! I was wondering: can I mark my AppController as abstract? Since it does not do any actual job, only serves as a parent for other controllers?