# |
Apr 19th 2017, 16:07 |
crazycoder |
Neon1024, bye |
# |
Apr 19th 2017, 16:06 |
Erik180486 |
it's working for me now! |
# |
Apr 19th 2017, 16:05 |
Erik180486 |
thx |
# |
Apr 19th 2017, 16:03 |
Neon1024 |
Good luck crazycoder |
# |
Apr 19th 2017, 16:03 |
Neon1024 |
That’s hometime for me! |
# |
Apr 19th 2017, 16:00 |
crazycoder |
is not useful to handle json requests no? |
# |
Apr 19th 2017, 15:59 |
crazycoder |
Neon1024, oh really? |
# |
Apr 19th 2017, 15:54 |
hmic |
cake does install composer locally these days, so: bin/composer would work |
# |
Apr 19th 2017, 15:53 |
Neon1024 |
$ which composer |
# |
Apr 19th 2017, 15:53 |
Neon1024 |
“composer: not found” |
# |
Apr 19th 2017, 15:53 |
Erik180486 |
what's rong? |
# |
Apr 19th 2017, 15:53 |
Erik180486 |
-sh: 12: composer: not found - the file composer.json is there |
# |
Apr 19th 2017, 15:52 |
Erik180486 |
thx |
# |
Apr 19th 2017, 15:50 |
sjundee |
CSV file line 2: `Id;Project;Name;Customer;Active`. `array_search('Id', $cols_array)` returns 0:S |
# |
Apr 19th 2017, 15:50 |
sjundee |
CSV file line 1: `Id;Project;Name;Customer;Active`. `array_search('Id', $cols_array)` returns false :S |
# |
Apr 19th 2017, 15:49 |
sjundee |
Does someone know about a "workaround" to get the first value of the very first row whe looping throught a csv-file? |
# |
Apr 19th 2017, 15:48 |
Neon1024 |
I’m not using the RequestHandlerComponent at all |
# |
Apr 19th 2017, 15:47 |
crazycoder |
nothing else Neon1024 ? :D |
# |
Apr 19th 2017, 15:47 |
crazycoder |
ok so you are using a custom iddleware to set application/json and the $this->loadComponent('RequestHandler'); |
# |
Apr 19th 2017, 15:45 |
crazycoder |
ok so i must change the renderer too |
# |
Apr 19th 2017, 15:45 |
Neon1024 |
The middleware modifies, or can modify both incoming requests and outgoing responses |
# |
Apr 19th 2017, 15:45 |
crazycoder |
Neon1024, oh ok so the renderer will override it |
# |
Apr 19th 2017, 15:45 |
Neon1024 |
The middleware would set the header on the incoming request, so by the time it reached the renderer it would have the header already |
# |
Apr 19th 2017, 15:44 |
crazycoder |
if i do not touch https://gist.github.com/anonymous/f23de065af63b1388b64bd8332bdf031#file-gistfile1-txt-L29 |
# |
Apr 19th 2017, 15:44 |
crazycoder |
Neon1024, i mean the middleware set it AFTER the error renderer no? |
# |
Apr 19th 2017, 15:44 |
Neon1024 |
Sorry, I’m not sure what you mean |
# |
Apr 19th 2017, 15:43 |
crazycoder |
Neon1024, sure |
# |
Apr 19th 2017, 15:43 |
Neon1024 |
crazycoder: Be sure to contribute back any thoughts to the repo :) |
# |
Apr 19th 2017, 15:43 |
crazycoder |
Neon1024, If i do not touch the error renderer...can i only add the middleware that set application/json ? |
# |
Apr 19th 2017, 15:43 |
Neon1024 |
crazycoder: Awesome! :) |
# |
Apr 19th 2017, 15:43 |
highac3s |
hello |
# |
Apr 19th 2017, 15:42 |
crazycoder |
with cakephp/authentication middleware |
# |
Apr 19th 2017, 15:42 |
crazycoder |
Neon1024, yes i am using tokenauth |
# |
Apr 19th 2017, 15:42 |
Neon1024 |
Same for auth really, that should be a header |
# |
Apr 19th 2017, 15:42 |
crazycoder |
if the URI starts with /api |
# |
Apr 19th 2017, 15:42 |
Neon1024 |
Sending the right Content-Type and Accepts headers are the way to go |
# |
Apr 19th 2017, 15:42 |
crazycoder |
ok i will remove it too |
# |
Apr 19th 2017, 15:41 |
Neon1024 |
It exists in the CakePHP core as a kind debugging thing |
# |
Apr 19th 2017, 15:41 |
Neon1024 |
..and because jsonapi.org says not to |
# |
Apr 19th 2017, 15:41 |
crazycoder |
ok |
# |
Apr 19th 2017, 15:41 |
crazycoder |
oh right..pardon |