iis ... once again

Found a bug? Tell us!!
Post Reply
reion
Regular
Posts: 34
Joined: Mon Feb 28, 2005 10:51 am
Location: Linz
Contact:

iis ... once again

Post by reion »

ok guys ... i just was too dump to get the cancel button, which asked me "do you want to delete the mysql-tables of serendipity" :)
so ... i tried a new fresh installation ...

well ... i've downloaded the newest snapshot, adjusted the session-thing (as i did by my old blog), and tried the installation. everything went fine, until the installation finished ..

i saw a unformatted page, no link worked ... nothing ...
i deactivated the rewrite engine ... so ... wtf ??
reion
Regular
Posts: 34
Joined: Mon Feb 28, 2005 10:51 am
Location: Linz
Contact:

Post by reion »

wow ... before i continue ...

http://blog.reion.tk

"Zur Verwaltung des Blog"
http://www.ksl.mediendesign.eduhi.at/ch ... php?/admin

why doesn't this work??

if i type in "http://www.ksl.mediendesign.eduhi.at/ch ... _admin.php" manually, everythings works quite ok ... except the design ;)
reion
Regular
Posts: 34
Joined: Mon Feb 28, 2005 10:51 am
Location: Linz
Contact:

Post by reion »

well ok ...
the stylesheet doesn't work
http://www.ksl.mediendesign.eduhi.at/ch ... _admin.css
takes me to the normal page ...

any idea??
reion
Regular
Posts: 34
Joined: Mon Feb 28, 2005 10:51 am
Location: Linz
Contact:

Post by reion »

sorry to post another time ... please check out

http://blog.reion.tk

no link with ?/destination works ... is it a failure of smarty, or of s9y ... please make it work ...!! (with alpha12 everything was fine!!)
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

I think you have configured wrong baseURL and HTTPPath settings of your Serendipity blog if you get issues like this.

I'll need your config directives for all the path settings inside your admin panel.

And make sure you set "URL Rewriting" to "None".

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/
mgroeninger
Regular
Posts: 546
Joined: Mon Dec 20, 2004 11:57 pm
Contact:

Post by mgroeninger »

open up index.php and find:

Code: Select all

$uri = $_SERVER['REQUEST_URI']; 
and replace it with:

Code: Select all

$uri = $_SERVER['SCRIPT_NAME'].'?'.$_SERVER['QUERY_STRING']; 
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Just a short note: I've included a patch for this in 0.9 SVN.
# 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/
Post Reply