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
-~----------~----~----~----~------~----~------~--~---