phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-developers] Fatal Error in email app


From: Chris Weiss
Subject: Re: [Phpgroupware-developers] Fatal Error in email app
Date: Thu, 07 Mar 2002 00:09:57 +0000

There are 2 limits in the php.ini file.  One is for file attachements, the 
other is
php's memory limit.  If you plan to do anyting with uploaded files, the memory 
limit
needs to be at least 2 times the file size limit plus enough to run whatever 
code
you are using the handle the file.

Ryan Bonham (address@hidden) wrote*:
>
>Hi,
>
>When trying to send large attachments i recieved this error.
>I am using the latest 9.15.002 CVS
>Can someone translate what this means, did my server actually run out of 
>memmory,
it shouldn't. Or is teh email larger then postfix will allow, or something else 
all
together.
>
>Thanks.
>
>Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate
686937 bytes) in /var/www/html/phpgroupware/email/inc/class.bosend.inc.php on 
line 766
>
>Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 
>142
bytes) in Unknown on line 0
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]