▼カルテ
phpBB パッケージ: phpBB2-0-22eucjp_full_rev1-0-0
本体バージョン: 2-0-22?
MOD インストール: なし
インストール済み MOD(s): なし
質問者の phpBB レベル: 設置成功
phpBB URL:
レンタルサーバー URL: http://www.pf-x.net/
PHP バージョン: 4.x?
データベースバージョン: MySQL 4.x?
▼本文
もしかしたらカルテの一部が間違っているかもしれません。すいません・・・
Attachment Modをインストールしたいのですが、
まず、file_attachment_mod2-4-5_and_2-0-22jpをダウンロード・解凍し、
readmeの通り、attach_mod_245をダウンロード・解凍し、
サーバーにアップします。(ここで、「docs/COPYING」というファイルだけが上書きされました。)
そして、「・・・・/install/install.php」にアクセスすると、
Installing Attachment Mod
Checking attachment mod storage directory:
files/ Directory found, Directory not writeable - please make sure you make it writeable before using the attachment mod
・
・
・
(省略)
・
・
・
Running :: ALTER TABLE phpbb_forums ADD auth_download TINYINT(2) DEFAULT '0' NOT NULL -> FAILED ---> Access denied for user: 'tkoisayctxsm@192.168.0.12' to database 'tkoisayctxsm'
Running :: ALTER TABLE phpbb_auth_access ADD auth_download TINYINT(1) DEFAULT '0' NOT NULL -> FAILED ---> Access denied for user: 'tkoisayctxsm@192.168.0.12' to database 'tkoisayctxsm'
Running :: ALTER TABLE phpbb_posts ADD post_attachment TINYINT(1) DEFAULT '0' NOT NULL -> FAILED ---> Access denied for user: 'tkoisayctxsm@192.168.0.12' to database 'tkoisayctxsm'
Running :: ALTER TABLE phpbb_topics ADD topic_attachment TINYINT(1) DEFAULT '0' NOT NULL -> FAILED ---> Access denied for user: 'tkoisayctxsm@192.168.0.12' to database 'tkoisayctxsm'
Running :: ALTER TABLE phpbb_privmsgs ADD privmsgs_attachment TINYINT(1) DEFAULT '0' NOT NULL -> FAILED ---> Access denied for user: 'tkoisayctxsm@192.168.0.12' to database 'tkoisayctxsm'
・
・
・
(省略)
・
・
・
Some queries failed.
This is sometimes due to tables already there (from a previous installation), therefore please READ the errors and warnings and use common sense in interpreting them. Support is offered at opentools.de for questions you might have regarding those errors/warnings.
NOW REMOVE THE INSTALL AND CONTRIB DIRECTORIES
|
とここだけ「COMPLETED」ではありませんでした。
そして、その後、readmeの通り、file_attachment_mod2-4-5_and_2-0-22jpの
root以下のファイル群をアップロードしました。(ここでは結構な量が上書きされました。)
そして、その後phpBBにもどると、
フォーラムは見れなくなるし、追加、削除もできなくなる・・・といった状態です。
ファイル群、MySQLなどをすべて初期化してやり直しても結果は同じでした。
どうすればfile attachment modをインストールできるのでしょうか・・・