Problem with plugins
Problem with plugins
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
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
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:
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.
Code: Select all
<?php
echo file_get_contents("http://www.google.com/");
?>
I moved to a new webhost 2 weeks ago. Since then Spartacus sees updates and new plugins but cannot install them.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: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.Code: Select all
<?php echo file_get_contents("http://www.google.com/"); ?>
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?
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
Did you try to configure spartacus to use the sourceForge.net mirror? Maybe netmirror.org has problems/outages or so?
Regards,
Garvin
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/
# 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/
Hi,
yes I did try various combinations. With SouceForge I get:
Edit I tried Spartacus 2.10 from the nightly builds, no success.
yes I did try various combinations. With SouceForge I get:
Please note that Spartacus is working OK via with old webhost, but not with the new.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.
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:
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
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/
# 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/
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.
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.