论坛: 帮助论坛 (Thread #4658)

quizの設置について (2004-03-03 02:30 by hiko #8329)

質問はココで宜しいのでしょうか?

quizのモジュールを設置しようとして
インストールまでは完了しましたが
上手く動作しません。
インストール完了後にメインメニューからアクセスしたら
下記のようなエラーが表示されました(最初だけ)
------------------------------------
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of quiz_icd_showquestion(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /virtual/style/public_html/modules/quiz_icd/index.php on line 24

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of quiz_icd_showquestion(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /virtual/style/public_html/modules/quiz_icd/index.php on line 45

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of quiz_icd_showquestion(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /virtual/style/public_html/modules/quiz_icd/index.php on line 49
---------------------------------
よくわかりませんがエディタで開いて
該当してある行を見ると
quiz_icd_showQuestion(&$icd);
というのが書いてあるのでこれが原因かと思われます。
また、インストールしたにもかかわらず
管理メニューに入っても
クイズのモジュールの設定をすることが出来ません。
左のところにアイコン(logo.gif)が表示されません


XOOPSは2.0.6でXREAの51サーバを使っています。
宜しくお願いします。
http://style.s51.xrea.com/


RE: quizの設置について (2004-03-04 09:59 by kousuke #8388)

quiz_icd_showQuestion(&$icd);

quiz_icd_showQuestion($icd);
にしてください。
また、このモジュールは管理メニューがないので、
管理CPの左側にアイコンがでない状態でOKです。
回复到 #8329

ありがとうございました。 (2004-03-04 12:03 by hiko #8390)

エラーは表示されなくなりました。
管理メニューが無いと憂いことは
クイズの問題を作ることはできないんですよね
すみません、ちゃんと理解しないでダウンロードして
設置してしまったみたいです。
わざわざご返答いただきありがとうございました。
回复到 #8329

RE: ありがとうございました。 (2004-03-18 00:13 by kousuke #8717)

そうですね。
問題を作ることはできません。
特に実用的なモジュールではなく、
SOAPを使うことを目的とした、
実験第一のモジュールになっています。

#遅くなってしまいすいませんでした。
回复到 #8390