Cannot load themes - Server down?

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
PerfectCr
Regular
Posts: 90
Joined: Mon Nov 21, 2005 2:21 am
Contact:

Cannot load themes - Server down?

Post by PerfectCr »

Everytime I try and load a new theme I get:
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'
Anyone know what's up?
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

Only themes, or plugins too?
Judebert
---
Website | Wishlist | PayPal
PerfectCr
Regular
Posts: 90
Joined: Mon Nov 21, 2005 2:21 am
Contact:

Post by PerfectCr »

judebert wrote:Only themes, or plugins too?
Themes only.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

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
# 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/
PerfectCr
Regular
Posts: 90
Joined: Mon Nov 21, 2005 2:21 am
Contact:

Post by PerfectCr »

garvinhicking wrote: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
Yeah I don't know, I got the plugins just fine!
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

Wow. Are you running one of the betas?
Judebert
---
Website | Wishlist | PayPal
PerfectCr
Regular
Posts: 90
Joined: Mon Nov 21, 2005 2:21 am
Contact:

Post by PerfectCr »

judebert wrote:Wow. Are you running one of the betas?
Nope, 1.1 from the front page.
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

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:

Code: Select all

<?php
file_get_contents("http://netmirror.org/mirror/serendipity/additional_themes/andreas09/index.tpl?rev=1.9999");
?>
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?
Judebert
---
Website | Wishlist | PayPal
Post Reply