Re: [SM-USERS] Deleting Mail, requires a screen refresh, why?

2004-10-13 Thread Derek Ealy
I'm using courier IMAP. Is server side sorting something I do in the configuration of the IMAP server or in SM? Derek Original Message Follows From: Jonathan Angliss <[EMAIL PROTECTED]> To: "Derek Ealy" <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: R

Re: [SM-USERS] Folders duplicated after upgrading

2004-10-12 Thread Derek Ealy
Message Follows From: Jonathan Angliss <[EMAIL PROTECTED]> To: "Derek Ealy" <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [SM-USERS] Folders duplicated after upgrading Date: Tue, 12 Oct 2004 16:28:15 -0500 Hello Derek, On Monday, October 11, 2004, Derek Ealy wrote...

[SM-USERS] Deleting Mail, requires a screen refresh, why?

2004-10-11 Thread Derek Ealy
I'm running Mandrake 10, with the following web server setup: Apache-AdvancedExtranetServer/2.0.48 (Mandrake Linux/5mdk) mod_perl/1.99_11 Perl/v5.8.3 PHP/5.0.1 mod_ssl/2.0.48 OpenSSL/0.9.7c! And SquirrelMail 1.4.3a. When I have a lot of spam to delete I will usually toggle everything except just

[SM-USERS] Folders duplicated after upgrading

2004-10-11 Thread Derek Ealy
Hi, After upgrading to SM 1.4.3a several of my folders were duplicated. What can I do to remove these duplicate folders? I can't really tell which one is the uneeded one from the delete folder option in SM. You can see a screenshot of my folders at: http://www.grandprixsw.com:8000/SM_screenshot.

Re: [SM-USERS] error on login page

2004-10-11 Thread Derek Ealy
I'm not really all too familiar with PHP. How would a script be preloaded before the config.php script is run? Where should I look for this rogue script? Derek Original Message Follows From: "Tomas Kuliavas" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [SM-USERS] error on login

Re: [SM-USERS] error on login page

2004-10-10 Thread Derek Ealy
I was able to make the problem go away by adding unset($theme) before the line that was failing in config.php. I don't know why this was an issue but my guess is that somehow $theme was somehow defined before and that indexing using a string didn't make sense according to that definition. Dere

Re: [SM-USERS] error on login page

2004-10-08 Thread Derek Ealy
x27;m running courier-imap. >> >> >>You can see what my genterated config.php file is by going to >>http://pangloss.grandprixsw.com:8000/config.php.txt >> >> >>When I run php -i from the command line on my linux machine I see >>php >>version 5 and

Re: [SM-USERS] error on login page

2004-10-07 Thread Derek Ealy
ge Follows From: p dont think <[EMAIL PROTECTED]> To: Derek Ealy <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [SM-USERS] error on login page Date: Thu, 07 Oct 2004 15:03:35 -0700 Derek Ealy wrote: > Here is line 78 of config.php > > $theme[0]['PATH

Re: [SM-USERS] error on login page

2004-10-07 Thread Derek Ealy
I've recreated config.php by running conf.pl and still get the same message. Sorry, but if I knew why a string offset couldn't be used in an array in PHP I probably wouldn't be asking for help here. I've included the section around the error in my config.php file below. Line 78 is the one surro

Re: [SM-USERS] error on login page

2004-10-07 Thread Derek Ealy
only related to the login screen. Derek Original Message Follows From: p dont think <[EMAIL PROTECTED]> To: Derek Ealy <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [SM-USERS] error on login page Date: Wed, 06 Oct 2004 22:21:13 -0700 > I restarted my mail server

[SM-USERS] error on login page

2004-10-06 Thread Derek Ealy
I restarted my mail server machine today and got the following error message when trying to get to the login screen of Squirrelmail 1.4.3a Fatal error: Cannot use string offset as an array in /var/www/html/squirrelmail-1.4.3a/config/config.php on line 78. Any idea what's wrong? Thanks, Derek __