Hello Lilla,
On Friday, December 13, 2002, Lilla wrote...

>> As I've said previously, it is a complete mystery to me why you'd
>> not be getting your username set even in webmail.php. In fact, it
>> *has* to be set to get your mail. So here is yet another debug
>> version of webmail that does the same kind of output, but this time
>> a few more times for good measure. I am beginning to wonder if it
>> isn't actually Zend that is screwing this up...?? Is there an easy
>> way for you to turn it off and try SM?

> I've always runned SM with Zend (2.0.0) so I've never tried that.
> But I'll try to check if I can do that.

  If you don't mind me asking, how are things going with Zend? Did you
  have to use and special settings for it? What Zend package are you
  using?

> Anyway, here is the response from the ned debug-version of
> webmail.php :

> After I entered my username and password I get to the page
> /src/webmail.php and I see the following. Isn't it interseting that
> we _see_ my username+domain after 11, 12 and 13 below?

  Not really. You'd expect that output. You cannot get a value from a
  session you haven't started up.  It's like doing this:

    echo $a;
    $a = 15;

  And expecting to see $a being printed. The session doesn't start
  until between 10 and 11. The error between 10 and 11 is the fact
  that the session start code tries to set some header information in
  the browser, but because their has already been code sent to the
  browser it'll break the output (cannot send headers after you've
  started sending body code). I've unfortunately missed most of the
  thread, so I'll have to go back, and help with Paul and see what we
  can find out :)

-- 
Jonathan Angliss
([EMAIL PROTECTED])



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to