Log message #4108907

# At Username Text
# Jan 15th 2018, 16:21 hmic 3.5.10 here
# Jan 15th 2018, 16:21 gsitex hey!
# Jan 15th 2018, 16:21 xavier_ 3.5.8
# Jan 15th 2018, 16:20 hmic which cake version is that? :~
# Jan 15th 2018, 16:20 xavier_ Exception: syntax error, unexpected '}' in [/opt/saiwall6/app3/src/Shell/TestShell.php, line 367]
# Jan 15th 2018, 16:20 xavier_ # ./cake network
# Jan 15th 2018, 16:19 hmic not even the file gets included (even on bin/cake when listing available shells/commands!)
# Jan 15th 2018, 16:19 xavier_ ahm
# Jan 15th 2018, 16:19 hmic and i am able to execute all the others without problems
# Jan 15th 2018, 16:19 hmic i just made up a fatal error on one of my shells
# Jan 15th 2018, 16:19 hmic xavier_, this is not the case
# Jan 15th 2018, 16:16 xavier_ It is possible to tell to "cake" script to not parse all shell files when executing a specified shell? If I have a typo in a TestShell.php, all executions on other shells fires an error.
# Jan 15th 2018, 16:15 xavier_ hi!
# Jan 15th 2018, 15:38 kitcat711_ got stuck with my query on a simple joinTable https://gist.github.com/anonymous/39a3624315d1769b0351c416c48345ef
# Jan 15th 2018, 15:26 jotpe thanks @admad
# Jan 15th 2018, 15:22 admad viewBuilder()->setLayout('Plugin.bar')
# Jan 15th 2018, 15:21 admad Copy or use them from plugin itself
# Jan 15th 2018, 15:11 jotpe What's best practice for layouts in plugins? copy them to src/Template/Layout or symlink them? e.g. https://github.com/FriendsOfCake/bootstrap-ui#loading-the-bootstrap-framework
# Jan 15th 2018, 15:03 steinkel note for others having this issue, since cakephp/app:3.5.1 auto serialization is removed, so you need to specify `$this->set('_serialize', true);` in your controller action to keep that behavior in new applications or you'll get a `Template file XXX is missing`
# Jan 15th 2018, 13:58 admad @jayden please submit an update to that manual example
# Jan 15th 2018, 13:57 jayden Nvm i figured it out. The template needs to have {{hidden}} in front of it in the nestingLabel
# Jan 15th 2018, 13:47 jayden Hey guys I'm using the form helper and moving the checkboxes and radios outside of the label like this https://book.cakephp.org/3.0/en/views/helpers/form.html#moving-checkboxes-radios-outside-of-a-label but it throws a blackhole error if not all the checkboxes are selected once i use that template
# Jan 15th 2018, 11:29 edgaras.janusauskas http://www.vueslack.com/
# Jan 15th 2018, 11:28 neon1024 @maymeow vueslack.slack.com
# Jan 15th 2018, 11:23 maymeow @neon1024 thanx :slightly_smiling_face: working now
# Jan 15th 2018, 11:15 jotpe thanks @neon1024 I had a look at https://getcomposer.org/doc/03-cli.md#environment-variables but i think i have to play around a bit... :slightly_smiling_face:
# Jan 15th 2018, 11:08 neon1024 @jotpe Sounds like a job for an environment variable
# Jan 15th 2018, 11:07 jotpe hey folks. since i didn't found a answer: is there any possibility to run composers `post-update-cmd` for _production_ or _development_?
# Jan 15th 2018, 11:05 maymeow now looking
# Jan 15th 2018, 11:04 neon1024 Have a look at `this.$emit()` in the docs
# Jan 15th 2018, 11:02 neon1024 The main instance will need to bind something to that event
# Jan 15th 2018, 11:01 neon1024 Then your component will need to emit an event to the parent from inside your axios function
# Jan 15th 2018, 11:01 neon1024 There is a slack channel for Vue.js I’d recommend joining
# Jan 15th 2018, 11:01 maymeow i need to change it after component is complete with his request
# Jan 15th 2018, 11:00 neon1024 https://vuejs.org/v2/guide/instance.html#Instance-Lifecycle-Hooks
# Jan 15th 2018, 11:00 neon1024 Use the `created()` method in the Vue instance to change `this.loading` to `false`
# Jan 15th 2018, 10:59 maymeow https://github.com/MayMeow/sandbox/blob/add-users/resources/js/app.js and component https://github.com/MayMeow/sandbox/blob/master/resources/js/components/PostViewComponent.vue App is combination VueJS + CakePHP
# Jan 15th 2018, 10:57 maymeow HI all. How can i hide loading with vueJS when request is complete???
# Jan 15th 2018, 10:40 saeideng 'Mail' in debug_kit?
# Jan 15th 2018, 10:17 justrohu Hello all, I am getting a Unable to find 'Mail' panel error ... I have just switched my CakePHP 3.3 setup to new VPS ... please help me understand this
# Jan 15th 2018, 09:27 neon1024 hi...