WordPress 2.9 リリース。MySQL 4.1.2 以降が必須に

2009-12-21 15:40
このエントリーをはてなブックマークに追加

WordPress 2.9 がリリースされました。youtube のビデオをプラグイン無しで簡単に埋め込むことができるようになるなど、様々な点が改良されています。

2.9 からは、MySQL の 4.1.2 以降が必須となっています。まあ MySQL 4.0 系列のサポートはすでに打ち切られているので、いつこうなってもおかしくありませんでしたが、一部のレンタルサーバなどではまだ 4.0系列を使っているところもあり、バージョンアップしようとするとエラーが出てしまいます。

また、バージョンアップすると、プラグインとして利用してる “Simple Tags” が動かなくなっしまいました。次のようなメッセージが出ます。

Simple Tags can't work with this WordPress version !

暫定的な回避策として、プラグインを編集して、

if ( strpos($wp_version, '2.7') !== false || strpos($wp_version, '2.8') !== false  ) {

の部分を

if ( strpos($wp_version, '2.7') !== false || strpos($wp_version, '2.8') !== false || strpos($wp_version, '2.9') !== false ) {

に変更することで対応できました。

  • ブックマーク :
    Warning: Use of undefined constant SBM_count_get - assumed 'SBM_count_get' (this will throw an Error in a future version of PHP) in /var/www/futuremix.org/wp-content/themes/futuremix/index.php on line 40

    Warning: Use of undefined constant show_post_count - assumed 'show_post_count' (this will throw an Error in a future version of PHP) in /var/www/futuremix.org/wp-content/themes/futuremix/index.php on line 40
    アクセス: 14,594回
  • カテゴリー : WordPress
  • キーワード : ,

1件のコメント

  1. リリースってなに?

    コメント by BlogPetのusausa2009-12-25 14:24

Sorry, the comment form is closed at this time.

76 queries. HTML convert time: 1.140 sec. Powered by WordPress. Valid XHTML
Copyright © 2003-2017 @ futuremix.org ログイン