// author:0
// author_ucd:dJhk4eJC.i4g 通りすがりさん
* ping送信ができない。 [#f1cd7f33]
-ページ: [[PukiWikiMod/BugTrack]]
-投稿者: [[xrare]]
-優先順位: 重要
-状態: CVS待ち
-状態: 完了
-カテゴリー: 本体バグ
-投稿日: 2006-05-20 (土) 15:22:48
-バージョン:
** メッセージ [#y3d965dd]
海外サーバでもping送信ができるようになりました。~
以下を参考にしてください。
http://x-rare.com/xoops/modules/pukiwiki/61.html
init.PHPに以下の文の追加願います。
if (!function_exists('mb_convert_variables'))~
require('./mbstring.php');
--------original error.---------------------------
[client xxxxxxxxxxxx] PHP Fatal error: Call to undefined function: mb_convert_variables() in /var/www/vhosts/x-rare.com/httpdocs/xoops/modules/pukiwiki/init.php on line 236 ~
[client xxxxxxxxxxxx] PHP Fatal error: Call to undefined function: mb_convert_variables() in /var/www/vhosts/x-rare.com/httpdocs/xoops/modules/pukiwiki/init.php on line 274
----
#pcomment(,reply)