Log message #4102492

# At Username Text
# Dec 11th 2017, 10:51 neon1024 I’ll wait for it to be fixed then I guess
# Dec 11th 2017, 10:51 neon1024 Thanks saeideng!
# Dec 11th 2017, 10:50 stoykovnet @jkpatel291289 In the gist u shared, i see no associations in the TrucksTable initialize method :thinking_face:
# Dec 11th 2017, 10:48 saeideng https://github.com/cakephp/cakephp/issues/11514
# Dec 11th 2017, 10:48 saeideng https://github.com/cakephp/cakephp/pull/11518
# Dec 11th 2017, 10:48 saeideng https://github.com/cakephp/cakephp/pull/11462 @neon1024
# Dec 11th 2017, 10:34 jkpatel291289 @spriz no worries, thanks for your help
# Dec 11th 2017, 10:34 spriz I’m unsure then, unfortunately @jkpatel291289
# Dec 11th 2017, 10:33 jkpatel291289 @spriz so whare is the problem.. i have updated gist with related files. Please check.
# Dec 11th 2017, 10:33 neon1024 Downgraded back to 3.5.5 to fix it
# Dec 11th 2017, 10:33 neon1024 That the exception rendered is expecting exception and got an error, so probably a PHP 7.x
# Dec 11th 2017, 10:32 neon1024 Something changed with the error middleware in 3.5.7? Updating from 3.5.5 to 3.5.7 gives me a fatal
# Dec 11th 2017, 10:31 spriz and the “behaviors” of targetTable looks fine as wel
# Dec 11th 2017, 10:31 spriz Ah yes, but the target table is `App\Model\Table\TrucksTable` so it looks good
# Dec 11th 2017, 10:31 jkpatel291289 @spriz https://gist.github.com/jaynarayan89/19d08198af0412d7cf592d40e0b60447
# Dec 11th 2017, 10:28 jkpatel291289 strange-- it gives Cake\ORM\Association\BelongsTo
# Dec 11th 2017, 10:27 spriz git the content of `debug($this->Lorryreceipts->Trucks)`
# Dec 11th 2017, 10:27 spriz I just want to check if the relations are set up correctly
# Dec 11th 2017, 10:26 jkpatel291289 i want to populate drop down
# Dec 11th 2017, 10:26 spriz and check if it’s Cake\…\Table or it’s actually \App\Model\Trucks instance
# Dec 11th 2017, 10:25 spriz try do debug `$this->Lorryreceipts->Trucks`
# Dec 11th 2017, 10:25 jkpatel291289 does beforefind() apply on association ? $consignors = $consignees = $this->Lorryreceipts->Trucks->find('list', ['limit' => 200]); in my trucksTable class I have behavior that filter all find operation and return only trucks from current company.Which is working properly and i always get only current company's truck however when i fetch them for lorryreceipts that returns my unfiltered data from whole table.
# Dec 11th 2017, 10:22 stoykovnet thank you very much***
# Dec 11th 2017, 10:18 spriz and path is `path: A path relative to the filesystem.root.`
# Dec 11th 2017, 10:17 spriz `filesystem.root: (default ROOT . DS) Directory where files should be written to by default`
# Dec 11th 2017, 10:17 spriz http://cakephp-upload.readthedocs.io/en/latest/configuration.html
# Dec 11th 2017, 10:17 spriz if you read the docs saeideng that’s not how you’re supposed to (and neither how we used to :thinking_face: )
# Dec 11th 2017, 10:17 spriz This solves the problem aye, but then there’s a problem on the Cake upload plugin
# Dec 11th 2017, 10:16 saeideng but I use something like `'path' => 'webroot{DS}img{DS}banner{DS}{primaryKey}{DS}',`
# Dec 11th 2017, 10:16 stoykovnet @spriz ↑
# Dec 11th 2017, 10:15 stoykovnet Alright, thank you very for your help again! :-)
# Dec 11th 2017, 10:15 saeideng i never used `filesystem` !
# Dec 11th 2017, 10:13 saeideng this path is not related
# Dec 11th 2017, 10:13 stoykovnet I see ``` 'filesystem' => [ 'adapter' => ApactaFileSystem::getAdapter('generic'), 'root' => 'uploads/ExpenseFiles' ], ``` ↑ What about this root key?
# Dec 11th 2017, 10:13 saeideng change :point_up_2:
# Dec 11th 2017, 10:13 saeideng 'path' => '{DS}{field}',
# Dec 11th 2017, 10:13 stoykovnet I have to mention that I'm using google cloud storage
# Dec 11th 2017, 10:12 stoykovnet I'm trying to configure it. But when I upload files the files show up in root instead of the folder I've specified in the behavior configuration. https://gist.github.com/stoykovnet/c036a4e519616b77a8b61d7bed9e725e
# Dec 11th 2017, 10:12 saeideng ?
# Dec 11th 2017, 10:12 saeideng what is your your problem with `Josegonzalez/Upload.Upload`
# Dec 11th 2017, 10:12 neon1024 Implement the method