各位大大好\r
我在安裝完Attach_mod2.3.10後
點分類卻出現Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/playkid/public_html/phpBB2/viewforum.php on line 648
上下5行如下:
'GOTO_PAGE' => $goto_page,
'REPLIES' => $replies,
'NEWEST_POST_IMG' => $newest_post_img,-----這一行是line 648
TOPIC_ATTACHMENT_IMG' => topic_attachment_image($topic_rowset[$i]['topic_attachment']),-----這一行是照安裝說明加入的
TOPIC_TITLE' => $topic_title,
不知道哪裡錯了?
[問題]安裝Attach_mod出現viewforum.php錯誤
版主: 版主管理群
Re: [問題]安裝Attach_mod出現viewforum.php錯誤
以下的修正, 提供您參考: (紅字部分)qoo6b 寫:各位大大好\r
我在安裝完Attach_mod2.3.10後
點分類卻出現Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/playkid/public_html/phpBB2/viewforum.php on line 648
上下5行如下:
'GOTO_PAGE' => $goto_page,
'REPLIES' => $replies,
'NEWEST_POST_IMG' => $newest_post_img,-----這一行是line 648
TOPIC_ATTACHMENT_IMG' => topic_attachment_image($topic_rowset[$i]['topic_attachment']),-----這一行是照安裝說明加入的
TOPIC_TITLE' => $topic_title,
不知道哪裡錯了?
-----[FIND]----------
TOPIC_ATTACHMENT_IMG' => topic_attachment_image($topic_rowset[$i]['topic_attachment']),
TOPIC_TITLE' => $topic_title,
-----[REPLACE]----------
'TOPIC_ATTACHMENT_IMG' => topic_attachment_image($topic_rowset[$i]['topic_attachment']),
'TOPIC_TITLE' => $topic_title,

