Page 1 of 1

troubles with iis

Posted: Mon Feb 28, 2005 6:40 pm
by reion
hey guys ...

i've installed serendipity on my localhost ... i'm running a win xp - pro, iis, php5.03, mysql 4.1.7 ...

installation finished, but when i try to reach the weblog i get 404 ... when i try to access the admin-panel, everything works fine - even if i try to call comment.php, again, everything works fine ... online the index.php doesn't work

i've tried it with every bundle on your page ... i run the actual snapshot from 28.02.2005 ...

please help!!

Posted: Mon Feb 28, 2005 6:58 pm
by reion
ok ... got it

http://www.s9y.org/forums/viewtopic.php?t=736

... it tells me everything ... i should have used the search :)

Posted: Mon Feb 28, 2005 7:58 pm
by reion
ohh ... i got a new problem:

when i try to call the weblog via http://yourhost/weblog/, i get this page:
Query failed:

SELECT


e.id,
e.title,
e.timestamp,
e.comments,
e.exflag,
e.author,
e.authorid,
e.trackbacks,
e.isdraft,
e.allow_comments,
e.last_modified,

a.realname AS author,
a.email

, e.body, e.extended

FROM
serendipity_entries AS e
LEFT JOIN serendipity_authors a
ON e.authorid = a.authorid
LEFT JOIN serendipity_entrycat ec
ON e.id = ec.entryid
LEFT JOIN serendipity_category c
ON ec.categoryid = c.categoryid

WHERE isdraft = 'false' AND e.timestamp <= '1109616973'
GROUP BY e.id
ORDER BY timestamp DESC
LIMIT 15

/ No database selected
i haven't done an installation yet ... can anyone help me PLEASE!!

Posted: Tue Mar 01, 2005 3:04 pm
by garvinhicking
That means you already have a 'serendipity_config_local.inc.php' in your directory. Delete (Backup before!) the file and then serendipity will ask you to install again.

Regards,
Garvin

Posted: Wed Mar 02, 2005 8:41 am
by reion
thanx a lot :D