Fatal error: Call to undefined function: _()

はてなブックマーク - Fatal error: Call to undefined function: _()
このエントリーをはてなブックマークに追加
Share on Facebook

とかいうエラーが出て困った感じだったんだけど、_()という関数は、多国語対応の為のGettext Extentionにて用意されている、gettext()という関数のエイリアスらしい。
というわけでphpに"--with-gettext"をくっつけて再コンパイル。

Bash

./configure --enable-mbstring --enable-soap --enable-zend-multibyte --with-apxs2=/usr/local/apache2/bin/apxs \
--with-mysql=/usr/local/mysql --with-pdo-mysql=/usr/local/mysql --with-curl --with-curlwrappers --with-gd \
--with-jpeg-dir=/usr/lib --with-png-dir=/usr/lib --with-zlib-dir=/usr/lib --with-mcrypt \
--with-gettext=/usr/lib

Fatal error: Call to undefined function: _()” への1件のコメント

  1. なんかふと目にとまってブログ見さしていただきました。
    すごいの一言です。
    アタマのよさを感じました
    自分は携帯でエロサイト運営しております。

コメントをどうぞ

メールアドレスが公開されることはありません。

次のHTML タグと属性が使えます: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <img localsrc="" alt="">