第 1 頁 (共 1 頁)
[問題]安裝attach_mod_v237 一個小問題!
發表於 : 2003-06-16 14:54
由 sierrah
外掛問題 :Attachment Mod
使用版本: phpbb 2.0.4
小弟剛接觸phpbb三天,感謝「竹貓星球」眾前輩無私的分享下已經成功安裝完成!現在想要安裝Attachment Mod ,不過依照前輩~[教學] attach_mod_v237 成功安裝法分享~該篇教學內有個小問題想要問一下!
問題:在開始修改程式碼前有個步驟不懂
..........前略...... 之後執行phpbb2\install\mod_table_inst.php
就是這句話, install資料夾不是於系統主機安裝完成後就刪掉了嗎?而且小弟在phpbb 2.0.4原始程式install下也找不到mod_table_inst.php這個檔ㄟ!
是不是可以直接略過這個部分而去直接修改程式碼即可!
煩請各位前輩指導一下!
發表於 : 2003-06-16 15:54
由 ycj
有啦!
不然你怎麼執行
記得check是不是所有的Running都COMPLETED
Re: [問題]安裝attach_mod_v237 一個小問題!
發表於 : 2003-06-19 17:21
由 wiselydo
sierrah 寫:
..........前略...... 之後執行phpbb2\install\mod_table_inst.php
就是這句話, install資料夾不是於系統主機安裝完成後就刪掉了嗎?而且小弟在phpbb 2.0.4原始程式install下也找不到mod_table_inst.php這個檔ㄟ!
是不是可以直接略過這個部分而去直接修改程式碼即可!
煩請各位前輩指導一下!
這個檔案是在attach_mod裡的,要先上傳至phpBB2下(把整個「新」的install上傳)
發表於 : 2003-06-20 10:48
由 ericshih
各位大大,小弟一執行phpbb2
oot\install\mod_table_inst.php就出現以下錯誤,才第一步就受創,請幫幫我!
Warning: Failed opening './../extension.inc' for inclusion (include_path='c:\php4\pear') in c:\program files\apache group\apache\htdocs\auth\phpbb2
oot\install\mod_table_inst.php on line 26
Warning: Undefined variable: phpEx in c:\program files\apache group\apache\htdocs\auth\phpbb2
oot\install\mod_table_inst.php on line 27
Warning: Failed opening './../common.' for inclusion (include_path='c:\php4\pear') in c:\program files\apache group\apache\htdocs\auth\phpbb2
oot\install\mod_table_inst.php on line 27
Fatal error: Call to undefined function: session_pagestart() in c:\program files\apache group\apache\htdocs\auth\phpbb2
oot\install\mod_table_inst.php on line 29
發表於 : 2003-06-20 22:56
由 lisans
你的路徑設錯了
請進 install 裡改一下
./.. => 改成正確的才行
看起來你的應該是 ./../../
試試看唄
發表於 : 2003-07-16 18:28
由 ericshih
對不起大大,我實在還是不懂您的意思ㄝ,可以麻煩您在說詳細一點嗎?謝謝!
發表於 : 2004-12-13 14:26
由 angela
把mod_table_inst.php檔案打開把這一行$phpbb_root_path = './../';改成下面$phpbb_root_path = './../../';就行了
發表於 : 2004-12-15 22:25
由 rosekitchen
裝完v239之後
發現必須登入會員之後才能檢視圖片
會員登入後檢視都正常\r
沒登入就看不到\r
不知道能不能修正成非會員也能看到圖片否?