Log message #4208839

# At Username Text
# Oct 14th 2019, 18:20 graziel no problem its just probably something silly you will find in time
# Oct 14th 2019, 18:20 ricksaccous now you're baking with cake
# Oct 14th 2019, 18:20 david thank you!
# Oct 14th 2019, 18:20 david I will try that way
# Oct 14th 2019, 18:19 graziel thats why bake is so fun
# Oct 14th 2019, 18:18 david ...
# Oct 14th 2019, 18:18 david if I bake a plugin and then a plugin shell, it works
# Oct 14th 2019, 18:17 david hmmmm
# Oct 14th 2019, 18:15 graziel try to use new installation to bake your plugin
# Oct 14th 2019, 18:13 dereuromark after commit/backup etc
# Oct 14th 2019, 18:13 dereuromark also documented is the -o or sth for overwritig existing files
# Oct 14th 2019, 18:13 david after manually copying bin from a new cakephp installation
# Oct 14th 2019, 18:13 david no changes
# Oct 14th 2019, 18:10 dereuromark I actually do, it is documented as "skeleton task"
# Oct 14th 2019, 18:10 david thank you, I'll try
# Oct 14th 2019, 18:09 ricksaccous that's one way of doing it lol
# Oct 14th 2019, 18:09 graziel if yes then check if there are any changes in skeleton app
# Oct 14th 2019, 18:09 ricksaccous yeah
# Oct 14th 2019, 18:09 graziel yup if something breaks i just create new app and check if it works there
# Oct 14th 2019, 18:09 david clone new cakephp app and copy bin to my app, for example?
# Oct 14th 2019, 18:09 ricksaccous i have to manually do it (kind of) @dereuromark probably has some plugin for that or something, lol
# Oct 14th 2019, 18:08 david updates?
# Oct 14th 2019, 18:08 david oh, I see. How do you manage that updated?
# Oct 14th 2019, 18:08 ricksaccous and if you haven't updated those chances are you forgot to update other essential things
# Oct 14th 2019, 18:07 ricksaccous the bin/files
# Oct 14th 2019, 18:07 ricksaccous i mean
# Oct 14th 2019, 18:07 graziel it gets updated sometimes and ppl forget/dont know they need to update their files manually
# Oct 14th 2019, 18:07 ricksaccous yeah if you've updated cake but haven't updated the bin/bake files that could be the problem
# Oct 14th 2019, 18:07 graziel by app skeleton he ment https://github.com/cakephp/app
# Oct 14th 2019, 18:06 david does*
# Oct 14th 2019, 18:06 david the shell do all the work
# Oct 14th 2019, 18:05 david only the shell
# Oct 14th 2019, 18:05 david i mean, the plugin has no effective code
# Oct 14th 2019, 18:05 david the shell takes the files, rename them, and copy them to my app
# Oct 14th 2019, 18:05 david the plugin is an app skeleton
# Oct 14th 2019, 18:04 graziel can you post your plugin code somewhere?
# Oct 14th 2019, 18:03 david yes, @ricksaccous
# Oct 14th 2019, 18:03 david sorry, CmsSection is the name of the plugin
# Oct 14th 2019, 18:03 ricksaccous is your application skeleton up to date?
# Oct 14th 2019, 18:03 david Application.php has $this->addPlugin('CmsSection');
# Oct 14th 2019, 18:02 david yes