Problem with plugins

Having trouble installing serendipity?
ttlblog
Regular
Posts: 9
Joined: Sun Sep 17, 2006 11:41 pm

Problem with plugins

Post by ttlblog »

A problem that has just occurred where I can not install any new plugins - instead after a period of blank screen I get the following error - I've checked the chmod and everything appears okay - any ideas?

John

Trying to open URL package_sidebar_en.xml...
Connection timed out
Notice: Connection timed out in /home/takingtheluk/public_html/serendipity/bundled-libs/PEAR.php on line 848
Connection timed out
azel
Regular
Posts: 265
Joined: Thu Apr 21, 2005 4:28 am
Contact:

Post by azel »

I wonder if it might have something to do with your Spartacus configuration. Are both of the first options set to netmirror.org?
ttlblog
Regular
Posts: 9
Joined: Sun Sep 17, 2006 11:41 pm

Post by ttlblog »

unfortunately both settings are as you stated
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

Could be that your server isn't allowed to make outbound connections. Save this code as a script on your server (say, fwtest.php) and call it from your browser:

Code: Select all

<?php
echo file_get_contents("http://www.google.com/");
?>
If you see Google, you're not firewalled. If you get the timeout error, you'll need to talk to your provider about allowing outgoing port 80.
Judebert
---
Website | Wishlist | PayPal
ttlblog
Regular
Posts: 9
Joined: Sun Sep 17, 2006 11:41 pm

Post by ttlblog »

nope - that is not the answer either.
I will admit I'm not very good at this - is there someone who could take a quick look at the files for me. I'm sure it must be a setting or bad upload somewhere as it was working okay.

John
ttlblog
Regular
Posts: 9
Joined: Sun Sep 17, 2006 11:41 pm

Post by ttlblog »

nope - that is not the answer either.
I will admit I'm not very good at this - is there someone who could take a quick look at the files for me. I'm sure it must be a setting or bad upload somewhere as it was working okay.

John
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

I can look at it, if you email me a URL and authorization data. But I don't know if I can get to it before Monday.
Judebert
---
Website | Wishlist | PayPal
ttlblog
Regular
Posts: 9
Joined: Sun Sep 17, 2006 11:41 pm

Post by ttlblog »

Thank you - sent a pm to you
Neut
Regular
Posts: 91
Joined: Sat Jun 17, 2006 7:51 pm
Location: NL, Earth
Contact:

Post by Neut »

judebert wrote:Could be that your server isn't allowed to make outbound connections. Save this code as a script on your server (say, fwtest.php) and call it from your browser:

Code: Select all

<?php
echo file_get_contents("http://www.google.com/");
?>
If you see Google, you're not firewalled. If you get the timeout error, you'll need to talk to your provider about allowing outgoing port 80.
I moved to a new webhost 2 weeks ago. Since then Spartacus sees updates and new plugins but cannot install them.
I asked my webhost, but port 80 is not firewalled.
I get google with 'fwtest.php' but no images (red cross (IE7) instead of a picture.

After al long period (+5 min) this error message appears:
The URL "http://netmirror.org/mirror/serendipity ... rev=1.9999 (at IP 212.227.94.132) could not be opened. Maybe the Serendipity or SourceForge.net Server is down - we are sorry, you need to try again later."

Myols account from my old webhost is still valid, en there it worsk instantly. So the SouceForge server isn't down.
Who is General Failure, and why is he reading my disk?
Neut
Regular
Posts: 91
Joined: Sat Jun 17, 2006 7:51 pm
Location: NL, Earth
Contact:

Post by Neut »

Update: my webhost is now making a rule in their firewall for IP 212.227.94.132. Let see if this helps.
Who is General Failure, and why is he reading my disk?
Neut
Regular
Posts: 91
Joined: Sat Jun 17, 2006 7:51 pm
Location: NL, Earth
Contact:

Post by Neut »

Update 2: it did not help.
Anybody any suggestions?
Who is General Failure, and why is he reading my disk?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Did you try to configure spartacus to use the sourceForge.net mirror? Maybe netmirror.org has problems/outages or so?

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/
Neut
Regular
Posts: 91
Joined: Sat Jun 17, 2006 7:51 pm
Location: NL, Earth
Contact:

Post by Neut »

Hi,
yes I did try various combinations. With SouceForge I get:
Trying to open URL serendipity_event_commentsearch.php?rev=1.9999...
The URL http://php-blog.cvs.sourceforge.net/*ch ... rev=1.9999
could not be opened. Maybe the Serendipity or SourceForge.net Server is down - we are sorry, you need to try again later.
Please note that Spartacus is working OK via with old webhost, but not with the new.
Edit I tried Spartacus 2.10 from the nightly builds, no success.
Who is General Failure, and why is he reading my disk?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Ah, I thought the old s9y version did work on the same hosts.

So am I right that no s9y version works on your new host? This must then mean that your new host is firewalled.

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/
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

I made some modifications to the SVN version of SPARTACUS that make it check for firewalls. If it has trouble connecting to the repository, it tries to connect to Google.

Can you get the SVN version from belios.de?

When you said that the Google page is fetched with the test script, but the images are not, that was significant. I'm not sure why, but it is. The whole page should be fetched, images and all; it sounds like there's some rewriting going on somewhere.
Judebert
---
Website | Wishlist | PayPal
Post Reply