Do you use requestAction somewhere? That could be a reason for the two calls
to _loadHelpers :)  since there is called two actions for each request

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf
Of jyrgen
Sent: 30. januar 2007 03:41
To: Cake PHP
Subject: strange output of "//" during load helpers


since a couple of days i don't get rid of a trailing double slash on
the top of *all* pages. i remember having placed some echo
statements eventually into core files in order to get acquainted
with what's going on behind the scenes.

tracked this down up to the &_loadHelpers() function in the view 
class,
where i put a pr($helpers); statement into line 604 of view.php.

this is what's on top of the pages now:

Array
(
    [0] => Html
    [1] => Form
    [2] => Session
)

//

Array
(
    [0] => Html
    [1] => Session
)

As you can see loadHelpers() is called twice (why?), and in between
the output // is generated.

i don't get any further with this...

jyrgen




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to