> I've seen somone who was reporting a similar issue, but never got a reply
> (perhaps because he suggested it was an XP issue).  Here's my problem:
>
> When an e-mail has an attachment, you can view the attachment, but then
> when you go back to the inbox and try to reopen the message, top of the
> page loads, but not the message (or anything below it for that matter).
> I've looked in error_log on the server to see if apache was throwing any
> errors - nope.  Also, I've run the configtest.php from Squirremail - it
> doesn't report any issues.  The only way to re-open that e-mail is to log
> out and back in - it then displays fine.  Also, if you move the message
> from one folder to another and then try to view it again - it loads fine.

disable php register_globals or get src/download.php from squirrelmail
1.4.6cvs or check link to patch on
http://www.squirrelmail.org/wiki/KnownBugs. Variable corruption on php
4.4.0 + register_globals = on

Currently you should enable globals only when script asks for it and when
old script is broken. Since php 4.2.0 scripts are written for
register_globals = off setups. Running php with rg=on can cause variable
corruption and security issues.

register_globals can be disabled in php.ini, apache configuration and
.htaccess files.

-- 
Tomas


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to