Fatal error in adodb-lib-inc.php

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
Frank

Fatal error in adodb-lib-inc.php

Post 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
Frank

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

Post 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.
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

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

Post 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.
Locked

Return to “Modules/Add-Ons”