1 頁 (共 1 頁)

[問題]Attachment Mod Version 2.3

發表於 : 2004-09-30 15:54
angela
WinXP
Apache
phpMyAdmin 2.5.4
phpBB2:2.0.4
Attachment Mod Version 2.3.9
-----------------------------------------------------------------------------
執行mod_table_inst.php出現了下面的畫面\r
大部分都是成功的「-> COMPLETED」
唯有下面四個是FAILED
Running :: ALTER TABLE phpbb_forums ADD auth_download TINYINT(2) DEFAULT '0' NOT NULL -> FAILED ---> Table 'phpbb.phpbb_forums' doesn't exist

Running :: ALTER TABLE phpbb_auth_access ADD auth_download TINYINT(1) DEFAULT '0' NOT NULL -> FAILED ---> Table 'phpbb.phpbb_auth_access' doesn't exist

Running :: ALTER TABLE phpbb_posts ADD post_attachment TINYINT(1) DEFAULT '0' NOT NULL -> FAILED ---> Table 'phpbb.phpbb_posts' doesn't exist

Running :: ALTER TABLE phpbb_topics ADD topic_attachment TINYINT(1) DEFAULT '0' NOT NULL -> FAILED ---> Table 'phpbb.phpbb_topics' doesn't exist

Running :: ALTER TABLE phpbb_privmsgs ADD privmsgs_attachment TINYINT(1) DEFAULT '0' NOT NULL -> FAILED ---> Table 'phpbb.phpbb_privmsgs' doesn't exist
網頁的畫面出現了
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:\aclass_services\webservices\phpbb2\attach_mod\attachment_mod.php
不曉得該如何處理,請各位先進幫忙一下,謝謝!

發表於 : 2004-09-30 16:23
蕭遙
還是數據庫中不存在某個表的問題,看看你是不是少執行了某個sql語句,或者少運行了它提供的某個文件

發表於 : 2004-09-30 17:22
angela
不是只要執行mod_table_inst.php檔案嗎?還有什麼sql語句要執行?