Tracker: Bugs

5 "Time Out" messages but commands work - ID: 1000850
Last Update: Comment added ( kink )

I'm having the same issue as the person below. Similar
setup and versions however I am using ssl on the site.

Any resolution would be greatly appreciated!




From: Jeff Mitchell <smhelp@em...>
"Time Out" messages but commands work
2004-07-17 13:33
Squirrel-mail-users List--

I"m having an issue where when I do specific things --
for instance, hit
Send after composing a message, or click the Delete
link when viewing a
message, my web browser will wait for a time and then
state that the
operation timed out when attemtping to contact the
server. However,
whatever it is I was trying to do is done correctly (i.e.
the mail is
sent, or the message deleted).

Other times, however, there is no problem -- for
instance, moving a
message to the trash by selecting the message and
clicking the Move button
in the main inbox view has no delay/timeout.

I"m using Slackware 10.0 with Apache 2.0.50, PHP
4.3.8, SquirrelMail
1.4.3a, and Courier-IMAP 3.0.5. No SSL anywhere (I"m
using stunnel to do
it all transparently).

Any ideas/help would be much appreciated.

Thanks!

--Jeff




Nobody/Anonymous ( nobody ) - 2004-07-30 18:22

5

Closed

Fixed

Thijs Kinkhorst

Compose

None

Public


Comments ( 5 )

Date: 2006-07-25 09:23
Sender: kinkProject AdminAccepting Donations

Logged In: YES
user_id=285765

I've applied a bug fix to current devel and stable CVS that
allows one to configure the proto+hostname+port part of the
base uri (optionally), so situations like this where that
goes wrong can then be fixed by the administrator. I think
we cannot further improve our heuristic because some things
we just don't know.


Date: 2006-07-06 11:18
Sender: kinkProject AdminAccepting Donations

Logged In: YES
user_id=285765

We've changed some code in 1.4.7 to better handle this
situation automatically. I recommend that you try that
version and report back whether it has been resolved. Thanks.


Date: 2005-04-04 18:49
Sender: kinkProject AdminAccepting Donations

Logged In: YES
user_id=285765

Ah, thanks for the info. This is a known problem, I'm
working on a solution that will allow to set the base url by
hand (almost any other sufficiently advanced web application
has this).


Date: 2005-03-26 16:21
Sender: nobody

Logged In: NO

The whole problem for me came down to the function
"get_location" in /functions/strings.php. It was not
returning "https://my.webmail.com" it was returning
"http://my.webmail.com".

My hack for now was changing the following in strings.php

if ( sqgetGlobalVar('sq_base_url', $full_url, SQ_SESSION) ) {
$full_url = "https://my.webmail.com";
return $full_url . $path;
}


I know its a hack but it works.....



Date: 2004-08-11 16:10
Sender: gorlik

Logged In: YES
user_id=401587

this sound similar to issue 716762. I posted a lot of debugging info on
that bug that might apply here as well.


Attached File

No Files Currently Attached

Changes ( 4 )

Field Old Value Date By
status_id Open 2006-07-25 09:23 kink
resolution_id None 2006-07-25 09:23 kink
close_date - 2006-07-25 09:23 kink
assigned_to nobody 2005-04-04 18:49 kink