troubles with iis

Having trouble installing serendipity?
Post Reply
reion
Regular
Posts: 34
Joined: Mon Feb 28, 2005 10:51 am
Location: Linz
Contact:

troubles with iis

Post 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!!
reion
Regular
Posts: 34
Joined: Mon Feb 28, 2005 10:51 am
Location: Linz
Contact:

Post by reion »

ok ... got it

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

... it tells me everything ... i should have used the search :)
reion
Regular
Posts: 34
Joined: Mon Feb 28, 2005 10:51 am
Location: Linz
Contact:

Post 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!!
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# 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/
reion
Regular
Posts: 34
Joined: Mon Feb 28, 2005 10:51 am
Location: Linz
Contact:

Post by reion »

thanx a lot :D
Post Reply