Page 1 of 1

Theme's bug

Posted: Fri Nov 13, 2009 10:08 am
by Richard Jonkers
Hello,

All of the themes are no longer working, because I am not hosting the blog myself I can not control the server. In the html source I found out that theses lines no longer appear in the source:

<!-- uncomment the line below if your site uses a favicon -->
<!-- <link rel="shortcut icon" href="http://www.yvette.eu/favicon.ico" /> -->
<!-- base styles needed for bulletproof -->
<link rel="stylesheet" type="text/css" href="/templates/bulletproof/base.css" />
<!-- style.css -->
<link rel="stylesheet" type="text/css" href="http://www.yvette.eu/index.php?/serendipity.css" />
<!--[if IE 5]>
<link rel="stylesheet" type="text/css" href="/templates/bulletproof/ie5.css" />
<![endif]-->
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="/templates/bulletproof/ie6.css" />
<![endif]-->

<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="/templates/bulletproof/ie7.css" />
<![endif]-->
<!-- additional colorset stylesheet -->
<link rel="stylesheet" type="text/css" href="/templates/bulletproof/purple_style.css" />
<!-- print media stylesheet -->
<link rel="stylesheet" type="text/css" href="/templates/bulletproof/print.css" media="print" />
<!-- additional user stylesheet: this can be used to override selected styles -->


Of course the result is that my blog has no layout.

I am using, if you need more info please take a look at http://www.space-invaders.nl/phpinfo.php, this will provide you with the hosting details of my ISP. I talked to my ISP and they tell me that they did not changed anything.... (I do not think soo :evil: )
- s9y 1.4.1
- mysql 5.0.84
- php 5.2.9
- OS debian

I even tried to install a fresh s9y but that gives me the same problem. The site of my wife is still working (http://www.yvette.eu), I used that one to compare the sources. When I change a layout on my wives site she's having the same problem. The webserverlogs are not providing any info. :?

It looks like the pluging Browser Compatibility is not working because I can not view/edit the Browser Compatibility. This does something with css to?

The desired outcome is that me themes are working again.

Can you please advice how I can fix this problem?

Re: Theme's bug

Posted: Fri Nov 13, 2009 12:38 pm
by garvinhicking
Hi!

Check your configuration, it seems you removed the "/" in the serendipity HTTP Path configuration, thus your stylesheet is referenced as:

Code: Select all

http://www.space-invaders.nlindex.php?/serendipity.css
where it should be:

Code: Select all

http://www.space-invaders.nl/index.php?/serendipity.css

Regards,
Garvin

Re: Theme's bug

Posted: Fri Nov 13, 2009 12:39 pm
by sonichouse
It looks like it is a config issue of your blog.

The CSS is

Code: Select all

<link href="http://www.space-invaders.nlindex.php?/serendipity.css" type="text/css" rel="stylesheet"/>
you are missing a / before index.php.

Check the Paths section in your config.