I am running RC 0.1beta2 on a server running CentOS 5. The machine has a P4 2.6 GHz processor with 1 GB of RAM. I am running Apache (httpd) 2.2.3-7.el5.centos and PHP 5.1.6-12.el5. I am trying to open a message with an attachment of 5.5 MB. The attachment is a .psd file (Adobe Photoshop). When I open the message, it gives me a blank page. I searched the archives for this mailing list and I see one other person has experienced this problem, but the solutions presented didn't help me and I saw no official resolution to his problem.
Here is my .htaccess file from the root dir for roundcube: # AddDefaultCharset UTF-8 php_flag display_errors On php_flag log_errors On php_value error_log logs/errors php_value upload_max_filesize 16M <FilesMatch "(\.inc|\~)$|^_"> Order allow,deny Deny from all </FilesMatch> Order deny,allow Allow from all Here are the pertinent parameters from /etc/php.ini: post_max_size = 16M upload_max_filesize = 16M max_execution_time = 90 ; Maximum execution time of each script, in seconds When I get the blank page, I get nothing in the error log. The access_log registers: "GET /?_task=mail&_action=show&_uid=3&_mbox=INBOX HTTP/1.1" 200 26 Only after I get the blank screen and click back do I get the following in my error_log: PHP Warning: Cannot modify header information - headers already sent in Unknown on line 0, referer: http://webmail.shadeadams.com/?_task=mail I can send a smaller attachment...up to about 2 MB. Is there another directive somewhere that has me setup for only 2 MB? Thanks! ----- Jodie E Crouch III Director, Information Systems Group Nationwide Internet [EMAIL PROTECTED] Direct: (972) 798-4112 (972) 323-6598 x 5112
