Log message #4098295

# At Username Text
# Nov 22nd 2017, 22:19 raul338 what are you trying to do?
# Nov 22nd 2017, 22:19 joopp i know APP_DIR is the src
# Nov 22nd 2017, 22:16 joopp will also not work because it will give back C:\xampp\htdocs\cakeproject\src\'WWW_ROOT', ROOT . DS . 'webroot' . DS
# Nov 22nd 2017, 22:15 joopp tryying the following $this->response->file(''WWW_ROOT', ROOT . DS . 'webroot' . DS', array(
# Nov 22nd 2017, 22:12 joopp please help me
# Nov 22nd 2017, 22:11 joopp sorry
# Nov 22nd 2017, 22:11 joopp C:\xampp\htdocs\cakeproject\src\
# Nov 22nd 2017, 22:11 joopp thats why i see that no matter what try its allways begin from $this->response->file('', array(
# Nov 22nd 2017, 22:11 joopp $this->response->file('.......//i left empty// ......', array(
# Nov 22nd 2017, 22:10 joopp i dont know how to change this
# Nov 22nd 2017, 22:10 joopp The requested file C:\xampp\htdocs\cakeproject\src\ was not found or not readable
# Nov 22nd 2017, 22:09 raul338 I searched the whole cakephp src directory and getAssociation is not defined anywhere
# Nov 22nd 2017, 22:09 joopp i have the same problem as https://stackoverflow.com/questions/45557691/file-path-setting-of-this-response-file-cakephp3
# Nov 22nd 2017, 22:07 dereuromark they could still be in a trait. use a proper IDE that will tell you and find the location of it for you with a single click
# Nov 22nd 2017, 22:06 raul338 the function is not defined in the code
# Nov 22nd 2017, 22:06 raul338 https://github.com/cakephp/cakephp/blob/master/src/ORM/Table.php
# Nov 22nd 2017, 22:05 raul338 function Table::getAssociation()
# Nov 22nd 2017, 22:05 raul338 https://api.cakephp.org/3.5/source-class-Cake.ORM.Table.html#920-946
# Nov 22nd 2017, 22:05 raul338 Hi, could it be that there are functions in the documentation, which are not in the cakephp project???
# Nov 22nd 2017, 21:40 joopp and not for webroot/uploads
# Nov 22nd 2017, 21:40 joopp main problem is that its shows from src/webroot/uploads
# Nov 22nd 2017, 21:20 joopp the same happens on ftp and local
# Nov 22nd 2017, 21:19 lykosis :slightly_smiling_face:
# Nov 22nd 2017, 21:17 joopp i gives back the correct path(the same as from total commander ftp)
# Nov 22nd 2017, 21:17 joopp was not found or not readable
# Nov 22nd 2017, 21:17 joopp The requested file
# Nov 22nd 2017, 21:16 joopp i try to upload my files but i got these all the time
# Nov 22nd 2017, 21:16 joopp not like 1
# Nov 22nd 2017, 21:16 joopp yes even from 2 to 3 was a big jump
# Nov 22nd 2017, 21:09 spencdev Depends on how big your project is, honestly. There isn't really an automatic way to do it because a lot has changed.
# Nov 22nd 2017, 21:05 joopp but myself i think you can cake bake all your previous database
# Nov 22nd 2017, 21:04 joopp well i am not a novice
# Nov 22nd 2017, 21:01 lykosis Hi guys, I've been recently assigned to a project done in cakephp 1.3, what are your advices on migrating to branch 3, is there something we can save from the current base code? I'd like to read your recommendations
# Nov 22nd 2017, 20:56 charking thanks, sdevore!
# Nov 22nd 2017, 20:15 alexlambson back with more cakebox troubles. When I go to the url I get `site refused to connect`, but I can access the box dashboard and see my app on it.
# Nov 22nd 2017, 19:37 d-fens is there already a plugin for that maybe?
# Nov 22nd 2017, 19:36 d-fens hi, have app up and running where on device fills a table and another should watch it for changes and display liek latest n entries, whats best way to get notifications without full page reloads?
# Nov 22nd 2017, 18:06 joopp i pass id and make request
# Nov 22nd 2017, 18:04 blackjccl from cakephp 3
# Nov 22nd 2017, 18:01 blackjccl Someone here has used pagination in a stored procedure
# Nov 22nd 2017, 17:59 blackjccl Hello community