hello all,

FYI :
i'm using cakephp 1.1.19.6305
and was about to commit suicide because of session handling.
some actions from a controller without model were doing great with
session,
others from another controller (with model) couldn't handle session
(passing vars from one to another).

i finally noticed that the models in use in the faulty controller got
a blank line, at the beginning of the file, like this :

----------------------------- begin -----------------------------

<?php


instead of :

------------------------------ begin -----------------------------
<?php


must be because of some text output before header could be send ?

if anyone have a idea ? it is something "common" ?
thanks :)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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