フォーラムの トピックス一覧が表示されない(NewBB)
投稿者: donc | 投稿日時: 2010-2-24 22:07 | 閲覧: 4714回
NewBBの最近の話題を初期画面の中央に設置しております。そこでフォーラムをクリックするとそのフォーラムの
トピックス一覧が表示されますが、昨日より表示されなくなりました。
デバッグモードをPHPデバッグにして実行しますと以下のような Warningがでます。
Warning [PHP]: main(/home/httpd/html/modules/protector/include/postcheck.inc.php) [function.main]: failed to open stream: No such file or directory in file mainfile.php line 97
Warning [PHP]: main() [function.include]: Failed opening '/home/httpd/html/modules/protector/include/postcheck.inc.php' for inclusion (include_path='.:/usr/share/php4-pear') in file mainfile.php line 97
Notice [PHP]: Only variables should be assigned by reference in file modules/system/blocks/system_blocks.php line 119
Notice [PHP]: Only variables should be assigned by reference in file modules/myalbum/include/get_perms.php line 7
その後 ブラウザ(Fire Fox)上にviewforum.phpをどう処理するかというアラートがでてきて止まってしまいます。
modulesの中ににはprotectorというmoduleはたしかにありません。
このモジュールを入手して入れればいいのでしょうか?
運用中のサイト、困っております。お知恵をお貸しください。
タグ: NewBB
コメント(1)
新しいものから |
古いものから |
ネスト表示 |
Re: フォーラムの トピックス一覧が表示されない(NewBB)
投稿者: SAK-AXYZ | 投稿日時: 2010-2-27 15:49
引用:
protectorモジュールを入れていないのに、mainfile.php内でのpostcheck指定が入っていることと
precheckのエラーは吐き出されていないことが、難とも不可解ですが……
まぁ何はともあれ、protectorモジュールを入手し、htmlディレクトリ用ファイル群とtrust_path用ファイル群を
それぞれサーバのhtmlディレクトリ(=xoops_root_path)とxoops_trust_pathにUPして
mainfile.php内でのtrust_path設定を確認したうえで、protectorモジュールをインストールしましょう。
Warning [PHP]: main(/home/httpd/html/modules/protector/include/postcheck.inc.php) [function.main]: failed to open stream: No such file or directory in file mainfile.php line 97
Warning [PHP]: main() [function.include]: Failed opening '/home/httpd/html/modules/protector/include/postcheck.inc.php' for inclusion (include_path='.:/usr/share/php4-pear') in file mainfile.php line 97
その後 ブラウザ(Fire Fox)上にviewforum.phpをどう処理するかというアラートがでてきて止まってしまいます。
modulesの中ににはprotectorというmoduleはたしかにありません。
このモジュールを入手して入れればいいのでしょうか?
protectorモジュールを入れていないのに、mainfile.php内でのpostcheck指定が入っていることと
precheckのエラーは吐き出されていないことが、難とも不可解ですが……
まぁ何はともあれ、protectorモジュールを入手し、htmlディレクトリ用ファイル群とtrust_path用ファイル群を
それぞれサーバのhtmlディレクトリ(=xoops_root_path)とxoops_trust_pathにUPして
mainfile.php内でのtrust_path設定を確認したうえで、protectorモジュールをインストールしましょう。


