# |
Aug 9th 2008, 20:31 |
rafaelbandeira3 |
lol |
# |
Aug 9th 2008, 20:31 |
rafaelbandeira3 |
damm... not even getting to the dispatcher? |
# |
Aug 9th 2008, 20:30 |
Spoom |
echo and die |
# |
Aug 9th 2008, 20:30 |
Spoom |
even echoing something in beforeFilter doesn't reach the browser |
# |
Aug 9th 2008, 20:29 |
rafaelbandeira3 |
beforeFilter? |
# |
Aug 9th 2008, 20:28 |
Spoom |
ACTION does the debugging stuff |
# |
Aug 9th 2008, 20:28 |
Spoom |
it's just giving the 403 |
# |
Aug 9th 2008, 20:28 |
rafaelbandeira3 |
*stuck |
# |
Aug 9th 2008, 20:28 |
Spoom |
it's not even echoing something and dying inside the isAjax if block |
# |
Aug 9th 2008, 20:28 |
rafaelbandeira3 |
to see where it does stack |
# |
Aug 9th 2008, 20:28 |
rafaelbandeira3 |
and on the before render |
# |
Aug 9th 2008, 20:28 |
Spoom |
ok, weirdness |
# |
Aug 9th 2008, 20:27 |
rafaelbandeira3 |
hum... so it's getting to a non existant request even before this... you should try a diebug on the beforeFilter level, then on the action level |
# |
Aug 9th 2008, 20:27 |
Spoom |
hmm, lemme try something |
# |
Aug 9th 2008, 20:26 |
Spoom |
or before hitting _render, anyway |
# |
Aug 9th 2008, 20:26 |
Spoom |
actually, it gives the 403 before hitting render, as it's still giving it instead of the error |
# |
Aug 9th 2008, 20:26 |
rafaelbandeira3 |
cuz you told it to render paging |
# |
Aug 9th 2008, 20:25 |
rafaelbandeira3 |
and the filename should be paging... |
# |
Aug 9th 2008, 20:25 |
Spoom |
probably, one sec |
# |
Aug 9th 2008, 20:25 |
rafaelbandeira3 |
shouldn't it have the "elements"? |
# |
Aug 9th 2008, 20:25 |
rafaelbandeira3 |
? |
# |
Aug 9th 2008, 20:25 |
rafaelbandeira3 |
*exist |
# |
Aug 9th 2008, 20:25 |
Spoom |
*checks* |
# |
Aug 9th 2008, 20:24 |
rafaelbandeira3 |
does it exists? |
# |
Aug 9th 2008, 20:24 |
rafaelbandeira3 |
hum! |
# |
Aug 9th 2008, 20:24 |
Spoom |
/home/jamiears/public_html/questionnaire/questionnaire/app/views/questions/index.ctp |
# |
Aug 9th 2008, 20:23 |
rafaelbandeira3 |
"diebug" -> debug();die; |
# |
Aug 9th 2008, 20:22 |
rafaelbandeira3 |
debug the ___viewFn |
# |
Aug 9th 2008, 20:22 |
rafaelbandeira3 |
_render |
# |
Aug 9th 2008, 20:22 |
rafaelbandeira3 |
sory... just one underscoe |
# |
Aug 9th 2008, 20:22 |
Spoom |
ok |
# |
Aug 9th 2008, 20:21 |
Spoom |
if you're talking abstractly, what function should i look in? |
# |
Aug 9th 2008, 20:21 |
rafaelbandeira3 |
there you got the __render |
# |
Aug 9th 2008, 20:21 |
rafaelbandeira3 |
ok |
# |
Aug 9th 2008, 20:21 |
Spoom |
sorry, but how do i do that? i'm looking in cake/libs/view/view.php now |
# |
Aug 9th 2008, 20:19 |
Spoom |
i thought so |
# |
Aug 9th 2008, 20:19 |
rafaelbandeira3 |
debug the view layer... just write debugs there, and then undo it... it's not a big deal... |
# |
Aug 9th 2008, 20:19 |
Matt1 |
Spoom: I think ajax layout is in the core. |
# |
Aug 9th 2008, 20:19 |
rnickel |
rafaelbandeira3: even everything else in my flash.ctp file isn't showing up |
# |
Aug 9th 2008, 20:18 |
rafaelbandeira3 |
Spoom... |
# |
Aug 9th 2008, 20:18 |
rafaelbandeira3 |
hu,mmm |