1 頁 (共 1 頁)

[問題] phpbb2.0.11升級2.0.13 失敗問題

發表於 : 2005-03-07 00:57
騎狼的林小毛
請各位大哥指教一下
============================
我原本是2.0.11升級2.0.12再升級2.0.13

全部步驟都有按照下面網址去做(做了3次)
http://phpbb-tw.net/phpbb/viewtopic.php?t=32971
http://phpbb-tw.net/phpbb/viewtopic.php?t=32964

結果現在會員登入.登出時會找不到頁面.這是為什麼呢??

各位高手可以到我的論壇試試就知道了
http://www.thunder2.com




另外執行update_to_latest程式時 出現下列錯誤訊息.看不懂是麻咪意思= =b
Warning: main(./extension.inc): failed to open stream: No such file or directory in /home/thunder/public_html/phpbb_thunder/admin/update_to_latest.php on line 46

Warning: main(./extension.inc): failed to open stream: No such file or directory in /home/thunder/public_html/phpbb_thunder/admin/update_to_latest.php on line 46

Warning: main(): Failed opening './extension.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/thunder/public_html/phpbb_thunder/admin/update_to_latest.php on line 46

Warning: main(./config.): failed to open stream: No such file or directory in /home/thunder/public_html/phpbb_thunder/admin/update_to_latest.php on line 47

Warning: main(./config.): failed to open stream: No such file or directory in /home/thunder/public_html/phpbb_thunder/admin/update_to_latest.php on line 47

Warning: main(): Failed opening './config.' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/thunder/public_html/phpbb_thunder/admin/update_to_latest.php on line 47
Please read: INSTALL.html before attempting to update.

發表於 : 2005-03-07 01:00
vincen
我裝了..成功..原本login正常..但..今天要用..就跟你一樣..會沒反應...然後..出現找不到後..我把網址後的路徑全刪掉..重整..就發現..已經登入了..
登出時也是一樣...WHY??

原來是我網域忘了改回來..(已解決)..

PS.我只是登入登出有問題..並無出現錯誤語法跟程式碼..

發表於 : 2005-03-07 01:02
騎狼的林小毛
vincen 寫:我裝了..成功..原本login正常..但..今天要用..就跟你一樣..會沒反應...然後..出現找不到後..我把網址後的路徑全刪掉..重整..就發現..已經登入了..
登出時也是一樣...WHY??
我跟你一模一樣.我以為自己沒搞好.所以來來回回重複的做了3次\r
確定不是自己的問題所以發問的.希望有高手指教囉^^

謝謝回覆~QQ

發表於 : 2005-03-17 13:50
jimes007
vincen 寫:我裝了..成功..原本login正常..但..今天要用..就跟你一樣..會沒反應...然後..出現找不到後..我把網址後的路徑全刪掉..重整..就發現..已經登入了..
登出時也是一樣...WHY??
在看了一些文章後,發現部份回覆的內容並沒有說得非常清楚。
請進入您的論壇"系統管理控制台",找到"一般管理"中的"基本組態",修改"網域名稱",範例如下:
1. IP 形式:IP位置/使用者名稱/phpbb2/
例: 168.95.1.1/jimes007/phpbb2/

2.網域名稱形式:網域名稱/使用者名稱/phpbb2/
例: http://www.abc.com/jimes007/phpbb2

以上如果是一台主機只有一個主要使用者(root)架設,那麼就不要加入"使用者名稱"在其中。
最重要的是以上的兩個範例中,最前方都不可以有 http:// 存在。 :mrgreen:

另外,以上兩位網友,記得發問時要依照此站的規定發問,要不然有很多高手是不會回答你們的問題的,切記!

發表於 : 2005-03-17 22:03
chinu915
依據您的錯誤訊息來看,應該是你執行update_to_latest.php這隻資料庫升級程式時路徑放的不對,您可以將這隻程式放根目錄執行看看。