是這樣的...關於上方選項的"個人資料"很奇怪..只要更動設定的資料後..按下送出\r
救會出現\r
[php]<?php
Fatal error: Call to undefined function: users_stats() in /home/kp5277/public_html/phpbbx/includes/usercp_register.php on line 582
?>[/php]
可是返回頁面時..系統又已經紀錄了我的更動..想請問各位大大..我該怎麼辦?
我的首頁位址:
http://kp5277.why3s.com//phpbbx
[問題]關於個人資料的問題
版主: 版主管理群
版面規則
本區是討論關於 phpBB 2.0.X 架設安裝上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表。
(發表文章請按照公告格式發表,違者砍文)
本區是討論關於 phpBB 2.0.X 架設安裝上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表。
(發表文章請按照公告格式發表,違者砍文)
[問題]關於個人資料的問題
Welcome to my web
http://www.join.freesites.ws/happy/
http://www.join.freesites.ws/happy/
[php]<?php
{
$message = $lang['Profile_updated'] . '<br /><br />' . sprintf($lang['Click_return_index'], '<a href="' . append_sid("index.$phpEx") . '">', '</a>');
}
// the username may have changed
users_stats(); -------------------582行
cache_birthday();
$template->assign_vars(array(
"META" => '<meta http-equiv="refresh" content="5;url=' . append_sid("index.$phpEx") . '">')
);
message_die(GENERAL_MESSAGE, $message);
}
?>[/php]
以上為577~590行的PHP
請各位高手幫我看看出了甚麼問題?
{
$message = $lang['Profile_updated'] . '<br /><br />' . sprintf($lang['Click_return_index'], '<a href="' . append_sid("index.$phpEx") . '">', '</a>');
}
// the username may have changed
users_stats(); -------------------582行
cache_birthday();
$template->assign_vars(array(
"META" => '<meta http-equiv="refresh" content="5;url=' . append_sid("index.$phpEx") . '">')
);
message_die(GENERAL_MESSAGE, $message);
}
?>[/php]
以上為577~590行的PHP
請各位高手幫我看看出了甚麼問題?
Welcome to my web
http://www.join.freesites.ws/happy/
http://www.join.freesites.ws/happy/

