Plugin Installation Page empty

Creating and modifying plugins.
Post Reply
ma74
Regular
Posts: 16
Joined: Wed Nov 23, 2005 12:07 pm
Contact:

Plugin Installation Page empty

Post by ma74 »

Hi

I am new to Serendipity, coming from WordPress. Everything fine so far, seems to be a cool system. The only problem I have is this:
When I want to install further plugins in the Configure Plugins Sections an empty page shows up, with a limited menu on the left (looks like my permissions drop on that point). So what do I have to do, to be able to install plugins.

any hints warmly welcomed
cheers
ma74
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Plugin Installation Page empty

Post by garvinhicking »

Which serendipity version are you using? Can you make a screenshot how the page looks?

What is your PHP setup, does it have display_errors on? It might be that because of large memory consumption or firewall issues the plugin list can not be built, that should show up in your servers errorlog.

A try, you could try to remove the "spartacus" plugin first before installing new plugins to see if it's related to this particular plugin?

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/
ma74
Regular
Posts: 16
Joined: Wed Nov 23, 2005 12:07 pm
Contact:

Post by ma74 »

Serendipity 0.9 and PHP 4.1.2
http://www.ma74.at/serendipity/phpinfo.php

thanks
ma74
Regular
Posts: 16
Joined: Wed Nov 23, 2005 12:07 pm
Contact:

Post by ma74 »

screenshot as soon, as i have the system running again, just deleted my users table in the database:(
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Oh, PHP 4.1.2 is really outdated! you should upgrade to 4.3.11 at least and as soon as possible, it contains major security fixes and some functions that serendipity plugins require!

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/
ma74
Regular
Posts: 16
Joined: Wed Nov 23, 2005 12:07 pm
Contact:

Post by ma74 »

sh**
i cant do that, as this is just hosted at a friends server, who is too busy and wont update just because of my blog. maybe i have to move to database to some other server. can this be dangerous, having the php files on one server and the database on another one?
ma74
Regular
Posts: 16
Joined: Wed Nov 23, 2005 12:07 pm
Contact:

Post by ma74 »

ah. stupid me. that wont make any difference, as its the php and not the database.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Yeah, you definitely would need an upgraded PHP. That's the sanest thing to do, you shouldn't be running that nearly 4 years old version for recent applications :)

Sorry for the trouble!

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/
ma74
Regular
Posts: 16
Joined: Wed Nov 23, 2005 12:07 pm
Contact:

Post by ma74 »

guess i just have to wait. i asked him, but dont expect any actions to be taken soon. damn it, i want to continue under the same url. hmmm.
ma74
Regular
Posts: 16
Joined: Wed Nov 23, 2005 12:07 pm
Contact:

Post by ma74 »

anyway. thanks a lot for your help. wouldnt have thought of the php version to be responsible for that

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

Post by garvinhicking »

I'm quite sure that you should be seeing a PHP Fatal Error in your ErrorLog file, because of a missing function call. I know we bundle the XMLRPC and other PEAR classes that depend on a few PHP 4.3.0 functions. Especially when installing plugins using Spartacus this is required...

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/
ma74
Regular
Posts: 16
Joined: Wed Nov 23, 2005 12:07 pm
Contact:

Post by ma74 »

thats exactly what it does. ja. unfortunately.
Post Reply