Re: [PHP] memory exhausted... memory leak?

2003-01-25 Thread Tularis
It worked fine till I changed database (just the database-name). Here is the script that is executed untill the line 61: - - - GLOBAL.PHP- - - // Pre-load vars $settings= array(); $database= array(); define('XE_VERSION', '0.03a'); define('XE_BUILD', '200301

RE: [PHP] memory exhausted... memory leak?

2003-01-24 Thread John W. Holmes
> Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to > allocate 35 bytes) in > /home/virtual/site8/fst/var/www/html/staff/libs/error.lib.php on line 61 > > I suddenly got this error on one of my sites, and after rechecking the > script, it shouldn't be happenning :S > > Anyway,

[PHP] memory exhausted... memory leak?

2003-01-24 Thread Tularis
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 35 bytes) in /home/virtual/site8/fst/var/www/html/staff/libs/error.lib.php on line 61 I suddenly got this error on one of my sites, and after rechecking the script, it shouldn't be happenning :S Anyway, I was wonder