Re: [SM-USERS] PHP Warning: session_start(): Cannot find save handler

2005-01-26 Thread Bürger Zoltán
Jonathan Angliss írta: php_value session.save_handler "files" Perfect! Thank you very mach! regards, Hav --- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. S

Re: [SM-USERS] PHP Warning: session_start(): Cannot find save handler

2005-01-25 Thread Jonathan Angliss
> Hi all! > > (excuse me for the bad english) > > I have a basic debian woody with courier and apache (details see > bellow). I installed the SquirrelMail normaly, but it doesnt work. I got > empty pages only into my browser and the apache error_log filled with > this warnings: > > PHP Fatal error:

[SM-USERS] PHP Warning: session_start(): Cannot find save handler

2005-01-25 Thread Bürger Zoltán
Hi all! (excuse me for the bad english) I have a basic debian woody with courier and apache (details see bellow). I installed the SquirrelMail normaly, but it doesnt work. I got empty pages only into my browser and the apache error_log filled with this warnings: PHP Fatal error: session_start(

Re: [SM-USERS] PHP Warning: "PCRE does not support..."

2004-01-16 Thread Sebastian Fuchs
yeah! that's it! the problem seems to be fixed now. As well the folder list don't have links now on folders which are NoSelect Folders (as it should be). perfect! thanks Jonathan Angliss sagte: > Hello Sebastian, > On Thursday, January 15, 2004, Sebastian Fuchs wrote... > >> That's the function w

Re: [SM-USERS] PHP Warning: "PCRE does not support..."

2004-01-16 Thread Jonathan Angliss
Hello Sebastian, On Thursday, January 15, 2004, Sebastian Fuchs wrote... > That's the function which creates the error: > function check_is_noselect ($lsub_line) { > return preg_match("/^\* LSUB \([^\)]*\\Noselect[^\)]*\)/i", $lsub_line); > } > with "functions/imap_mailbox.php" creates the e

Re: [SM-USERS] PHP Warning: "PCRE does not support..."

2004-01-15 Thread Sebastian Fuchs
That's the function which creates the error: function check_is_noselect ($lsub_line) { return preg_match("/^\* LSUB \([^\)]*\\Noselect[^\)]*\)/i", $lsub_line); } with "functions/imap_mailbox.php" creates the error. Is it a PHP problem or has it do with my Imap Server or the configuration of s

[SM-USERS] PHP Warning: "PCRE does not support..."

2004-01-14 Thread Sebastian Fuchs
Hi, do anybody have a glue why I'm getting the following error in my error log file. SM seems to be working fine but this error occurs when accessing or refreshing the left folder frame. As many folders the user have as many repeated and same errors I get (but not for the Inbox itself, only all th

Re: [SM-USERS] Php Warning on new install

2003-04-02 Thread Redhat71
> Hello Dave, > On Wednesday, April 02, 2003, Dave Carrera wrote... > >> Hi again > >> The error is shown at all time in all folders down the bottom half of >> the left frame and along the bottom frame. > > So it's on every page, regardless of mail count? Even on the left > frame? Hrm... that gives

Re: [SM-USERS] Php Warning on new install

2003-04-02 Thread Jonathan Angliss
Hello Dave, On Wednesday, April 02, 2003, Dave Carrera wrote... > Issue resolved (hurrah) :-) > OK even if you are using DSO or not you NEED to have the php.ini in > the path it wants to see it. Technically you don't need a php.ini as the way php is coded, it falls back to defaults *if* one isn'

RE: [SM-USERS] Php Warning on new install

2003-04-02 Thread Dave Carrera
2003 18:34 To: Dave Carrera Cc: [EMAIL PROTECTED] Subject: Re: [SM-USERS] Php Warning on new install Hello Dave, On Wednesday, April 02, 2003, Dave Carrera wrote... > Hi again > The error is shown at all time in all folders down the bottom half of > the left frame and along the bottom f

RE: [SM-USERS] Php Warning on new install

2003-04-02 Thread Dave Carrera
: Dave Carrera Cc: [EMAIL PROTECTED] Subject: Re: [SM-USERS] Php Warning on new install Hello Dave, On Wednesday, April 02, 2003, Dave Carrera wrote... > Hi again > The error is shown at all time in all folders down the bottom half of > the left frame and along the bottom frame. S

Re: [SM-USERS] Php Warning on new install

2003-04-02 Thread Jonathan Angliss
Hello Dave, On Wednesday, April 02, 2003, Dave Carrera wrote... > Hi again > The error is shown at all time in all folders down the bottom half of > the left frame and along the bottom frame. So it's on every page, regardless of mail count? Even on the left frame? Hrm... that gives me a new hint

RE: [SM-USERS] Php Warning on new install

2003-04-02 Thread Dave Carrera
09 To: [EMAIL PROTECTED] Subject: Re: [SM-USERS] Php Warning on new install Hello Dave, On Tuesday, April 01, 2003, Dave Carrera wrote... > I have uploaded (full overwrite as you suggested) the latest cvs and > the error still persists :-( > I have downloaded the latest cvs of 1.4 to see

Re: [SM-USERS] Php Warning on new install

2003-04-02 Thread Jonathan Angliss
Hello Dave, On Tuesday, April 01, 2003, Dave Carrera wrote... > I have uploaded (full overwrite as you suggested) the latest cvs and > the error still persists :-( > I have downloaded the latest cvs of 1.4 to see if it handles this > minor issue. Is there mail in that particular folder? Do you g

RE: [SM-USERS] Php Warning on new install

2003-04-01 Thread Dave Carrera
PROTECTED] Subject: Re: [SM-USERS] Php Warning on new install Hello Dave, On Tuesday, April 01, 2003, Dave Carrera wrote... > Have downloaded the latest CVS > squirrelmail-20030401_0843-CVS.stable.tar.gz > Can I just upload and over write the /functions and /src dirs from the > CVS

Re: [SM-USERS] Php Warning on new install

2003-04-01 Thread Jonathan Angliss
Hello Dave, On Tuesday, April 01, 2003, Dave Carrera wrote... > Have downloaded the latest CVS > squirrelmail-20030401_0843-CVS.stable.tar.gz > Can I just upload and over write the /functions and /src dirs from the > CVS to update my stable version? > I Ask cause everything else looks the same..

RE: [SM-USERS] Php Warning on new install

2003-04-01 Thread Dave Carrera
: Jonathan Angliss [mailto:[EMAIL PROTECTED] Sent: 01 April 2003 20:43 To: Dave Carrera Cc: [EMAIL PROTECTED] Subject: Re: [SM-USERS] Php Warning on new install Hello Dave, On Tuesday, April 01, 2003, Dave Carrera wrote... > Hi All, > New to SM and this list so sorry if this has been already c

Re: [SM-USERS] Php Warning on new install

2003-04-01 Thread Jonathan Angliss
Hello Dave, On Tuesday, April 01, 2003, Dave Carrera wrote... > Hi All, > New to SM and this list so sorry if this has been already covered. > I am not using the php.ini on my FreeBSD box so I don’t know how to get > rid of this warning. > "Warning: Unknown(): Your script possibly relies on a s

Re: [SM-USERS] Php Warning on new install

2003-04-01 Thread Thijs Kinkhorst
Hello Dave, > New to SM and this list so sorry if this has been already covered. You're quite right... this is a known problem that has been fixed in the most recent snapshots. We plan to release a new version shortly. You can find the snapshots at our website (squirrelmail.org) or you can choose

[SM-USERS] Php Warning on new install

2003-04-01 Thread Dave Carrera
Hi All, New to SM and this list so sorry if this has been already covered. I am not using the php.ini on my FreeBSD box so I don’t know how to get rid of this warning. "Warning: Unknown(): Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that

Re: [SM-USERS] PHP Warning

2002-12-09 Thread Jonathan Angliss
Hello Brad, On Monday, December 09, 2002, Brad Van Sickle wrote... > Hi, I posted this a little while ago and didn't get much of a response. I > thought I'd try again As I posted the other day, I'll see if I can knock together a scrap box, and give it a try. I guess PHP have changed the

[SM-USERS] PHP Warning

2002-12-09 Thread Brad Van Sickle
Hi, I posted this a little while ago and didn't get much of a response. I thought I'd try again I'm using Apache2 with a VERY new version of PHP, When I log in to view mail I'm getting this error on both sets of the frame. "Warning: Your script possibly relies on a session side-effect which