> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:squirrelmail- > [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] > Sent: Monday, March 07, 2005 8:08 AM > To: [email protected] > Subject: [SM-USERS] file attachments > > I'm running 3 boxes - all with RedHat 9, standard sendmail, squirrelmail > 1.4.4 (upgraded via RPM from 1.4.3A) and no additional plugins. I can't > seem to send file attachments larger than about 480-500KB. I've tried all > the obvious remedies - editing PHP.INI (all three of the suggested lines), > looking for any .htaccess files, looking for any LimitRequestBody, or > limitRequestField orLimitRequestFieldsize lines in my httpd.conf, and even > installing WU-FTPD. Nothing changes, no matter what I set any of the > values in PHP.INI to. I can attach tiny files but no bigger. I've tried > sending from Mozilla mail and the problem wasn't there. Oh yean, this > happens with MSIE and with Netscape. I haven't tried any other browsers. > Any hints or suggestions would be MUCH appreciated.
What do you see in your apache error/access logs? What error are you seeing when you upload? Have you tried turning on error reporting in php.ini? Did you restart apache after making changes to php.ini? You might want to review the following in php.ini -- max_execution_time max_input_time memory_limit post_max_size upload_max_filtesize For error reporting -- log_errors = On error_log = syslog error_reporting = E_ALL & ~E_NOTICE If not a production system: display_errors = On -- Marc ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&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
