Anyone know what's up?http://netmirror.org/mirror/serendipity ... 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.
Fatal error: fetchfile(): Failed opening required 'HTTP/Request.php'
Cannot load themes - Server down?
Cannot load themes - Server down?
Everytime I try and load a new theme I get:
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
That's strange, it seems like the file "bundled-libs/HTTP/Request.php" is missing, but then you should not be able to fetch plugins via spartacus also!?
Best regards,
Garvin
That's strange, it seems like the file "bundled-libs/HTTP/Request.php" is missing, but then you should not be able to fetch plugins via spartacus also!?
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/
Hmm. Directly visiting the URL returns what looks like the appropriate template file. Try making a quick little PHP script on your website, and calling it from your browser:
And see what you get. I expect it will return a similar error, perhaps with some additional error code.
Meanwhile, I can't find fetchfile() in any PHP or PEAR documentation. I'm away from my development box. Garvin, is that a Serendipity function?
Code: Select all
<?php
file_get_contents("http://netmirror.org/mirror/serendipity/additional_themes/andreas09/index.tpl?rev=1.9999");
?>
Meanwhile, I can't find fetchfile() in any PHP or PEAR documentation. I'm away from my development box. Garvin, is that a Serendipity function?