RE: [PHP] Why Fatal Error ?

2003-06-19 Thread Jay Blanchard
[snip] Why this error ( Linux Redhat 8.0, PHP 4.2.2): Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 1048576 bytes) in /var/www/html/xpai/xmail.class on line 71 Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 131 bytes) in

RE: [PHP] Why Fatal Error ?[Scanned]

2003-06-19 Thread Michael Egan
Tony, It might be that somewhere in your code there is a loop or while structure that has an error. This is running endlessly until you run out of memory which is when you see the error message. Check the structures within the code to ensure that they are correct. HTH, Michael Egan

Re: [PHP] Why Fatal Error ?

2003-06-19 Thread Tony Arcucci
This is the result of free [EMAIL PROTECTED] webmin]# free total used free sharedbuffers cached Mem:513936 444256 69680 0 157168 135476 -/+ buffers/cache: 151612 362324 Swap: 779104 0 779104 I think

Re: [PHP] Why Fatal Error ?[Scanned]

2003-06-19 Thread Tony Arcucci
Michael, this is the line: array_push($ret, $tmp[0]); But is very strange, till yesterday phpadmin ( a software for xmail server) worked fine, not reboot or other was done. After the error, I changed memory_limit from 8 to 60 to resolve, but with 8M yesterday worked fine. Sorry for my

Re: [PHP] Why Fatal Error ?

2003-06-19 Thread Leif K-Brooks
Tony Arcucci wrote: Why this error ( Linux Redhat 8.0, PHP 4.2.2): Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 1048576 bytes) in /var/www/html/xpai/xmail.class on line 71 Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 131