I am using RedHat 8.0 (same version of php) and I don't see this problem when saving my preferences to a file. Everything just works. I haven't tweaked my php.ini file at all and register_globals is set to 'Off'
I do have problems when my preferences are being stored in a database (which is the way things were being done before the migration to 8.0). When stored in a database my options get saved to the database (confirmed with a manual select query), but they are not retrieved properly. Can anyone help with the above problem? On Tue, 2003-02-11 at 09:16, Benjamin Tomhave wrote: > Will this require reverting to the "correct" setting of "register_globals = > Off"? > > > -----Original Message----- > > From: Jonathan Angliss [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, February 11, 2003 7:59 AM > > To: Benjamin Tomhave > > Cc: [EMAIL PROTECTED] > > Subject: Re: [SM-USERS] repost: options not saving > > > > > > Hello Benjamin, > > On Monday, February 10, 2003, Benjamin Tomhave wrote... > > > > > Yes, I am using PHP 4.2.2-8.0.7 from RedHat for RH8. What would be the > > > recommended "fixed" version? > > > > http://cvs.sf.net/cgi-bin/viewcvs.cgi/squirrelmail/squirrelmail/sr > > c/Attic/global.php?rev=1.1.2.28&only_with_tag=SM-1_2-STABLE&conten > > t-type=text/vnd.viewcvs-markup > > > > Excuse the long link. If you go to there, and copy the code between > > the <? and ?> (including those things) on that page, make a copy of > > your current src/global.php (just rename it to global.old for example) > > and put that code in a new src/global.php. That should fix two things > > for you at once. > > > > -- > > Jonathan Angliss > > ([EMAIL PROTECTED]) > > > > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > -- > 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 -- Edward Muller Interlix - President Web Hosting - PC Service & Support Custom Programming - Network Service & Support Phone: 417-862-0573 Cell: 417-844-2435 Fax: 417-862-0572 http://www.interlix.com ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com -- 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
