[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4756: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3891)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4758: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3891)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4759: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3891)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4760: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3891)
ボイスチャットフォーラム • トピック - WindowsでのWeb インターフェイスの設定
ページ 22

Re: WindowsでのWeb インターフェイスの設定

投稿記事Posted: 2011年7月24日(日) 00:42
by はげおやじ
調べてはいるんですがわからないことが多くて困っている状態です。

ice.slice="-IC:\Ice-3.4.1\slice" "C:\Program Files\Mumble\Murmur.ice"
環境に合わせてという風に変更はしてあります。

PHP Fatal error: PHP Startup: error occurred while parsing Slice options in `-lC:\\ice-3.3.1-vc60\\sliceC:\\program files\\mumble\\murmur.ice':\nOptions.cpp:892: IceUtilInternal::BadOptException: invalid option: `-l' in Unknown on line 0
PHP Fatal error: Unable to start ice module in Unknown on line 0

-i コマンドが有効じゃないといわれてるのはわかるのですが-iがもともと何なのか調べてもちょっとわからない状態です。

こちらのサイトに書かれていたとおりにdllなどは入れてあります。

Re: WindowsでのWeb インターフェイスの設定

投稿記事Posted: 2011年7月25日(月) 17:19
by haru
オンラインマニュアルは完全なものがICEの公式サイトにあります。
http://doc.zeroc.com/display/Ice/Home

オプションを間違えていますね。
l(エル)ではなくI(アイ)です。
Includeの略です。
Can't open include file "Ice/SliceChecksumDict.ice" と言われているので、
"Ice/SliceChecksumDict.ice"がある場所を指定しているわけです。

Re: WindowsでのWeb インターフェイスの設定

投稿記事Posted: 2011年7月27日(水) 00:00
by はげおやじ
オプションをLで試したときのログを張っていました。

PHP Fatal error: PHP Startup: error occurred while parsing Slice options in `-iC:\\ice-3.3.1-vc60\\sliceC:\\program files\\mumble\\murmur.ice':\nOptions.cpp:892: IceUtilInternal::BadOptException: invalid option: `-i' in Unknown on line 0
PHP Fatal error: Unable to start ice module in Unknown on line 0

iにしても同じエラーが出てくるのです。

Re: WindowsでのWeb インターフェイスの設定

投稿記事Posted: 2011年7月27日(水) 00:34
by はげおやじ
icecpp: error: cannot open `Files\Mumble\Murmur.ice' for reading
PHP Fatal error: Unable to start ice module in Unknown on line 0

このエラーが出たときに書き加えていたないようです

extension=php_ice.dll
ice.slice="-IC:\ice-3.3.1-vc60\slice" "C:\Program Files\Mumble\Murmur.ice"

Re: WindowsでのWeb インターフェイスの設定

投稿記事Posted: 2011年7月27日(水) 09:53
by haru