Page 1 of 1
Cannot load themes - Server down?
Posted: Sat Jan 06, 2007 11:21 pm
by PerfectCr
Everytime I try and load a new theme I get:
Anyone know what's up?
Posted: Mon Jan 08, 2007 3:16 am
by judebert
Only themes, or plugins too?
Posted: Mon Jan 08, 2007 3:52 am
by PerfectCr
judebert wrote:Only themes, or plugins too?
Themes only.
Posted: Mon Jan 08, 2007 11:38 am
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
Posted: Mon Jan 08, 2007 1:42 pm
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!
Posted: Mon Jan 08, 2007 11:13 pm
by judebert
Wow. Are you running one of the betas?
Posted: Tue Jan 09, 2007 12:26 am
by PerfectCr
judebert wrote:Wow. Are you running one of the betas?
Nope, 1.1 from the front page.
Posted: Tue Jan 09, 2007 10:17 pm
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?