Page 1 of 1
No event plug-ins to install...?? help...
Posted: Tue Aug 16, 2005 6:31 am
by ckeck
When I click to install a new event plug-in it takes me to the page where it normally lists them, but none of them show up. Whats causing this?
My sidebar plug-ins are fine...
Posted: Tue Aug 16, 2005 12:26 pm
by wesley
Did you add a new plugin to the plugins folder recently?
Posted: Tue Aug 16, 2005 2:29 pm
by Rembrandt
Try incrasing the maximum amount of memory a script may consume in your php-configuration. I've set my "memory_limit" to "12m" - "8m" wasn't enough.
so long...
Rembrandt
Posted: Mon Sep 05, 2005 6:38 pm
by Tine
Same problem here. Where can I increase the maximum?
Posted: Mon Sep 05, 2005 6:48 pm
by Rembrandt
In your php.ini (/etc/php/cgi/php.ini).
Posted: Mon Sep 05, 2005 7:18 pm
by Tine
To what do I have to change it?
Code: Select all
memory_limit = 50M ; Maximum amount of memory a script may consume (8MB)
Change the 50M or the 8MB?!

sorry I have no idea about this.
Greetz from Berlin and thx 4 helping
Posted: Mon Sep 05, 2005 8:01 pm
by Rembrandt
Oh, your limit is already set to a very high value. So I think, the error you receive when you're trying to install a new event plugin has nothing to do with the memory limit. We have to search at another place...
so long...
Rembrandt
Posted: Tue Sep 06, 2005 6:03 pm
by Tine
Hm, still no idea. I asked a friend and all he said was: "Try to increase the maximum.." LOL, great help.
Well, besides another question concerning the "Static-Pages" Plugin: Where can I define how big/long a static page can be (how many characters can be in such a page?) ? I dont like the Tree Menu, I would rather have all static content in ONE single static page, without childpages.
Thanks for helping
Tine
Posted: Tue Sep 06, 2005 10:23 pm
by garvinhicking
Tine, can you please tell the exact "out of memory" message you are getting, and where it happens?
It seems the 50MB limit is not applied at all, so maybe your php.ini file is not executed. Put a simple file "info.php" into your host with this content:
and call it in your browser - search for "memory" and see if it really says "50MB" there?
The static page plugin can hold 65kb of data (more does not fit in a HTML textarea), you can't configre a minimum/maximum.
Regards,
Garvin