Allowed memory size exhausted during plugin installatoin

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
Flominator
Regular
Posts: 15
Joined: Thu May 01, 2008 5:46 pm
Location: Schwarzwald, German
Contact:

Allowed memory size exhausted during plugin installatoin

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Allowed memory size exhausted during plugin installatoin

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Flominator
Regular
Posts: 15
Joined: Thu May 01, 2008 5:46 pm
Location: Schwarzwald, German
Contact:

Re: Allowed memory size exhausted during plugin installatoin

Post by Flominator »

Thanks. Maybe putting up a message saying exactly would be a nice idea ...
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Allowed memory size exhausted during plugin installatoin

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Flominator
Regular
Posts: 15
Joined: Thu May 01, 2008 5:46 pm
Location: Schwarzwald, German
Contact:

Re: Allowed memory size exhausted during plugin installatoin

Post 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?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Allowed memory size exhausted during plugin installatoin

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply