template view bug
template view bug
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!
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
Your URL works fine here...?!
Regards,
Garvin
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/
# 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/
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.
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.
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
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
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/
# 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/
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?
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:
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
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/
# 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/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
{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:
then add this line just before that line:
If it works or doesn't work for you, please report back.
Thanks
Garvin
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');
Code: Select all
header('Cache-Control: no-cache');
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/
# 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/
