[求助]我的bbs裝了外掛後的問題!!!!

phpBB 2 MOD Support
無論是官方或非官方認證之外掛,安裝與使用問題討論。
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

主題已鎖定
paul2004
星球普通子民
星球普通子民
文章: 23
註冊時間: 2004-08-31 18:21

[求助]我的bbs裝了外掛後的問題!!!!

文章 paul2004 »

我是用phpBB 2.0.10 + MySQL 3.23.54+ phpMyAdmin 2.5.6
看了install.txt一步一步安 attach mod 2.3.10
完成了step 3
但step 4看不懂,結果變成了這模樣~~ :-(

這是我的bbs網址
http://www.sklz.com/free/paul2004/phpBB2/index.php

請各位大大幫幫忙

這是attach mod 2.3.10 install.txt的第四步內容:

STEP NUMBER IV: Additional Instructions
#
# In this installation i have put three little icons (icon_disk.gif, icon_disk_gray.gif, icon_clip.gif) for attachments into.
# Put it to your images, or whereever you want.
#
# The standard path for your files is 'files' and the standard upload image is images/icon_clip.gif.
# If you want to change it, go to your Administration Panel under Attachments->Management.
#
# You'll have to create the upload path and chmod it to 777 (or change the owner to you httpd-servers owner) to upload files if
# you don't use the ftp upload feature.
# if you have only plain ftp-access change the 'Attribute' of your files-directory to rwxrwxrwx.
#
# If you are using the ftp-upload feature, enter the relevant information in Attachments->Management.
# The password is stored in plaintext into the database. You don't have to chmod the directory (ftp-path).
#
# it would be wise that you put the provided index.php to this directory to prevent directory indexing.
#
# Before you make anything, i suggest you go to your Administration Panel->Attachments->Management and prove
# that uploading is working with the Test Upload button. ;)
#
# CONFIG CACHING
#
# If you want the Attachment Mod config table to be cached (reduce of one query on all phpBB2 Pages), you
# have to create a directory 'cache' within your phpBB2 root folder.
# This directory have to be chmodded to 777 (see above instructions on how to do this).
petertc
星球普通子民
星球普通子民
文章: 14
註冊時間: 2004-01-25 11:48

文章 petertc »

STEP NUMBER IV好像跟你的問題沒關係
關鍵是這個

Warning: Failed opening './language/lang_chinese_traditional/lang_main_attach.php' for inclusion (include_path='.:/usr/share/pear') in /var/www/html/free/paul2004/phpBB2/attach_mod/attachment_mod.php on line 55

去attachment_mod.php line 55看看為什麼抓不到lang_main_attach.php吧\r

--
另外我不認同論壇是bbs...
在下個人的意見啦
paul2004
星球普通子民
星球普通子民
文章: 23
註冊時間: 2004-08-31 18:21

文章 paul2004 »

我不知道怎麼去改,請大大幫忙?
attachment_mod.php line 55:

代碼: 選擇全部

include($phpbb_root_path . 'language/lang_' . $language . '/lang_main_attach.' . $phpEx);
paul2004
星球普通子民
星球普通子民
文章: 23
註冊時間: 2004-08-31 18:21

文章 paul2004 »

請各位大大幫忙啊!!!!
●快速架站程式:phpMyAdmin 2.5.6
●免費空間連結: http://www.sklz.com
●您安裝的程式:Apache + php + MySQL 3.23.54
●您的 phpBB2 版本:phpBB 2.0.10
flower
星球公民
星球公民
文章: 272
註冊時間: 2004-08-31 21:03
來自: 火星
聯繫:

文章 flower »

lang_main_attach.php 是否有上傳到 language/lang_chinese_traditional?
內容是否正確?
paul2004
星球普通子民
星球普通子民
文章: 23
註冊時間: 2004-08-31 18:21

文章 paul2004 »

flower 寫:lang_main_attach.php 是否有上傳到 language/lang_chinese_traditional?
內容是否正確?

是檔案名稱不對,已改了
謝謝你
這是我的bbs網址
http://www.sklz.com/free/paul2004/phpBB2/index.php

但有問題,為何不是繁體字?
我預設了是繁體字的
●快速架站程式:phpMyAdmin 2.5.6
●免費空間連結: http://www.sklz.com
●您安裝的程式:Apache + php + MySQL 3.23.54
●您的 phpBB2 版本:phpBB 2.0.10
flower
星球公民
星球公民
文章: 272
註冊時間: 2004-08-31 21:03
來自: 火星
聯繫:

文章 flower »

是繁體沒錯啊 :-?
頭像
星球公民
星球公民
文章: 64
註冊時間: 2004-08-19 12:41

文章 »

paul2004 寫: 是檔案名稱不對,已改了
謝謝你
這是我的bbs網址
http://www.sklz.com/free/paul2004/phpBB2/index.php

但有問題,為何不是繁體字?
我預設了是繁體字的
剛才去看了一下,是英文的耶…。

正確來說應該是沒有下載"正體中文"的語系包吧?

因為連竹貓宣告都沒有。
paul2004
星球普通子民
星球普通子民
文章: 23
註冊時間: 2004-08-31 18:21

文章 paul2004 »

翔 寫:
paul2004 寫: 是檔案名稱不對,已改了
謝謝你
這是我的bbs網址
http://www.sklz.com/free/paul2004/phpBB2/index.php

但有問題,為何不是繁體字?
我預設了是繁體字的
剛才去看了一下,是英文的耶…。

正確來說應該是沒有下載"正體中文"的語系包吧?

因為連竹貓宣告都沒有。

有啊!!
我在http://www.sourceforge.net下載"正體中文"的語系包

圖檔
●快速架站程式:phpMyAdmin 2.5.6
●免費空間連結: http://www.sklz.com
●您安裝的程式:Apache + php + MySQL 3.23.54
●您的 phpBB2 版本:phpBB 2.0.10
頭像
星球公民
星球公民
文章: 64
註冊時間: 2004-08-19 12:41

文章 »

那還真是奇怪…\r
你可以比對我的網站看一下,有啥不一樣的地方。

另外,你說有的話,為什麼沒把"正體中文語系由 phpbb-tw 維護製作"弄出來呢?
圖檔
你的↑
圖檔
我的↑
除了你自已打的字之外,我想"那些"是英文字吧?
還是我眼花了。

你在控制台裡的"預設語系"有沒有選呢?

lang_chinese_traditional_taiwan
paul2004
星球普通子民
星球普通子民
文章: 23
註冊時間: 2004-08-31 18:21

文章 paul2004 »

翔 寫:那還真是奇怪…\r
你可以比對我的網站看一下,有啥不一樣的地方。

另外,你說有的話,為什麼沒把"正體中文語系由 phpbb-tw 維護製作"弄出來呢?

除了你自已打的字之外,我想"那些"是英文字吧?
還是我眼花了。

你在控制台裡的"預設語系"有沒有選呢?

lang_chinese_traditional_taiwan
我在控制台裡的"預設語系"有選chinese_traditional_taiwan
但都不行啊
圖檔
●快速架站程式:phpMyAdmin 2.5.6
●免費空間連結: http://www.sklz.com
●您安裝的程式:Apache + php + MySQL 3.23.54
●您的 phpBB2 版本:phpBB 2.0.10
頭像
星球公民
星球公民
文章: 64
註冊時間: 2004-08-19 12:41

文章 »

下課回來後去你的網站看已經是正體中文哩!
是哪出問題啦?!
解決後記得分享一下解決方式,造福其他人。
paul2004
星球普通子民
星球普通子民
文章: 23
註冊時間: 2004-08-31 18:21

文章 paul2004 »

翔 寫:下課回來後去你的網站看已經是正體中文哩!
是哪出問題啦?!
解決後記得分享一下解決方式,造福其他人。
是因為mod的正體中文和論壇正體中文分開了
只要兩正體中文合一就搞定了~ :mrgreen:
●快速架站程式:phpMyAdmin 2.5.6
●免費空間連結: http://www.sklz.com
●您安裝的程式:Apache + php + MySQL 3.23.54
●您的 phpBB2 版本:phpBB 2.0.10
主題已鎖定

回到「外掛問題討論」