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 ?[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