第 1 頁 (共 1 頁)
[問題]查看會員名稱資料,我點選進去後時出現錯誤訊息
發表於 : 2003-08-11 13:19
由 rain119
●架設主機作業系統:Windows 2000
●您的上網方式:台灣固網 ADSL
●您安裝的程式:appserv-2.1.0
●您的 phpBB2 版本:phpBB (2.0.0)。
●外掛模組:虛擬貨幣 for phpBB2.0
在會員列表要查看會員名稱資料,我點選某某會員時,會出現以下錯誤訊息(在安裝完虛擬貨幣後就會這樣,沒又裝之前是正常的,但虛擬貨幣是可以正常運作的):
代碼: 選擇全部
Parse error: parse error, unexpected '<', expecting ')' in
c:\appserv\www\phpbb\includes\usercp_viewprofile.php on line 203
煩請大大解惑,小弟感激不盡~!
發表於 : 2003-08-13 12:57
由 rain119
真的沒有前輩可以幫幫小弟了喔~!
還是覺得小弟沒有救了ㄋ~!
我有搜尋過相關文章,但就是沒有真正的解決方法了嗎?
.
.
.
發表於 : 2003-08-13 13:55
由 動機不明
c:\appserv\www\phpbb\includes\usercp_viewprofile.php on line 203
將 203 行 前後幾行貼出來吧!
發表於 : 2003-08-13 14:12
由 rain119
親愛的動機不明大大小弟的usercp_viewprofile.php 的內容如下:繁請大大幫幫小弟~!感激不盡
'LOCATION' => ( $profiledata['user_from'] ) ? $profiledata['user_from'] : ' ',
'OCCUPATION' => ( $profiledata['user_occ'] ) ? $profiledata['user_occ'] : ' ',
'INTERESTS' => ( $profiledata['user_interests'] ) ? $profiledata['user_interests'] : ' ',
<?php
'AVATAR_IMG' => $avatar_img,
?>
<?php
'USER_MONEY' => $profiledata['user_money'], // Virtual_Money_MOD
'L_USER_MONEY' => $lang['Virtual_Money'], // Virtual_Money_MOD
?>
'L_VIEWING_PROFILE' => sprintf($lang['Viewing_user_profile'], $profiledata['username']),
'L_ABOUT_USER' => sprintf($lang['About_user'], $profiledata['username']),
發表於 : 2003-08-13 14:40
由 ethan
紅色的部份都刪掉唄,底下是 202 行開始
'INTERESTS' => ( $profiledata['user_interests'] ) ? $profiledata['user_interests'] : ' ',
<?php
'AVATAR_IMG' => $avatar_img,
?>
<?php
'USER_MONEY' => $profiledata['user_money'], // Virtual_Money_MOD
'L_USER_MONEY' => $lang['Virtual_Money'], // Virtual_Money_MOD
?>
'L_VIEWING_PROFILE' => sprintf($lang['Viewing_user_profile'], $profiledata['username']),
發表於 : 2003-08-14 00:26
由 rain119
真是非常感謝大大~!問題真的出在這裡....
真的非常謝謝2位大大的幫忙...謝謝~!

(感動ㄋ)
頓時讓我覺得生命充滿希望....