[SM-USERS] Re: Calendar Line Wrapping Problem

2003-03-11 Thread SM-Development
Hi Jon, The came up previously when I edited the entry from a one line to a long entry. Today, I tested using a new entry, purposely entering a long comment. Pls view the attached pic to see what I get. Regards, Jonathan Angliss writes: Hello Sm-development, On Monday, March 10, 2003,

Re: [SM-USERS] two braindead simple things

2003-03-11 Thread Jonathan Angliss
Hello Johnn, On Tuesday, March 11, 2003, Johnn Tan wrote... > I'm almost embarrassed to ask these things, as they seem so basic, > they should've already been covered a long time ago, and I just > haven't looked hard enough. But I can't find anything on them. Don't feel embarrassed... it's quite

RE: [SM-USERS] Preference file, /var/lib/squirrelmail/prefs/xxxxxx.pref, could not be opened

2003-03-11 Thread admin
Sorry yes, at least I believe it is correct…   SquirrelMail Configuration : Read: config.php (1.2.0) - General Options 1.  Default Charset   : iso-8859-1 2.  Data Directory    : /var/lib/squirrelmail/prefs/ 3.  A

Re: [SM-USERS] Changes in options suddenly not being saved

2003-03-11 Thread Jonathan Angliss
Hello Erin, On Tuesday, March 11, 2003, [EMAIL PROTECTED] wrote... > Here's the problem: On Monday this week, when I tried to add a message > highlight, I couldn't get it to save. I tried changing several other > options, and they didn't save either. Friday was the last time I had used > my ema

[SM-USERS] two braindead simple things

2003-03-11 Thread Johnn Tan
I'm almost embarrassed to ask these things, as they seem so basic, they should've already been covered a long time ago, and I just haven't looked hard enough. But I can't find anything on them. 1) When I use "View Printable Version" and I have a theme with a dark or colored background, it print

RE: [SM-USERS] Changes in options suddenly not being saved

2003-03-11 Thread p dont think
(please remember to cc the mailing list) Well, things don't typically stop working unless someone changed something. Chances are that they did something to their system that created the side effects you are currently experiencing. You should encourage them to try reintegrating a newer version of

RE: [SM-USERS] Weird Error opening ../data/default_pref message

2003-03-11 Thread p dont think
What are the permissions and ownership of the files *in* that directory? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Siobahn > Hotaling > Sent: Tuesday, March 11, 2003 9:12 PM > To: [EMAIL PROTECTED] > Subject: Re: [SM-USERS] Weird Error opening

Re: [SM-USERS] Weird Error opening ../data/default_pref message

2003-03-11 Thread Siobahn Hotaling
My directory listing for my data directory looks like this: drwxr-xr-x 2 www www 512 Mar 11 16:51 webmaildata - Original Message - From: "p dont think" <[EMAIL PROTECTED]> To: "'Siobahn Hotaling'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, March 11, 2003 5:20 PM

RE: [SM-USERS] Changes in options suddenly not being saved

2003-03-11 Thread erin
Yes, I have access to the squirrelmail directory. They said that I can install a newer version if I want to, but I have to purchase telnet access to do that. They said I can't do it via FTP. The reason they still have 1.2.5 is that they have it integrated with the admin's control panel, and acco

[SM-USERS] RE: Changes in options suddenly not being saved

2003-03-11 Thread erin
Yes, I have access to the squirrelmail directory. They said that I can install a newer version if I want to, but I have to purchase telnet access to do that. They said I can't do it via FTP. The reason they still have 1.2.5 is that they have it integrated with the admin's control panel, and acco

RE: [SM-USERS] Changes in options suddenly not being saved

2003-03-11 Thread p dont think
Do you have access to the squirrelmail directory on the machine? Or can you make sure that they are installing a newer version of SquirrelMail? 1.2.5 is quite dated by now, and it is pretty hard to support people with installations that old. That said, were you able to add any highlighting previo

[SM-USERS] Re: SM_PATH appears to be wrong

2003-03-11 Thread SM-Development
Hi Paul, Thanks again for nailing down the problem. I think all debuggers & developers at Squirrelmail deserves *pat-on-the-back* for the not-paid effort. Thanks & keep up the good job! p dont think writes: All, Looks like there is a problem with $PHP_SELF not being an autoglobal fo

RE: [SM-USERS] Weird Error opening ../data/default_pref message

2003-03-11 Thread p dont think
You should also post directory listings for your data dir showing ownership and permissions. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Siobahn > Hotaling > Sent: Tuesday, March 11, 2003 5:01 PM > To: [EMAIL PROTECTED] > Subject: [SM-USERS] Weir

RE: [SM-USERS] Preference file, /var/lib/squirrelmail/prefs/xxxxxx.pref, could not be opened

2003-03-11 Thread p dont think
BE CAREFUL!  It appears to me as if apache is running as root on your box.  I’m not an apache expert, so maybe someone else can chime in or you can ask elsewhere, but this is definitely not right.  For instance, if I chown everything in my data dir to root, I get errors, which is to be expe

RE: [SM-USERS] Loggin on with a different format adds a new user preference.

2003-03-11 Thread p dont think
Title: Message (you should have replied to all, so this question would go to the whole list… i’m not sure i have the answer myself)   downloads?  meaning you have emails with large attachments that you are having a problem downloading (saving to your local hard drive)?  you don’t specifi

[SM-USERS] RE: SM_PATH appears to be wrong

2003-03-11 Thread p dont think
All, Looks like there is a problem with $PHP_SELF not being an autoglobal for PHP versions such as 4.0.6 under SM 1.4(cvs). Unless there is a reason not to, I will add a line in to global.php that specifically declares $PHP_SELF (as gotten from $_SERVER['PHP_SELF']) for PHP versions older tha

[SM-USERS] Re: SM_PATH appears to be wrong

2003-03-11 Thread SM-Development
Hi Paul, This are the results of the tests: Put this into functions/display_messages.php (earlier debug code has been commented): global $_SERVER; if (function_exists('check_sm_version')) { echo "YES, global.php HAS BEEN INCLUDEDbut _SERVER is only:"; print_r($_SERVER); echo ""; } else { e

[SM-USERS] Changes in options suddenly not being saved

2003-03-11 Thread erin
Here's the problem: On Monday this week, when I tried to add a message highlight, I couldn't get it to save. I tried changing several other options, and they didn't save either. Friday was the last time I had used my email account, and I hadn't changed anything over the weekend. Then all of a s

[SM-USERS] Weird Error opening ../data/default_pref message

2003-03-11 Thread Siobahn Hotaling
I've read all of the other posts I could find on the web concerning this issue - I've checked my permissions over and over, and set my data directory to an absolute path, but I'm still getting the following error: Error opening ../data/default_pref Could not create initial preference file! /var/ww

RE: [SM-USERS] Preference file, /var/lib/squirrelmail/prefs/xxxxxx.pref, could not be opened

2003-03-11 Thread admin
I tried logging on as Muckleroy instead of muckleroy.  It gave me an error about being able to WRITE to the prefs directory.  I changed the owner of directory prefs to root:root and now everything works.  Go figure…  Thanks for the help   -Original Message- From: [EMAIL PROTECTED]

RE: [SM-USERS] Preference file, /var/lib/squirrelmail/prefs/xxxxxx.pref, could not be opened

2003-03-11 Thread admin
[EMAIL PROTECTED] squirrelmail]# chmod -R 777 prefs [EMAIL PROTECTED] squirrelmail]# dir total 4 drwxrwxrwx    2 apache   apache   4096 Mar 10 11:23 prefs [EMAIL PROTECTED] squirrelmail]# dir prefs total 12 -rwxrwxrwx    1 apache   apache 99 Feb 11 17:36 default_pref -rwx

Re: [SM-USERS] Loggin on with a different format adds a new user preference.

2003-03-11 Thread Jonathan Angliss
Hello Jason, On Tuesday, March 11, 2003, Jason Novak wrote... > Anyone know why the following behaviour exists in v. 1.2.10 > I have a user defined as, say, 'jschmoe' and the user logs in as > 'jschmoe' a new user preference is created. > Then, the user decided to login as 'JSchmoe,' squirrel

[SM-USERS] Re: Loggin on with a different format adds a new user preference.

2003-03-11 Thread LuKreme
On Tuesday, Mar 11, 2003, at 13:06 Canada/Mountain, Jason Novak wrote: Anyone know why the following behaviour exists in v. 1.2.10 I have a user defined as, say, 'jschmoe' and the user logs in as 'jschmoe' a new user preference is created. Then, the user decided to login as 'JSchmoe,' squirrelmai

RE: [SM-USERS] Loggin on with a different format adds a new user preference.

2003-03-11 Thread p dont think
Title: Message conf.pl à option 4 à option 6 à yes/true   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Novak Sent: Tuesday, March 11, 2003 12:07 PM To: [EMAIL PROTECTED] Subject: [SM-USERS] Loggin on with a different format adds a new

RE: [SM-USERS] Preference file, /var/lib/squirrelmail/prefs/xxxxxx.pref, could not be opened

2003-03-11 Thread admin
Sorry yes, at least I believe it is correct…   SquirrelMail Configuration : Read: config.php (1.2.0) - General Options 1.  Default Charset   : iso-8859-1 2.  Data Directory    : /var/lib/squirrelmail/prefs/ 3.  A

[SM-USERS] RE: SM_PATH appears to be wrong

2003-03-11 Thread p dont think
Well I see the problem... but not sure why it exists, since globals.php should have already been included by the time we get here, which should take care of this kind of thing. In the same place in display_messages.php, can you please insert this in place of all the previous stuff: global $_SERVE

[SM-USERS] Only showing messages in INBOX [ADDENDUM]

2003-03-11 Thread LuKreme
Forgot, PHP 4.1.2 Configure Command: '/SourceCache/apache_mod_php/apache_mod_php-7/php/configure' '--prefix=/usr' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--with-apxs' System Info: Darwin fisheye 6.0 Darwin Kernel Version 5.2: Mon Jun 17 09:55:14 PDT 2002; root:xnu-201-14.roots/x

[SM-USERS] Only showing messages in INBOX

2003-03-11 Thread LuKreme
I have squirrelmail running (1.3CVS-DEVL, but updated to 1.4.0 RC2a hoping for a fix). It works, as far as I can tell, correctly for all users as long as they only select their inboxes to read. Selecting any other mailboxes simply displays the INBOX again. The folders show up correctly in the