Log message #4174020

# At Username Text
# Jan 17th 2019, 20:38 ricksaccous no problem man ;) hope you can get it working
# Jan 17th 2019, 20:38 drouard.noelie wowowow Yeah I just found it, II was reading the wring page sorry!
# Jan 17th 2019, 20:36 ricksaccous @drouard.noelie there is a section on it in the cakephp book, have you read it?
# Jan 17th 2019, 20:35 drouard.noelie I think that's the problem
# Jan 17th 2019, 20:35 drouard.noelie hello! I have an nginx server, how do i rewrite Urls? I have an error 500
# Jan 17th 2019, 19:30 joopm basically www-data has only access to webroot folder
# Jan 17th 2019, 19:30 joopm i am stuck with create a config file in config folder
# Jan 17th 2019, 19:29 joopm hello
# Jan 17th 2019, 19:24 pekka_slack When making HTTPS requests using the Http Client of CakePHP, what is the underlying system that it uses? Is it OpenSSL?
# Jan 17th 2019, 17:10 jhall okay have a great evening
# Jan 17th 2019, 17:10 neon1024 Cool, good luck. That’s end of work for me, so I’m off home.
# Jan 17th 2019, 17:10 jhall thank you
# Jan 17th 2019, 17:10 jhall ok
# Jan 17th 2019, 17:09 neon1024 This one :point_right: https://book.cakephp.org/3.0/en/plugins.html#old-style-plugins
# Jan 17th 2019, 17:09 jhall ok I think it does
# Jan 17th 2019, 17:09 neon1024 If it provides any shells, yes
# Jan 17th 2019, 17:09 jhall yeah
# Jan 17th 2019, 17:09 neon1024 Do you mean a CLI command?
# Jan 17th 2019, 17:08 jhall yeah
# Jan 17th 2019, 17:08 jhall okay and then I should be able to access this plugin in a Command?
# Jan 17th 2019, 17:08 neon1024 ..and obviously open a ticket for the plugin author to ask for Cake 3.6+ support
# Jan 17th 2019, 17:08 neon1024 If it’s an older one you might try loading it with `Plugin::load()` in `bootstrap.php`, although this might generate a deprecation warning
# Jan 17th 2019, 17:08 neon1024 https://book.cakephp.org/3.0/en/plugins.html#loading-a-plugin
# Jan 17th 2019, 17:07 jhall ok
# Jan 17th 2019, 17:07 neon1024 I *think* you can sidestep it, but I can’t recall quite how
# Jan 17th 2019, 17:07 jhall ok
# Jan 17th 2019, 17:07 neon1024 The newer plugin system uses a Plugin file
# Jan 17th 2019, 17:07 jhall so I can't use the plugin
# Jan 17th 2019, 17:07 jhall ah
# Jan 17th 2019, 17:06 neon1024 So that might be because the plugin has not been updated for CakePHP 3.7, which is looking for a Plugin class
# Jan 17th 2019, 17:06 slackebot1 <jhall>
# Jan 17th 2019, 17:05 neon1024 Can you show us the error
# Jan 17th 2019, 17:05 jhall okay my next issue is I am getting a plugin class not found
# Jan 17th 2019, 17:03 neon1024 You will still need to use `$this->addPlugin()` in your Application.php, the plugin documentation should give you the relevant details. Such as if it needs routing or bootstrapping
# Jan 17th 2019, 17:03 jhall ah
# Jan 17th 2019, 17:03 neon1024 The /plugins folder is for your own application specific plugins
# Jan 17th 2019, 17:03 jhall oh so then I access it as a vendor and not use plugin load
# Jan 17th 2019, 17:02 neon1024 @jhall If you install a plugin using composer, it will go into /vendors
# Jan 17th 2019, 17:01 jhall If I install a plugin using composer, shouldn't it add the necessary files to the plugins folder? When I installed this plugin, it claimed it was successful but I see nothing in my plugins directory,
# Jan 17th 2019, 16:41 ricksaccous UltimateController.php
# Jan 17th 2019, 16:40 neon1024 Yeah! It’s just got AllTheThingsController