No event plug-ins to install...?? help...

Creating and modifying plugins.
Post Reply
ckeck
Regular
Posts: 18
Joined: Sun Jan 02, 2005 8:00 am
Location: Texas
Contact:

No event plug-ins to install...?? help...

Post 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...
wesley
Regular
Posts: 197
Joined: Sun Jul 10, 2005 11:15 am
Contact:

Post by wesley »

Did you add a new plugin to the plugins folder recently?
I make s9y plugins, too.
My s9y blog depends on them. :)
Rembrandt
Regular
Posts: 71
Joined: Mon Dec 20, 2004 5:10 pm
Location: Germany
Contact:

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

Post by Tine »

Same problem here. Where can I increase the maximum?
Rembrandt
Regular
Posts: 71
Joined: Mon Dec 20, 2004 5:10 pm
Location: Germany
Contact:

Post by Rembrandt »

In your php.ini (/etc/php/cgi/php.ini).
Tine

Post 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?! :oops: sorry I have no idea about this.
Greetz from Berlin and thx 4 helping
Rembrandt
Regular
Posts: 71
Joined: Mon Dec 20, 2004 5:10 pm
Location: Germany
Contact:

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

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

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

Code: Select all

<?php
phpinfo();
?>
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
# 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