-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello Drew Daniels,
On Wednesday, July 20, 2005, you wrote:
> I did not see the below email hti the list, so I'm trying again.
You waited an hour and 13 minutes. These lists are protected by
various spam filters by sourceforge.net and delivery isn't always
instant, especially during peek hours. I suggest a slightly longer
waiting period next time :)
[..]
> My problem is when I empty the trash, when I hit the send button, when
> I attempt to create a new folder, it does all these actions, but the
> frame that is supposed to load doesn't, be it left_main.php or
> right_main.php however if I do something like reload the page, or if
> say the right frame disappears and I hit "INBOX" on the left frame, it
> comes back, having done whatever it was I asked.
This sounds more like an issue of a redirect. This comes up every now
and again, and is usually the result of SSL not being detected
properly.
For a test, take a look in functions/strings.php, do a search for the
function get_location, starts around line 200 in the latest stable
release. You should see a line like this around line 223:
$getEnvVar = getenv('HTTPS');
Then followed by an if block. If you want to find out the real cause
of the problem, you could try inserting some echo statements around
that area, for example, after the if block, add something like:
echo 'HTTPS EnvVar: [' . $getEnvVar . '] <br>';
echo 'HTTPS ServVar: [' . $https_on . '] <br>';
echo 'Proto: [' . $proto . '] <br>';
Then attempt to send an email. You'll get a bunch of errors about
headers already being sent, but you should see something at the top
similar to what you have written above, paste the results here so we
can diagnose the issue.
If you want to just fix it, comment out that whole if block, and a few
lines higher, you should see:
$proto = 'http://';
on around line 216, change that to https:// and see if it helps.
[..]
> The error messages are:
> (I'm using php 4.4.0 that I built, and apache 2.0.54 that I built)
> [Wed Jul 20 00:27:35 2005] [error] [client xx.xxx.xxx.xxx] PHP Notice:
> Undefined variable: matches in
> /home/webmail/homepage/plugins/gpg/setup.php on line 31, referer:
> https://mail.xxxxxx.org/src/left_main.php
If you search the plugins archive I think, you'll see these are
mentioned. They are fairly harmless, it's just saying that a variable
is being used, but not defined first. They won't cause any harm in
the running of the application.
[..]
> [Wed Jul 20 00:28:42 2005] [error] [client xx.xxx.xxx.xxx] PHP
> Warning: Call-time pass-by-reference has been deprecated - argument
> passed by value; If you would like to pass it by reference, modify
> the declaration of [runtime function name](). If you would like to
> enable call-time pass-by-reference, you can set
> allow_call_time_pass_reference to true in your INI file. However,
> future versions may not support this any longer. in
> /home/webmail/homepage/plugins/gpg/gpg_hook_functions.php on line 220,
> referer:https://mail.xxxxxx.org/src/right_main.php?PG_SHOWALL=0&sort=0&startMessage=1&mailbox=INBOX
Not seen this one before, not sure if it'd be fatal or not though.
- --
Jonathan Angliss
<[EMAIL PROTECTED]>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (MingW32)
iD8DBQFC4dtvK4PoFPj9H3MRAofnAKCBb8H2kCiSgvkpqPg7nKnBUigZHgCg4ez4
373ODdFK0nI7oOTjY48t9Ks=
=1zJH
-----END PGP SIGNATURE-----
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
--
squirrelmail-users mailing list
Posting Guidelines:
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [email protected]
List Archives:
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users