ファイルが足りない(Apache のエラーログ)
バグの内容
Apacheの error_log に下記のようなエラーが記録されます。
[error] [client IP_address] File does not exist: /BlognPlusインストールディレクトリ/skin/images/back.jpg
[error] [client IP_address] File does not exist: /BlognPlusインストールディレクトリ/images/tab_bottom.gif
バグの存在するバージョン
BlognPlus v2.3.2 を含む全バージョン。
バグの修正方法
どちらのエラーも、本来あるべき画像ファイルが存在しないために起こるエラーです。
1つ目のエラーは BlognPlus 同梱のサンプルスキンを使っている場合のみ発生します。
「skin」ディレクトリにある「default.css」の 26行目、赤文字部分を削除してください。
#banner {
background-color: #444444;
background-image: url(images/back.jpg);
background-repeat: no-repeat;
background-position: right bottom;
width: 760px;
height: 100px;
padding: 0px 0px 0px 0px;
}
2つ目のエラーは管理画面に入るたびに発生します。
インストールディレクトリにある「admin.css」の 61行目、赤文字部分を削除してください。
/*Footerメニュー*/
.blogn_footer{
color: #666;
font-size: 10px;
margin:0px;
padding:2px;
text-align:right;
vertical-align:top;
background: url(./images/tab_bottom.gif) repeat-x top;
}
| よく聞かれる質問::既知のバグ | 2006-03-13 | comments (0) | trackback (0) |
評価
この記事の平均評価: 未評価 (0人)
記事を評価してください(★1つ=悪い、★5つ=良い)
コメント
トラックバック
| PAGE TOP |