1 頁 (共 1 頁)

[問題]File Attachment Mod V2.3.9裝配問題

發表於 : 2003-12-02 20:27
edwardchung
Warning: main(./attach_mod/attachment_mod.php): failed to open stream: No such file or directory in c:\appserv\www\phpbb2\common.php on line 173

Warning: main(): Failed opening './attach_mod/attachment_mod.php' for inclusion (include_path='.;c:\php4\pear') in c:\appserv\www\phpbb2\common.php on line 173

Fatal error: Call to undefined function: include_attach_lang() in c:\appserv\www\phpbb2\includes\functions.php on line 254
我跟指引安裝後出現這畫面?怎樣?
裝前見指引有以下說法:
"之後把attach_mod
oot這目錄下的資料都複製到你 phpbb2 的目錄中
理論上 這些檔案都是你本來沒有的 所以不用怕重複或蓋掉你之前裝的mod
之後執行phpbb2\install\mod_table_inst.php

你應該可以成功執行的 除非你的 mysql 有問題 "

其實裝前這句子不是太明白,請幫忙!

我是用phpBB-2.0.6 + File Attachment Mod V2.3.9 + lang_chinese_traditional_taiwan_amod_v235

Re: [問題]File Attachment Mod V2.3.9裝配問題

發表於 : 2003-12-02 22:53
io_oi
edwardchung 寫:phpbb2\install\mod_table_inst.php
你必須把該檔案確實複製到你的論壇中\r
並以管理員身分登入後在你的網頁直接執行該檔
實際路徑你自己才會知道

我猜你是這個檔案未執行吧?
這個檔案會自動幫你新增此"上傳附件"外掛所需的資料庫

發表於 : 2003-12-02 23:08
edwardchung
我先前已經將所指的root檔放在我的www以下位置,是不是將此檔複制到mod_table_inst.php www以下位置,還是要到phpMyAdmin處理呢?我就是吳多認識!請指教!

發表於 : 2003-12-02 23:21
io_oi
edwardchung 寫:我先前已經將所指的root檔放在我的www以下位置,是不是將此檔複制到mod_table_inst.php www以下位置,還是要到phpMyAdmin處理呢?我就是吳多認識!請指教!
不行
這個你一定要放在 phpbb2\install\mod_table_inst.php
論壇資料夾\install\mod_table_inst.php
跟一般其他外掛所不同的是,它一定要在 論壇資料夾\install\裡頭

發表於 : 2003-12-02 23:28
edwardchung
多口問句,請問是否多數mod是放在那處呢?
smile又放在那處呢?而且我見指引說改因我都是剛subsilver就得,如果我日後改其他板面時或加其他mod,會否有影響呢?對不起我是初接觸phpbb的。謝謝

發表於 : 2003-12-02 23:59
io_oi
edwardchung 寫:多口問句,請問是否多數mod是放在那處呢?
smile又放在那處呢?而且我見指引說改因我都是剛subsilver就得,如果我日後改其他板面時或加其他mod,會否有影響呢?對不起我是初接觸phpbb的。謝謝
你還是按格式發表吧\r
http://phpbb-tw.net/phpbb/viewtopic.php?p=94203#94203
我也是剛學,你這樣發問我也看不懂...
除非是眼尖的高手...

發表於 : 2003-12-03 10:16
edwardchung
一般錯誤

Could not query attachment information

DEBUG MODE

SQL Error : 1146 Table 'phpbb.phpbb_attachments_config' doesn't exist

SELECT * FROM phpbb_attachments_config

Line : 80
File : c:\appserv\www\phpbb2\attach_mod\attachment_mod.php

現發覺有以上出現,是否板本更新呢,因我是跟attach_mod_v237 成功安裝法分享主題做,還是要跟返File Attachment Mod V2.3.9內的指引做呢?

發表於 : 2003-12-03 15:54
io_oi
v239我只裝過在2.0.6
v237我只裝過在2.0.4
我並不知道v237能不能裝在2.0.6

如果你是v239裝在2.0.6
記得要做下面這個修正
不然只要是1~9開頭的會員都會搜尋不到\r

代碼: 選擇全部

# 
#-----[ OPEN ]---------------------------------------------
# 
admin/admin_users.php

# 
#-----[ FIND ]---------------------------------------------
# around line 62
	//
	// Ok, the profile has been modified and submitted, let's update

# 
#-----[ BEFORE, ADD ]---------------------------------------
# 
	attachment_quota_settings('[color=red]user[/color]', $HTTP_POST_VARS['submit'], $mode);
這一段要改成

代碼: 選擇全部

# 
#-----[ BEFORE, ADD ]---------------------------------------
# 
	attachment_quota_settings('[color=blue]username[/color]', $HTTP_POST_VARS['submit'], $mode);

發表於 : 2003-12-11 14:27
edwardchung
都是出現以下文字,為什麼呢\r

一般錯誤
Could not query attachment information

DEBUG MODE

SQL Error : 1146 Table 'phpbb.phpbb_attachments_config' doesn't exist

SELECT * FROM phpbb_attachments_config

Line : 80
File : c:\appserv\www\phpbb2\attach_mod\attachment_mod.php

發表於 : 2003-12-11 21:21
aiken
SQL Error : 1146 Table 'phpbb.phpbb_attachments_config' doesn't exist
就寫的這麼清楚了....你的MySQL沒有這個欄位

發表於 : 2004-01-06 11:19
寒冰軒
抱歉
我也遇到這個問題
但是\r
這個mod的安裝文件裡
並沒有要加入sql的語法耶\r
請問應該如何新增此欄位呢

發表於 : 2004-01-06 11:34
cdarkz
安裝文件的STEP NUMBER II就有說要將install目錄下的檔案上傳\r
且要執行mod_table_inst.php(http://www.yoursite.com/phpBB2/install/ ... e_inst.php)
這就會在資料庫內新增或修改欄位了阿!!!

發表於 : 2004-01-06 16:36
horacekao
跟大家分享一下
V2.3.9可以正常安裝在2.0.4喔

發表於 : 2004-01-06 22:07
寒冰軒
謝謝之前幫忙解答的大大們
我已成功安裝好了

但其中的

代碼: 選擇全部

輸入您的 FTP 資訊:
 
FTP 上傳伺服器:
  
FTP 路徑到你的上傳資料夾:

下載連結到 FTP 路徑:

您的 FTP 登入名稱:  
您的 FTP 登入密碼: 
這些路徑應該如何設定呢\r
我是自機架站
但是我有測試發文時使用圖片附檔
但文章都是顯示\r
圖檔

如何讓它直接秀出圖片呢?

之後按了下載結果出現了

代碼: 選擇全部

選擇的附加檔案再也不存在了。

404 File Not Found: The File ranka.gif does not exist.


而發文前先按預覽\r
出現\r

代碼: 選擇全部

Parse error: parse error, unexpected $ in c:\appserv\www\phpbb2\includes\template.php(151) : eval()'d code on line 235

Warning: Cannot add header information - headers already sent by (output started at c:\appserv\www\phpbb2\includes\template.php(151) : eval()'d code:235) in c:\appserv\www\phpbb2\includes\page_header.php on line 479

Warning: Cannot add header information - headers already sent by (output started at c:\appserv\www\phpbb2\includes\template.php(151) : eval()'d code:235) in c:\appserv\www\phpbb2\includes\page_header.php on line 481

Warning: Cannot add header information - headers already sent by (output started at c:\appserv\www\phpbb2\includes\template.php(151) : eval()'d code:235) in c:\appserv\www\phpbb2\includes\page_header.php on line 482
請問我應該如何作適當的修改及設定呢

[問題]attach_mod無法進入

發表於 : 2004-02-03 20:03
s80022
-----------消除---------------