Page 1 of 1

Allowed memory size exhausted during plugin installatoin

Posted: Mon Nov 02, 2009 10:54 am
by Flominator
When trying to install new plugins on my installation of Serendipity 1.4.1, I always get this error. What should I do?

http://somedomain/serendipity_admin.php ... ype]=event

Ereignis-Plugins

Versuche URL package_event_de.xml zu öffnen...
348787 bytes von bereits bestehender Datei geladen. Speichere Inhalt als /some_random_path/flominator/templates_c/package_event_de.xml...



Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 130 bytes) in /some_random_path/flominator/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php on line 283

Re: Allowed memory size exhausted during plugin installatoin

Posted: Mon Nov 02, 2009 11:57 am
by garvinhicking
Hi!

That means, serendipity does not have enough memory to add new installs. You either need to remove some event plugins, or ask your server provider if he can raise your limit?

Regards,
Garvin

Re: Allowed memory size exhausted during plugin installatoin

Posted: Sun Nov 08, 2009 5:57 pm
by Flominator
Thanks. Maybe putting up a message saying exactly would be a nice idea ...

Re: Allowed memory size exhausted during plugin installatoin

Posted: Mon Nov 09, 2009 9:40 am
by garvinhicking
Hi!

Sadly, when the memory is used up, PHP has a fatal error already, and no PHP script can catch that. We can'T really calculate how much RAM will be utilized, so we can't intercept it...

Regards,
Garvin

Re: Allowed memory size exhausted during plugin installatoin

Posted: Tue Nov 10, 2009 8:47 pm
by Flominator
Will uninstalling event plugins cause them to delete data stored by them?
Will I be able to reinstall event plugins without data loss?

Re: Allowed memory size exhausted during plugin installatoin

Posted: Tue Nov 10, 2009 10:58 pm
by garvinhicking
Hi!
Flominator wrote:Will uninstalling event plugins cause them to delete data stored by them?
Will I be able to reinstall event plugins without data loss?
That depends on the plugin. Most plugins do not delete data, but some do.

Regards,
Garvin