Search found 3 matches

by lydgate
Wed Mar 23, 2005 11:14 pm
Forum: Bugs
Topic: Can't load configuration page on .8beta4
Replies: 3
Views: 3088

I can't access my configuration page at all because of this page, but I went into the MySQL table for Serendipity and changed "rewrite" from "errordocs" to "none". I still get the same error though. Does this need to be something else?
by lydgate
Tue Mar 22, 2005 10:52 pm
Forum: Bugs
Topic: Can't load configuration page on .8beta4
Replies: 3
Views: 3088

Can't load configuration page on .8beta4

Here's what I get in apache's error.log [Tue Mar 22 16:48:14 2005] [error] [client x.x.x.x] File does not exist: c:/wamp/www/blog/serendipity_admin.css When I try to load the config page in IE, it just doesn't show anything. Mozilla shows everything but the buttons at the bottom then says the docume...
by lydgate
Thu Mar 17, 2005 5:44 am
Forum: Themes
Topic: PHP in subtitle in 0.8 beta4
Replies: 2
Views: 4198

PHP in subtitle in 0.8 beta4

Okay, I'm not really a PHP pro but I'm trying to get this working . . . I want rotating quotes instead of a description. This was easy in 0.7. I just put this code into layout.php: <?php $quotes = file("quotes.php"); $quote = rand(0, sizeof($quotes)-1); echo $quotes[$quote]; ?> Now I under...