template view bug

Found a bug? Tell us!!
Post Reply
pinafore
Regular
Posts: 13
Joined: Mon Mar 21, 2005 1:59 am

template view bug

Post by pinafore »

hi there,

my templates arent working. looks like css files arent used... just normal text and blank white backgrounds. the template loads everytime i hit f5 to refresh the page. but when i click on a link, the next page is viewed without template again. o_O

could anyone help me please? i searched the forums but i couldnt find a solution.

http://www.pinafore.de/blog

thx!
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: template view bug

Post by garvinhicking »

Your URL works fine here...?!

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/
Guest

Post by Guest »

hm, thats strange. ive made a screenie of the page i get:

Image

any ideas?
pinafore
Regular
Posts: 13
Joined: Mon Mar 21, 2005 1:59 am

Post by pinafore »

oh, forgot to login. sorry. :)

i have to continue in german, because im not able to express my problems in english. :(

als ich das programm installiert habe, gab es keinerlei fehler. aber schon beim 1. login wurde klar, daß die layouts nicht angezeigt werden. oder besser gesagt: das layout wird nur angezeigt, wenn man die page mit f5 aktualisiert. die nächste page ist dann wieder ohne layout... und so weiter.

meiner meinung nach sind alle settings ok.

ich bin am ende. :)
pinafore
Regular
Posts: 13
Joined: Mon Mar 21, 2005 1:59 am

Post by pinafore »

ich habe das ganze noch einmal installiert. trotzdem tritt bei mir wieder der selbe fehler auf.
pinafore
Regular
Posts: 13
Joined: Mon Mar 21, 2005 1:59 am

Post by pinafore »

ich habe es jetzt mit firefox versucht und es funktioniert. es muß also irgendwas mit dem ie zutun haben.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hast Du darauf geachtet dass in der Serendipity Konfiguration die baseURL Directive (URL zum Blog) genau die ist, mit der Du im IE zugreifst?

Alte Versionen vom IE haben manchmal einen Bug mit dem Laden der Stylesheets, das habe ich bis heute nicht herausgefunden woran es liegt...

Grüße,
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/
pinafore
Regular
Posts: 13
Joined: Mon Mar 21, 2005 1:59 am

Post by pinafore »

ja, alle urls sind korrekt eingegeben. es ist mir ein verdammtes rätsel. aber da ich schon längere zeit auf firefox umstellen wollte, tangiert mich das problem nicht mehr allzu heftig.

komisch ist nur, daß ich alle anderen serendipity blogs mit dem ie ansehen kann - prblemlos - bis auf meine eigene. das gleiche problem hatte vermutlich auch angrychimp, der aber zwischenzeitlich auf b2evolution umgestiegen ist, wie es scheint. :)

ich hab den screenshot repariert (s.o.). woran könnte es noch liegen?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Pinafore: Mit meinem IE6 hier klappt Deine Seite. Nur alle 10-20 Reloads wird die Seite mal nicht mit Stylesheet oder verzögert angezeigt. Das ist der übliche InternetExplorer Bug, und ich weiß wirklich bis heute nicht wie er zu umgehen ist.

Grüße,
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/
pinafore
Regular
Posts: 13
Joined: Mon Mar 21, 2005 1:59 am

Post by pinafore »

alles klar. da es mit firefox und anderen browsern klappt, liegt das problem bei microsoft.

wahrscheinlich werden sie morgen einen fix veröffentlichen. sind ja immer sehr darauf bedacht, dem kunden ein funktionierendes betriebssystem bereitzustellen... LOL! :roll:

naja, ab heute firefox. problem gelöst. :)
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

{CSSIEFIX}

We've just committed a patch to try to fix this. You can try it out yourself easily: Open the file serendipity.css.php and find this line:

Code: Select all

header('Content-Type: text/css');
then add this line just before that line:

Code: Select all

header('Cache-Control: no-cache');
If it works or doesn't work for you, please report back.

Thanks
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/
pinafore
Regular
Posts: 13
Joined: Mon Mar 21, 2005 1:59 am

Post by pinafore »

Cool, I will try and report.
Guest

Post by Guest »

I tried the fix and it works perfectly! Thank you!
pinafore
Regular
Posts: 13
Joined: Mon Mar 21, 2005 1:59 am

Post by pinafore »

Anonymous wrote:I tried the fix and it works perfectly! Thank you!
My post. Wasnt logged in. Sorry.
Post Reply