結果都是如下的錯誤..
Another component is already using directory: "/*home*/components/com_smf/"
我也遇到了相同的問題啊!
“Another component is already using directory: " ……www/mambo/components/com_smf/" ”
但我根本沒有這個目錄啊!
不過倒沒有提示權限錯誤……
有哪位知道解決方法啊???!!!
PS:我用的是最新的MOS_SMF Bridge 3.0.2
Mambo 4.5.2.1
SMF 1.0.2 是的, 這部分我知道.
剛剛又再三試著確認上面提到的步驟
結果都是如下的錯誤..
Another component is already using directory: "/*home*/components/com_smf/"
差別在於,
A
如果原先沒有這個目錄存在 (我確認清除)
安裝過程會自動產生目錄 755, 使用者錯誤 (nobody) / 群組正確
但我沒辦法透過 ftp 改權限為 777
Warning: copy(): SAFE MODE Restriction in effect. The script whose uid is 2143 is not allowed to access /*home*/components/com_smf owned by uid 65534 in /*home*/administrator/components/com_installer/installer.class.php on line 352
Warning: copy(/*home*/components/com_smf/smf.php): failed to open stream: No such file or directory in /*home*/administrator/components/com_installer/installer.class.php on line 352
然後因為權限不對, 當然也就無法把檔案 copy 過去, 於是...
Failed to copy file: /*home*/administrator/components/com_installer/component/com_smf/smf.php to /*home*/components/com_smf/smf.php
B
我如果手動建立好 com_smf 上傳這個目錄
遠端建立目錄 使用者正確 / 群組正確
我可以用 ftp 改權限為 777
但他會說已經有其他模組用了這個目錄名稱
C
我如果 ftp 在遠端手動建立這個目錄
遠端目錄 使用者 unknown / 群組 unknown
我可以用 ftp 改權限為 777
但他會說已經有其他模組用了這個目錄名稱
那...我到底應該讓遠端 components 下的 com_smf
在哪一組 userID/groupID 和權限才對呢?