Re: [SM-USERS] left frame/folder logs out ?

2012-07-07 Thread voytek
> Not easily without digging in the code. I'd start by watching your > IMAP logs to make sure nothing funny is happening there. Is there any > proxy or other layers between SM and the IMAP server? Also, fiddle > with refresh values for the folder list just for fun. Also make sure > no rogue pl

Re: [SM-USERS] left frame/folder logs out ?

2012-07-06 Thread Paul Lesniewski
On Fri, Jul 6, 2012 at 8:37 PM, Voytek Eymont wrote: > I have a new install of SM on Centos, it all works fine, but, every so > often, the left frame/Folders 'logs out' and has "ERROR You must be logged > in to access this page. Go to the login page" > this happens maybe... once every two hour, or

[SM-USERS] left frame/folder logs out ?

2012-07-06 Thread Voytek Eymont
I have a new install of SM on Centos, it all works fine, but, every so often, the left frame/Folders 'logs out' and has "ERROR You must be logged in to access this page. Go to the login page" this happens maybe... once every two hour, or so the right frame/messages, keeps working this seems indepe

Re: [SM-USERS] left frame with message boxes does not disappearafter user signs out

2008-03-14 Thread Giannis Mantzouranis
Thanks for the repply it worked. I have chosen _top 1-->6 and it worked! Thanks a lot Giannis Mantzouranis - Original Message - From: "Paul Lesniewski" <[EMAIL PROTECTED]> To: "Squirrelmail User Support Mailing List" Sent: Παρασκευή, 14 Μαρτίου 2008 11

Re: [SM-USERS] left frame with message boxes does not disappear after user signs out

2008-03-14 Thread Paul Lesniewski
On Fri, Mar 14, 2008 at 1:54 PM, Giannis Mantzouranis <[EMAIL PROTECTED]> wrote: > hello all > I have squirrel mail in 2 different intallations but with the same problem. > The version of squirrelmail is 1.4.13 and is installed on a apache 1.3.41 > with modssl 2.8.31-1.41 on both installations a

[SM-USERS] left frame with message boxes does not disappear after user signs out

2008-03-14 Thread Giannis Mantzouranis
hello all I have squirrel mail in 2 different intallations but with the same problem. The version of squirrelmail is 1.4.13 and is installed on a apache 1.3.41 with modssl 2.8.31-1.41 on both installations and with php 5.2.5 on the first on slackware 10.2 linux and the other with php 4.4.8 on sl

Re: [SM-USERS] left frame disappears on 1.4.5 & 1.4.6rc1

2006-01-26 Thread Wm Mussatto
Paul Lesneiwski said: >> my expectations are that when I click on a folder in the folder >> frame that the folder will open in target=right and the folder >> frame will be maintained(target=left). this is how SM has >> operated since I started using it 6 years ago. And I believe >> it is the intend

Re: [SM-USERS] left frame disappears on 1.4.5 & 1.4.6rc1

2006-01-25 Thread nate
Paul Lesneiwski wrote: > Look at your prefs settings for the size of the left frame. What is > it? Can you tell if the frame is being sized down or is completely > disappearing? If it is disappearing and you can see that the links > are correct and the same as older versions, then it sounds like

Re: [SM-USERS] left frame disappears on 1.4.5 & 1.4.6rc1

2006-01-25 Thread Paul Lesneiwski
> my expectations are that when I click on a folder in the folder > frame that the folder will open in target=right and the folder > frame will be maintained(target=left). this is how SM has > operated since I started using it 6 years ago. And I believe > it is the intended operation. > > I haven't

Re: [SM-USERS] left frame disappears on 1.4.5 & 1.4.6rc1

2006-01-25 Thread nate
Paul Lesneiwski wrote: > On 1/25/06, nate <[EMAIL PROTECTED]> wrote: >> nate wrote: >> >> > it is back to frame not dissapearing again under firefox. > > I don't understand exactly. You say the folder list frame is > "disappearing" but then you said that you are not getting a white > frame. Are y

Re: [SM-USERS] left frame disappears on 1.4.5 & 1.4.6rc1

2006-01-25 Thread Paul Lesneiwski
On 1/25/06, nate <[EMAIL PROTECTED]> wrote: > nate wrote: > > > it is back to frame not dissapearing again under firefox. I don't understand exactly. You say the folder list frame is "disappearing" but then you said that you are not getting a white frame. Are you expecting the left frame to appe

Re: [SM-USERS] left frame disappears on 1.4.5 & 1.4.6rc1

2006-01-25 Thread nate
Tomas Kuliavas wrote: > I had php4-apc installed for one day. Was unable to debug php scripts and > removed it. Make sure that you can reproduce your problem when php4-apc > extension is disabled. confirmed just now I removed the php4-apc package and restarted apache, the behavior is still there(

Re: [SM-USERS] left frame disappears on 1.4.5 & 1.4.6rc1

2006-01-25 Thread nate
nate wrote: > it is back to frame not dissapearing again under firefox. > I was in the process of enabling http access and giving my > account a temporary password so I could tcpdump the output > but can't reproduce it right now under http or https. forgot I had ssldump, since I have access to my

Re: [SM-USERS] left frame disappears on 1.4.5 & 1.4.6rc1

2006-01-25 Thread nate
nate wrote: > confirmed that php error logging is turned up, I have another > php app(ldapexplorer) which is showing some warnings which > were not showing before I turned up the logging it is back to frame not dissapearing again under firefox. I was in the process of enabling http access and giv

Re: [SM-USERS] left frame disappears on 1.4.5 & 1.4.6rc1

2006-01-25 Thread nate
nate wrote: > I changed it so it is only E_ALL and restarted apache and I do > not see any additional messages. The frame dissapearing is occuring > 100% of the time on firefox at the moment with SM 1.4.6. confirmed that php error logging is turned up, I have another php app(ldapexplorer) which i

Re: [SM-USERS] left frame disappears on 1.4.5 & 1.4.6rc1

2006-01-24 Thread Tomas Kuliavas
>> >> Restart Apache. PHP APC extension does not handle modifications in PHP >> scripts. If it is installed and PHP scripts are modified, scripts start >> breaking with bogus error messages. >> >> If you use PHP cache or optimizer and get errors after script updates, >> make sure that you get those

Re: [SM-USERS] left frame disappears on 1.4.5 & 1.4.6rc1

2006-01-24 Thread nate
Tomas Kuliavas wrote: > > Restart Apache. PHP APC extension does not handle modifications in PHP > scripts. If it is installed and PHP scripts are modified, scripts start > breaking with bogus error messages. > > If you use PHP cache or optimizer and get errors after script updates, > make sure th

Re: [SM-USERS] left frame disappears on 1.4.5 & 1.4.6rc1

2006-01-24 Thread Tomas Kuliavas
> Hey folks, long time no see. > > > I've been an SM user since just before 1.0 was release I think in > early 2000, I like it a lot, currently on 1.2.9. I finally got around today > to testing out an upgrade. So I installed 1.4.6rc1(downloaded in the past > hour). Configured it to suit my settings

[SM-USERS] left frame disappears on 1.4.5 & 1.4.6rc1

2006-01-24 Thread nate
Hey folks, long time no see. I've been an SM user since just before 1.0 was release I think in early 2000, I like it a lot, currently on 1.2.9. I finally got around today to testing out an upgrade. So I installed 1.4.6rc1(downloaded in the past hour). Configured it to suit my settings, re-download

[SM-USERS] Left frame shrinks

2003-11-20 Thread rkl
Does anyone knows why the left frame shrinks sometimes? Also sometime I can't make it resize correctly. It will shrink back to smaller than normal. thanks, fw - eMail solutions by http://www.swanmail.com

[SM-USERS] left frame small

2003-11-13 Thread rkl
Does anyone have any ideas why my left frame is smaller than specified in the options->folders? I have only one user and the left frame is about half of what it is supposed to be. I have another user with the same setting (atleast I think so) 100 pixels but they are displaying differently. Oh, I h

Re: [SM-USERS] Left frame takes a while to load

2003-11-03 Thread Rob Prince
Daniel W said: > Anyone else seeing this behaviour in SM 1.4.1 using Explorer 6.0? > > The folder list is blank (white) for quite a while after the main frame > has > loaded. Sometimes I even need to refresh the page (F5) to get it to > appear. > > Doesn't happen all the time but is annoying when i

[SM-USERS] Left frame takes a while to load

2003-11-03 Thread Daniel W
Anyone else seeing this behaviour in SM 1.4.1 using Explorer 6.0? The folder list is blank (white) for quite a while after the main frame has loaded. Sometimes I even need to refresh the page (F5) to get it to appear. Doesn't happen all the time but is annoying when it does. Thanks, Daniel

Re: [SM-USERS] Left Frame Resizable

2003-05-29 Thread Jon Angliss
Hello Daniel, On Wednesday, May 28, 2003, Daniel Watts wrote... > Hi, > Is there an easy way I can make the left frame resizeable? At the > moment it keeps showing those scroll bars which are pretty ugly. > Tried increasing the folder width but doesn't seem to be enough. There is a user option t

[SM-USERS] Left Frame Resizable

2003-05-29 Thread Daniel Watts
Hi, Is there an easy way I can make the left frame resizeable? At the moment it keeps showing those scroll bars which are pretty ugly. Tried increasing the folder width but doesn't seem to be enough. Thanks all, Dan --- This SF.net email is s

Re: [SM-USERS] Left frame can't be displayed

2003-03-25 Thread info
Jason Lieurance said: > Hello, > > Setup: > > FreeBSD 4.7 > PHP 4.30 > Squirrelmail 1.2.10 > > Some of my users started complaining that after a short while of > being logged in, the left frame with the folder list in IE 6 will > say 'page can not be display' than the right frame follows suit. > Th

[SM-USERS] Left frame can't be displayed

2003-03-25 Thread Jason Lieurance
Title: Message Hello,   Setup:FreeBSD 4.7PHP 4.30Squirrelmail 1.2.10  Some of my users started complaining that after a short while of being logged in, the left frame with the folder list in IE 6 will say 'page can not be display' than the right frame follows suit. This doesn't happen all th

Re: [SM-USERS] Left Frame

2002-11-01 Thread Rick Castello
Bruce Richardson said: >> > It's very clunky, that, as a solution. Our users mostly have their >> folders organised into a heirarchy, two or three deep (a pattern >> carried over from the previous mail client). This means that if >> they have the heirarchy open the left pane is too narrow and if

Re: [SM-USERS] Left Frame

2002-11-01 Thread Bruce Richardson
On Fri, Nov 01, 2002 at 12:46:30PM -0500, Rick Castello wrote: > > On Fri, Nov 01, 2002 at 05:39:07PM +0100, Pong wrote: > >> Hoover sagde: > >> > I was wondering if anyone knew where to edit to make the left frame > >> a little wider. > >> > I'm getting a scroll bar, and dont want that there. > >>

Re: [SM-USERS] Left Frame

2002-11-01 Thread Chris Hilts
> It's very clunky, that, as a solution. Our users mostly have their > folders organised into a heirarchy, two or three deep (a pattern carried > over from the previous mail client). This means that if they have the > heirarchy open the left pane is too narrow and if they have it closed > the pan

Re: [SM-USERS] Left Frame

2002-11-01 Thread Rick Castello
> On Fri, Nov 01, 2002 at 05:39:07PM +0100, Pong wrote: >> Hoover sagde: >> > I was wondering if anyone knew where to edit to make the left frame >> a little wider. >> > I'm getting a scroll bar, and dont want that there. >> > Any help would be appreciated. Thanks. >> >> Preferences->Folders->Widt

Re: [SM-USERS] Left Frame

2002-11-01 Thread itsbruce
On Fri, Nov 01, 2002 at 05:39:07PM +0100, Pong wrote: > Hoover sagde: > > I was wondering if anyone knew where to edit to make the left frame a > > little wider. > > I'm getting a scroll bar, and dont want that there. > > Any help would be appreciated. Thanks. > > Preferences->Folders->Width of f

Re: [SM-USERS] Left Frame

2002-11-01 Thread Pong
Hoover sagde: > I was wondering if anyone knew where to edit to make the left frame a > little wider. > I'm getting a scroll bar, and dont want that there. > Any help would be appreciated. Thanks. Preferences->Folders->Width of folder list Peter Stubbe --

[SM-USERS] Left Frame

2002-11-01 Thread Hoover
I was wondering if anyone knew where to edit to make the left frame a little wider. I'm getting a scroll bar, and dont want that there. Any help would be appreciated. Thanks. Jeremy Hoover Bucklin & Greensburg Tractor --- This sf.net email i