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
- 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?