Page 1 of 1

Fatal error in adodb-lib-inc.php

Posted: Wed Mar 02, 2005 10:10 pm
by Frank
When I try to install certain plugins/modules, I get the following error message...

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 92160 bytes) in /srv/www/htdocs/dev/lib/adodb/adodb-lib.inc.php on line 163

Any ideas? This is a 64Bit Dual Processor IBM with 4GB Ram running SUSE Linux 9.2

Other than the error on the plugins/modules, it runs great!

Thanks in advance for any assistance...

Frank

Re: Fatal error in adodb-lib-inc.php

Posted: Wed Mar 02, 2005 10:16 pm
by Frank
Well, for those of you who may run into the same issue... here is the problem...


I solved the issue by going to /etc/php.ini and changing


ini_set("memory_limit", "8M");



to


ini_set("memory_limit", "12M");


and allowing the scripts to run using a little more memory.

FYI.

Re: Fatal error in adodb-lib-inc.php

Posted: Wed Mar 02, 2005 10:52 pm
by Ted
Well, that's depressing...  I was hoping we could avoid ever having to do that fix.  I guess adodb has a few ways to make sure that you need it sometimes.  Thanks for the fix.