Page 1 of 1

iis ... once again

Posted: Tue Apr 19, 2005 11:15 pm
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 ??

Posted: Tue Apr 19, 2005 11:35 pm
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 ;)

Posted: Tue Apr 19, 2005 11:36 pm
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??

Posted: Wed Apr 20, 2005 12:22 am
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!!)

Posted: Wed Apr 20, 2005 1:17 pm
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

Posted: Wed Apr 20, 2005 5:08 pm
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']; 

Posted: Wed Apr 20, 2005 6:35 pm
by garvinhicking
Just a short note: I've included a patch for this in 0.9 SVN.