変更する箇所
includes/classes/breadcrumb.php の60行目付近
[php]
} else {
$trail_string .= $this->_trail[$i]['title'];
}
[/php]
上記のコードを以下に変更します。
[php]
} else {
if ($this->…
プログラムを実行しようとすると「Timestamp out of bounds」というエラーが表示されました。
何かと思って調べてみると、どうやらサーバの時間がずれている模様。
なので、以下のようにして解決。
# yum install ntp (ntp入れていないなら実行)
# ntpdate ntp.nict.jp
この投稿へのコメント
コメントはまだありません。