RE: [SM-USERS] Upgrade trouble

2002-11-10 Thread Laurence Berland
Cc: [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Subject: RE: [SM-USERS] Upgrade trouble > > > > Laurence Berland sagte: > >> 3) Just received email about new bug, which is thus: > >> > >> When users attempt to compose email (whether reply, forward, or n

RE: [SM-USERS] Upgrade trouble

2002-11-09 Thread Jonathan Angliss
> Laurence Berland sagte: >> 3) Just received email about new bug, which is thus: >> >> When users attempt to compose email (whether reply, forward, or new >> message) they are inevitably unsuccessful. The signature, addresses, >> save draft, send and add buttons all simply dump the user back at a

RE: [SM-USERS] Upgrade trouble

2002-11-09 Thread Roland Fritz
Hi Laurence, Laurence Berland sagte: > 3) Just received email about new bug, which is thus: > > When users attempt to compose email (whether reply, forward, or new > message) they are inevitably unsuccessful. The signature, addresses, > save draft, send and add buttons all simply dump the user ba

Re: [SM-USERS] Upgrade trouble

2002-11-08 Thread Jonathan Angliss
Hello Laurence, On Friday, November 08, 2002, Laurence Berland wrote... > New upgrade issue, but here's a summary of what's been going on so far: > 1) Upgrade to sm1.2.9, turned out to not work > 2) Tried to briefly debug with Jonathan, but machine is in production and > users were complaining, so

RE: [SM-USERS] Upgrade trouble

2002-11-08 Thread Laurence Berland
New upgrade issue, but here's a summary of what's been going on so far: 1) Upgrade to sm1.2.9, turned out to not work 2) Tried to briefly debug with Jonathan, but machine is in production and users were complaining, so PHP was upgraded to avoid the issue. 3) Just received email about new bug, which

Re: [SM-USERS] Upgrade trouble

2002-11-08 Thread Jonathan Angliss
Hello Roland, On Friday, November 08, 2002, Roland Fritz wrote... >> $rg = ini_get('register_globals'); >> echo 'My Version: ' . $rg; > That gives the register_globals from php.ini I suppose and it's on (1) That was silly of me... hehe... I was supposed to get you to get the PHP version..

Re: [SM-USERS] Upgrade trouble

2002-11-08 Thread Jonathan Angliss
Hello Roland, On Friday, November 08, 2002, Roland Fritz wrote... >> Oh I don't want to go around pushing our requirements up to 4.1.0 >> or higher, lets see if we can find another solution. Can you change >> your sqsession_register and sqsession_unregister code in >> src/global.php to the followi

Re: [SM-USERS] Upgrade trouble

2002-11-08 Thread Roland Fritz
Jonathan Angliss sagte: > Oh I don't want to go around pushing our requirements up to 4.1.0 or > higher, lets see if we can find another solution. Can you change your > sqsession_register and sqsession_unregister code in src/global.php to > the following: >.. Sorry but for php 4.0.4p11 (Suse

Re: [SM-USERS] Upgrade trouble

2002-11-07 Thread Jonathan Angliss
Hello Laurence, On Thursday, November 07, 2002, Laurence Berland wrote... >> There has been a number of issues with 1.2.9, there was a minor >> issue in the session writing for versions of PHP earlier than >> 4.1.0. This issue has (hopefully) been fixed in 1.2.10[cvs], but if >> you want a quick f

RE: [SM-USERS] Upgrade trouble

2002-11-07 Thread Laurence Berland
Eh...I just upgraded PHP... > -Original Message- > From: [EMAIL PROTECTED] > [mailto:squirrelmail-users-admin@;lists.sourceforge.net]On Behalf Of > Laurence Berland > Sent: Thursday, November 07, 2002 10:53 PM > To: Jonathan Angliss > Cc: [EMAIL PROTECTED] >

RE: [SM-USERS] Upgrade trouble

2002-11-07 Thread Laurence Berland
> > There has been a number of issues with 1.2.9, there was a minor > issue in the session writing for versions of PHP earlier than 4.1.0. > This issue has (hopefully) been fixed in 1.2.10[cvs], but if you > want a quick fix open src/global.php and in the functions > sqsession_register a

Re: [SM-USERS] Upgrade trouble

2002-11-07 Thread Jonathan Angliss
Hello Laurence, On Thursday, November 07, 2002, Laurence Berland wrote... > I was using squirrelmail 1.2.7, but given the recent security bugs and such > decided to upgrade. 1.2.7 worked flawlessly, but 1.2.9 doesn't work at all. > First I log in, then I get dumped at the src/webmail.php page wi