Page 1 of 1

Fatal error: Allowed memory size

Posted: Wed Nov 15, 2006 12:11 am
by hgoor
Hi,

I am once again recovering from a crash (this time bad block on a HD) and I get this error when I try to accedd the plugin page.

I think I had this error before and it involved chnaging something (I think) in php.ini?

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 14592 bytes) in /var/www/plugins/serendipity_event_linklist/serendipity_plugin_linklist.php on line 80

Anyone have a clue?

Re: Fatal error: Allowed memory size

Posted: Wed Nov 15, 2006 10:24 am
by garvinhicking
Hi hgoor!

This message means that Serendipity is taking up all the 8MB of RAM that is allowed for you.

You can only reduce the memory size s9y requires by deinstalling plugins. Or (if not already) you can upgrade to serendipity 1.1-beta, where we have made a few changes on terms of memory footprint.

HTH,
Garvin

Re: Fatal error: Allowed memory size

Posted: Wed Nov 15, 2006 9:46 pm
by hgoor
garvinhicking wrote:Hi hgoor!

This message means that Serendipity is taking up all the 8MB of RAM that is allowed for you.

You can only reduce the memory size s9y requires by deinstalling plugins. Or (if not already) you can upgrade to serendipity 1.1-beta, where we have made a few changes on terms of memory footprint.

HTH,
Garvin
Ok, but this worked before on my old machine: I put back my backupped files on my newly installed server: where can I change that 8mb?

EDIT: nevermind, I changed 8mb in my php.ini to 16mb and now it works again...