Page 1 of 1

Error connecting to package_sidebar_en.xml

Posted: Mon Sep 11, 2006 5:04 pm
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>
--^

Re: Error connecting to package_sidebar_en.xml

Posted: Mon Sep 11, 2006 5:09 pm
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

Posted: Mon Sep 11, 2006 5:11 pm
by mgnyc11

Posted: Mon Sep 11, 2006 5:18 pm
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?

Posted: Mon Sep 11, 2006 8:10 pm
by judebert
The s9y archive works?!? I thought that was placeholder for future expansion!