configure plugins - incomplete page

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
philmuc
Posts: 4
Joined: Mon Nov 09, 2009 12:58 pm

configure plugins - incomplete page

Post by philmuc »

Hey,

Dont know when this happened but whenever I select Configure Plugins in my admin section, I am just getting a incomplete page returned.

I get the header, the 2 "check for new" links, and then headers left, hidden and one pluging entry under the hidden section. And thats it.

THeres a screen shot up at - http://www.taffytowers.de/serendipity/u ... oard05.jpg

Anyone any idea how I can rebuild the config here?

Am running v 1.2.1 and getting this in Firefox, Safari

Thoughts?

Thanks

Phil
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: configure plugins - incomplete page

Post by garvinhicking »

Hi!

Usually this means that PHP is running out of memory, but your server is configured to not show error messages.

Ask your provider for a complete PHP error log to see if that is the case; it it is this, then check if you can raise the PHP "memory_limit" option, or you'll need to remove some plugins to be able to update/install new ones...

BEst 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/
philmuc
Posts: 4
Joined: Mon Nov 09, 2009 12:58 pm

Re: configure plugins - incomplete page

Post by philmuc »

Thanks Gavin,

Its my server, I thought I had the memory size set pretty high. I'll go check

Phil
philmuc
Posts: 4
Joined: Mon Nov 09, 2009 12:58 pm

Re: configure plugins - incomplete page

Post by philmuc »

Memory size was already set to 128mb, but also now turned on error logging for everything

Got a nice chunk out
Warning: require_once(): Unable to access /srv/www/vhosts/taffytowers.de/httpdocs/serendipity/plugins/serendipity_plugin_twitter/classes/Twitter.php in /srv/www/vhosts/taffytowers.de/httpdocs/serendipity/plugins/serendipity_plugin_twitter/serendipity_plugin_twitter.php on line 14 Warning: require_once(/srv/www/vhosts/taffytowers.de/httpdocs/serendipity/plugins/serendipity_plugin_twitter/classes/Twitter.php): failed to open stream: Permission denied in /srv/www/vhosts/taffytowers.de/httpdocs/serendipity/plugins/serendipity_plugin_twitter/serendipity_plugin_twitter.php on line 14 Fatal error: require_once(): Failed opening required '/srv/www/vhosts/taffytowers.de/httpdocs/serendipity/plugins/serendipity_plugin_twitter/classes/Twitter.php' (include_path='.:/usr/share/php5:/usr/share/php5/PEAR:/srv/www/vhosts/taffytowers.de/httpdocs/serendipity/bundled-libs/:/srv/www/vhosts/taffytowers.de/httpdocs/serendipity/bundled-libs/Smarty/libs/:/srv/www/vhosts/taffytowers.de/httpdocs/serendipity/:') in /srv/www/vhosts/taffytowers.de/httpdocs/serendipity/plugins/serendipity_plugin_twitter/serendipity_plugin_twitter.php on line 14
Sure enough, half of the plugin is missing. Can I download the source for the plugin without using the automated process? Gonna go looking for the source myself now....
philmuc
Posts: 4
Joined: Mon Nov 09, 2009 12:58 pm

Re: configure plugins - incomplete page

Post by philmuc »

Ok found the plugin source here and put it back into my plug in directory. Not sure why there were files missing in there. And hey presto it all worked. Gonna put my php.ini memory limit back down to a decent size and turn off the error logging.

If in doubt, turn on all your php logging (yes might not be pretty but it helps)

Thanks

Phil
Don Chambers
Regular
Posts: 3657
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: configure plugins - incomplete page

Post by Don Chambers »

Good job of hanging in there to solve the problem Phil!!

I visited your site briefly. You and Garvin should hook up for some Rock Band!! :wink:
=Don=
Post Reply