Error connecting to package_sidebar_en.xml

Having trouble installing serendipity?
Post Reply
mgnyc11
Regular
Posts: 7
Joined: Wed Sep 06, 2006 12:20 am
Contact:

Error connecting to package_sidebar_en.xml

Post by mgnyc11 »

Looks like I am getting this error when I try to install a plugin:

Code: Select all

Trying to open URL package_sidebar_en.xml...
No such file or directory
Notice: No such file or directory in /var/www/virtual/ibuymacs.com/htdocs/bundled-libs/PEAR.php on line 848
No such file or directory
When I go to the xml at http://netmirror.org/mirror/serendipity ... bar_en.xml I see this:

Code: Select all

XML Parsing Error: prefix not bound to a namespace
Location: http://netmirror.org/mirror/serendipity/package_sidebar_en.xml
Line Number 14, Column 3:  <requirements:s9yVersion>0.8</requirements:s9yVersion>
--^
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Error connecting to package_sidebar_en.xml

Post by garvinhicking »

Hi!

Could it be that your PHP is not allowing outgoing connections?

What do you get if you save this code as test.php and execute it via browser:

Code: Select all

<?php
echo file_get_contents('http://www.google.de/');
?

Disregard the XML-error, it is of no relevance.

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/
mgnyc11
Regular
Posts: 7
Joined: Wed Sep 06, 2006 12:20 am
Contact:

Post by mgnyc11 »

mgnyc11
Regular
Posts: 7
Joined: Wed Sep 06, 2006 12:20 am
Contact:

Post by mgnyc11 »

FYI - I changed frpom netmirror.org to s9y and now it works. Could it be a DNS issue on my server to netmirror or some issue?
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

The s9y archive works?!? I thought that was placeholder for future expansion!
Judebert
---
Website | Wishlist | PayPal
Post Reply