Re: [PHP] Fatal Error Help

2004-06-03 Thread raditha dissanayake
Ryan Schefke wrote: I will try it but I wanted to make sure that was the best way to solve the issue. Why would the same script work before (with memory_limit = 8MB) and now it has that error? That's where I'm confused. depends on the data you are working with. What about verifying it yourse

RE: [PHP] Fatal Error Help

2004-06-03 Thread Ryan Schefke
: Thursday, June 03, 2004 12:48 PM To: Ryan Schefke Cc: Php-General-Help Subject: Re: [PHP] Fatal Error Help Ryan Schefke wrote: > Can someone verify that the solution to this problem is to change my php.ini > file's "memory_limit = 8M;" line to "memory_limit = 16M;"?

Re: [PHP] Fatal Error Help

2004-06-03 Thread Marek Kilimajer
Ryan Schefke wrote: Can someone verify that the solution to this problem is to change my php.ini file's "memory_limit = 8M;" line to "memory_limit = 16M;"? What about verifying it yourself? Yes, that should help. If not, try higher values. Don't forget to restart the webserver. -- PHP General M

Re: [PHP] Fatal error help

2004-05-19 Thread robi
thanks it helped troby > the class you are defining is already or the file in which you have defined > the class in somehow included twice.. > consider using require_once for you class include file. > > HTH, > Haseeb > - Original Message - > From: "robi" <[EMAIL PROTECTED]> > To: <[EMAIL P

Re: [PHP] Fatal error help

2004-05-19 Thread Haseeb Iqbal
the class you are defining is already or the file in which you have defined the class in somehow included twice.. consider using require_once for you class include file. HTH, Haseeb - Original Message - From: "robi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 19, 2004