*1.4に移行したら下記のエラーが出て表示できない -ページ: BugTrack -投稿者: [[reimy]] -優先順位: 緊急 -状態: 提案 -カテゴリー: 本体バグ -投稿日: 2003-02-25 (火) 04:22:32 -バージョン: **メッセージ Warning: Empty regular expression in /home/hogehoge/public_html/init.php on line 81 Warning: Cannot add header information - headers already sent by (output started at /home/hogehoge/public_html/init.php:81) in /home/hogehoge/public_html/skin/pukiwiki.skin.ja.php on line 1 ちなみにinit.phpの81行めは if (preg_match($agent['pattern'],HTTP_USER_AGENT,$matches)) { init.php の先頭のほうに init.phpにini_set('error_reporting', 5); を入れてとりあえず対処。 ---- -pukiwiki.ini.php(の、155行目あたり)に ///////////////////////////////////////////////// // ユーザーエージェント対応設定 // デフォルト $user_agent = array('name'=>'default'); // 携帯端末 $agents = array( array('name'=>'jphone','pattern'=>'#^J-PHONE.+(Profile/)?#'), array('name'=>'i_mode','pattern'=>'#DoCoMo/(1\.0)/[^/]+/c([0-9]+)#'), array('name'=>'i_mode','pattern'=>'#DoCoMo/(2\.0) [^(]+\(c([0-9]+)#'), ); は入っていますか? -- [[ぱんだ]] SIZE(10){2003-02-25 (火) 10:19:03} #comment