# |
Jun 28th 2018, 08:43 |
josbeir |
i configured it both ways |
# |
Jun 28th 2018, 08:43 |
saeideng |
I say other thing |
# |
Jun 28th 2018, 08:42 |
josbeir |
always returning status code 200 |
# |
Jun 28th 2018, 08:42 |
josbeir |
s |
# |
Jun 28th 2018, 08:42 |
josbeir |
the problem was just that it was executing too in integration test |
# |
Jun 28th 2018, 08:42 |
saeideng |
it needs to load again for `(new \CakephpWhoops\Error\WhoopsHandler(Configure::read('Error')))->register();` ? |
# |
Jun 28th 2018, 08:41 |
josbeir |
:P |
# |
Jun 28th 2018, 08:41 |
josbeir |
both |
# |
Jun 28th 2018, 08:41 |
saeideng |
or |
# |
Jun 28th 2018, 08:41 |
josbeir |
yes |
# |
Jun 28th 2018, 08:41 |
saeideng |
are you using `->add(new \CakephpWhoops\Error\Middleware\WhoopsHandlerMiddleware())` in application ? |
# |
Jun 28th 2018, 08:41 |
kunalspunjabi |
bear in mind, I am also very rusty, haven't coded in a long time.. |
# |
Jun 28th 2018, 08:41 |
saeideng |
@josbeir I did see your PR |
# |
Jun 28th 2018, 08:40 |
kunalspunjabi |
It doesn't seem that way after 8 hours of debugging this |
# |
Jun 28th 2018, 08:39 |
kunalspunjabi |
I hope so :slightly_smiling_face: |
# |
Jun 28th 2018, 08:39 |
josbeir |
its probably something real stupid |
# |
Jun 28th 2018, 08:39 |
kunalspunjabi |
I'm totally stumped |
# |
Jun 28th 2018, 08:39 |
josbeir |
hmm :slightly_smiling_face: |
# |
Jun 28th 2018, 08:39 |
josbeir |
thats a good thing |
# |
Jun 28th 2018, 08:38 |
kunalspunjabi |
@josbeir added a var_dump and die in beforeFilter...it prints and dies |
# |
Jun 28th 2018, 08:38 |
josbeir |
simply put a die() in beforeFilter or something |
# |
Jun 28th 2018, 08:38 |
kunalspunjabi |
Let me try that now. |
# |
Jun 28th 2018, 08:37 |
josbeir |
if not, there is your problem |
# |
Jun 28th 2018, 08:37 |
josbeir |
check if beforeFilter is executed |
# |
Jun 28th 2018, 08:37 |
josbeir |
trace it down to why the variable is not passed to the view |
# |
Jun 28th 2018, 08:36 |
kunalspunjabi |
but with the cake 1.3 app that I have partially migrated to 2.0, it doesnt work |
# |
Jun 28th 2018, 08:36 |
kunalspunjabi |
it's really strange, works fine with a skeleton cake2 app |
# |
Jun 28th 2018, 08:36 |
josbeir |
that should work, unless beforeFilter is not executed (maybe an exception is thrown somewhere) |
# |
Jun 28th 2018, 08:35 |
kunalspunjabi |
printing it in default.ctp: ```<?php echo $cake123; ?> ``` |
# |
Jun 28th 2018, 08:35 |
josbeir |
hm |
# |
Jun 28th 2018, 08:35 |
josbeir |
alright |
# |
Jun 28th 2018, 08:35 |
josbeir |
where are you setting that var? |
# |
Jun 28th 2018, 08:35 |
kunalspunjabi |
setting the variable in appController::beforeFilter(): ```$this->set('cake123', "cake123"); ``` |
# |
Jun 28th 2018, 08:34 |
kunalspunjabi |
```Notice (8): Undefined variable: cake123 [APP/View/Layouts/default.ctp, line 115] ``` |
# |
Jun 28th 2018, 08:34 |
kunalspunjabi |
@josbeir I tried "cake123", same issue |
# |
Jun 28th 2018, 08:34 |
saeideng |
:+1: |
# |
Jun 28th 2018, 08:34 |
josbeir |
time for some extra coffee |
# |
Jun 28th 2018, 08:34 |
josbeir |
tnx @dereuromark @saeideng |
# |
Jun 28th 2018, 08:33 |
josbeir |
but cake2 de-camelcases stuff, bit lame :P |
# |
Jun 28th 2018, 08:33 |
kunalspunjabi |
oh |
# |
Jun 28th 2018, 08:33 |
josbeir |
you used isProduction |