參考連結: http://phpbb-tw.net/phpbb/viewtopic.php?t=40357
使用版本:phpBB phpBB-2.0.22/ attach_mod_2.4.5/hide mod for phpbb 2.0.22
網站位置:本地測試
狀況描述: 出現 Parse error: parse error in I:\phpBB-2.0.22\phpbb\attach_mod\posting_attachments.php on line 1205
在1025行為
代碼: 選擇全部
$this->attach_filename = str_replace(array(',', '.', '!', '?', '?, '?, '?, '?, '?, '?, ';', ':', '@', "'", '"', '&'), array('', '', '', '', 'ue', 'ue', 'oe', 'oe', 'ae', 'ae', '', '', '', '', '', 'and'), $this->attach_filename);代碼: 選擇全部
$this->attach_filename = str_replace(array('$', '?, '>','<','?,'%','=','/','(',')','#','*','+',"\\",'{','}','[',']'), array('dollar', 'ss','greater','lower','paragraph','percent','equal','','','','','','','','','','',''), $this->attach_filename);請問各位大大,該如何解決這個問題???
謝謝。


