Re: [SM-USERS] Large attachments fail

2003-12-10 Thread Chris Winterrowd
Yes, please provide more info on your setup.. I will make one comment though - because I had this same issue with Solaris 8, Apache 1.3.29, PHP 4.3.2, and SM 1.4.2 - if I enable memory_limit at compile time for PHP, this seems to always cause me problems with large attachments.. I would see log en

Re: [SM-USERS] Large attachments fail

2003-12-10 Thread lars+lister . squirrel
There is one more: in /etc/httpd/conf.d/php.conf you will find: #LimitRequestBody 524288 # matches "upload_max_filesize = 6M": LimitRequestBody 6291456 -- Lars > RedHat 9 w/all up2dates > httpd-2.0.40-21.5 > php-4.2.2-17.2 > > No log entries. Nothing to give a clue, hence my asking here. N

Re: [SM-USERS] Large attachments fail

2003-12-09 Thread Jonathan Angliss
On Tue, 2003-12-09 at 19:16, Gary MacKay wrote: > RedHat 9 w/all up2dates > httpd-2.0.40-21.5 > php-4.2.2-17.2 > > No log entries. Nothing to give a clue, hence my asking here. No, I did > not search the archives for "RedHat" and "Apache 2" but I will. I > searched for "large attachments fail" a

Re: [SM-USERS] Large attachments fail

2003-12-09 Thread Gary MacKay
RedHat 9 w/all up2dates httpd-2.0.40-21.5 php-4.2.2-17.2 No log entries. Nothing to give a clue, hence my asking here. No, I did not search the archives for "RedHat" and "Apache 2" but I will. I searched for "large attachments fail" and found next to nothing. Just a few mentions of the php.ini s

Re: [SM-USERS] Large attachments fail

2003-12-09 Thread Jonathan Angliss
Hello Gary, On Tuesday, December 09, 2003, Gary S MacKay wrote... > I've searched the archives and double checked my php.ini settings. I have > memory_limit = 12M > file_uploads = On > upload_max_filesize = 6M > post_max_size = 8M > and yes, I restarted httpd many times. > Still, when I try to

[SM-USERS] Large attachments fail

2003-12-09 Thread Gary S MacKay
I've searched the archives and double checked my php.ini settings. I have memory_limit = 12M file_uploads = On upload_max_filesize = 6M post_max_size = 8M and yes, I restarted httpd many times. Still, when I try to add an attachment that is over a couple hundred K, I get "File contains no data"