> Hi, > > In pas couple of days I have discovered, that when I view mail via > squirrelmail and IE 6 (6.0.2800.1106 on win2k), some mails are not > displayed - all I get is just an empty page (here is the code of the > page): > > --------- > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> > <HTML><HEAD> > <META http-equiv=Content-Type content="text/html; > charset=windows-1252"></HEAD> > <BODY></BODY></HTML> > ---------
1. squirrelmail does not use meta content type headers. There is only one place that inserts such header, but it is not message listing or message view. SquirrelMail can't create page with charset=windows-1252, because there is no translation that uses this charset. 2. Please set error_reporting=E_ALL and display_errors=ON or check your webserver's logs. If you get some errors and decide to post them, developers will need your system information too. You can check bug_report plugin for information that should be send. Maybe you can also include info about php safe_mode and register_globals settings, third party plugin versions and any modification made in vanilla squirrelmail. -- Tomas ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
