Hmmm, really not sure why that's happening. The attached tarball has a debug version of the setup.php file. It will print the contents of $_SESSION['username'] at the end of the menu links, then draw a line across the screen and then dump the entire contents of $_SESSION to your page. Does the username show up? If not, can you find it in the $_SESSION dump? If you are able to check your mail and so forth, it _must_ be there.... just not sure why it's not showing up.
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Lilla > Sent: Wednesday, November 27, 2002 3:39 AM > To: p dont think > Cc: [EMAIL PROTECTED] > Subject: Re: [SM-USERS] Multiple domains + Apache + SSL + SM > > > it works for me with 1.2.9, so it's got to be something with your > > installation. Try the display_errors thing (in combination with > > E_ALL) and let me know what you see. > > > I tried both register_globals = Off/On (normally I have it Off) but I > got the same thing, just " - Mail" in the titlebar when the user is > logged in. > > I have (in my php.ini for php 4.2.3): > error_reporting = E_ALL & ~E_NOTICE > display_errors = On > But I don't see any errormessages displayed anywhere. :( > > My vlogin/config.php is close to default: > $ diff vlogin/config.php vlogin/config.php.sample > 15,37d14 > < 'example1.com' => array( > < 'org_name' => 'example1.com', > < 'org_logo' => '../imagesmy/pingvin-solbriller.jpg', > < 'org_title' => $_SESSION['username'] . ' - Mail' > < ), > < > < 'example2.com' => array( > < 'org_name' => 'example2.com', > < 'org_logo' => '../imagesmy/vattenkannor.jpg', > < 'org_title' => $_SESSION['username'] . ' - Mail' > < ), > < > < 'example3.com' => array( > < 'org_name' => 'example3.com', > < 'org_logo' => '../imagesmy/ikea-PE082931.jpg', > < 'org_title' => $_SESSION['username'] . ' - Mail' > < ), > < > < 'example4.com' => array( > < 'org_name' => 'example4.com', > < 'org_logo' => '../imagesmy/pingvin-laptop.gif', > < 'org_title' => $_SESSION['username'] . ' - Mail' > < ) > 170,171c147,148 > < $virtualDomainDataDir = > '/pkg-local/squirrelmail/default/data/###VIRTUAL_DOMAIN###/'; > < //$virtualDomainDataDir = ''; > --- > > //$virtualDomainDataDir = '/home/sites/###VIRTUAL_DOMAIN###/data/'; > > $virtualDomainDataDir = ''; > > So to me it seem like $_SESSION['username'] is an empty string even when > the user is logged in in my case. Any idea what can be the reason for > that? My system: Linux i686 (based on RedHat 7.3): Apache 1.3.27, php > 4.2.3 (+ zend 2.0.0), SM 1.2.9 > > > I'd like to ask *you* to send *me* a copy of what > > you have (minus anything that wouldn't be secure for you to send me) > > if you don't mind. > > No probs, I'll just check a little detail first, then I'll post the > stuff here. > > -- > Cheers, > Lilla > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Get the new Palm Tungsten T > handheld. Power & Color in a compact size! > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en > -- > 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
setup.debug.tar.gz
Description: Binary data