Log message #4191447

# At Username Text
# Jul 1st 2019, 08:26 mw_fingoweb Like here: https://pastebin.com/JFnYqwHP
# Jul 1st 2019, 08:26 mw_fingoweb And I want to use 'targetTable' option to select instance of table
# Jul 1st 2019, 08:24 mw_fingoweb I will simplify problem, I have 2 models, Users and Offers, User hasMany Offers and Offer belongsTo User
# Jul 1st 2019, 08:23 mw_fingoweb Hello, I have some problem with CakePHP 3.8 ORM. I'm not sure if it is bug or I'm wrong but it seems me bugged. Can you tell me if this is bug or I'm using this wrong.
# Jul 1st 2019, 06:33 conehead Yes sure. Should be possible: https://stackoverflow.com/questions/33129651/access-web-server-on-virtualbox-vagrant-machine-from-host-browser
# Jul 1st 2019, 06:31 drailanjohn.gss Thank you, @conehead Is there any other options? like for example I can connect on the database of the vagrant machine via sequel pro? Could I just change the configs of my cakephp app that is running on docker?
# Jul 1st 2019, 06:25 conehead https://stackoverflow.com/questions/48507357/access-vagrant-vms-from-inside-docker-container
# Jul 1st 2019, 06:25 conehead Sure
# Jul 1st 2019, 06:22 drailanjohn.gss hello, I just want to ask, I have a cakephp running on docker, I need to connect it to a database that is hosted on a vagrant server, can I actually do that?
# Jul 1st 2019, 05:23 conehead Haven't read everything up there tbh
# Jul 1st 2019, 05:23 conehead Ah well. It connects with ssh and then performs a git pull. Seems like it is not what you were looking for ;)
# Jul 1st 2019, 05:18 chrisshick @conehead I have actually. We’ve tested it our in dev environments. It however, is still pushed based
# Jul 1st 2019, 05:07 conehead Ah. Thought it was the other way around
# Jul 1st 2019, 05:06 ra7bi seems the answer is `WWW_ROOT./dir`
# Jul 1st 2019, 05:03 ra7bi i tried webroot object but it seems not working
# Jul 1st 2019, 05:03 ra7bi i need to know how i can include the file stored in webroot of my project in to my plugin source file .
# Jul 1st 2019, 05:02 conehead @ra7bi can't you create a symlink from that file to your webroot folder?
# Jul 1st 2019, 05:01 ra7bi :confounded: i want to include ttf font from my plugin file
# Jul 1st 2019, 04:59 conehead @chrisshick Have you taken a look at Deployer? https://deployer.org/ I am currently testing it (for dev/stage so far) and I am quite happy with the results. Even comes with cakephp support
# Jul 1st 2019, 04:56 niel45 @ra7bi, should be possible, not sure it is wise though. path would be something like ../../../../../filename
# Jul 1st 2019, 04:53 ra7bi how would be the path looks like
# Jul 1st 2019, 04:53 ra7bi is it possible to access a file stored in `root/webroot` from `vendor/pluginName/src/file.php ` ?
# Jul 1st 2019, 04:53 niel45 what version of Cake? I don't recognise your heirarchy.
# Jul 1st 2019, 04:35 slackebot <hollistergraham123>
# Jul 1st 2019, 04:33 hollistergraham123 They are both spelled correctly
# Jul 1st 2019, 04:33 hollistergraham123 I did.
# Jul 1st 2019, 04:31 niel45 make sure they what they're supposed to be
# Jul 1st 2019, 04:30 niel45 @hollistergraham123, looks like you have differences in spelling/case. DepositLogs vs. Depositlog
# Jul 1st 2019, 04:28 hollistergraham123 I think this might be a bug. But not sure if it’s Cakephp or Composer Autoload
# Jul 1st 2019, 04:28 hollistergraham123 Welp after looking at the includes. It’s including it as DepositlogControlelr and DepositlogTable.php
# Jul 1st 2019, 04:25 hollistergraham123 i did nothing but the bake commands then went to the index page and for some reason it won’t work.
# Jul 1st 2019, 04:24 hollistergraham123 Is DepositLogs a restrict name somehow? I keep getting Undefined property: DepositLogsController::$DepositLogs in /var/www/localhost/htdocs/src/Controller/Api/DepositlogsController.php on line 25 [CORE/src/Controller/Controller.php, line 388]
# Jul 1st 2019, 04:05 ra7bi with my new custom TCPDFEngine.php which i placed in `src/Pdf/Engine/TCPdfEngine.php`
# Jul 1st 2019, 04:04 ra7bi @ndm i followed your suggestion in ``https://cakesf.slack.com/archives/C053DPNGT/p1561889872215700`` but i dont know how i can replaced the original call of `TCPDFEngine.php`
# Jun 30th 2019, 19:54 mdotobie In regards to the Hash utilities, what is difference in use cases for the `{n}`, `{s}` or `{*}` – I’m not sure why I would use anything other than just `{*}`
# Jun 30th 2019, 17:35 yamcomnet not my favorite :)
# Jun 30th 2019, 17:35 yamcomnet ended up using ZipArchive()
# Jun 30th 2019, 17:35 yamcomnet basically i was looking support to zip folder recursively
# Jun 30th 2019, 17:34 st.steinkuehler Policies are always needed with this plugin
# Jun 30th 2019, 17:33 st.steinkuehler @ndm Thanks, I figured it out by now. This small paragraph has helped https://book.cakephp.org/authorization/1.1/en/component.html#automatic-authorization-checks and also this answer https://stackoverflow.com/a/53494211
# Jun 30th 2019, 17:27 ndm @st.steinkuehler I'm not yet overly familiar with the plugin, but as far as I understand, all permissions are resolved by policies. For controllers and actions, the resource could be the current request object I guess. Check for example the request authorization middleware docs: https://book.cakephp.org/authorization/1.1/en/request-authorization-middleware.html