填完最上面那頁後,
他有跳出要給我下載的東西
但是我不小心給他案到重新整理...
就跳不回去了
現在每次只要填完首頁
/install/install.php
就不能進去了
變成這樣\r
安裝過程中發生錯誤
在嘗試更新資料庫時發生錯誤
Table 'phpbb_auth_access' already exists
請大家教我一下
也就是要沒有辦法下載新的 config.php
Change the permissions on config.php to be writeable only by yourself (644 or -rw-r--r-- within your FTP Client)
[問題]填完首頁後,無法下載?
版主: 版主管理群
版面規則
本區是討論關於 phpBB 2.0.X 架設安裝上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表。
(發表文章請按照公告格式發表,違者砍文)
本區是討論關於 phpBB 2.0.X 架設安裝上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表。
(發表文章請按照公告格式發表,違者砍文)
Re: [問題]填完首頁後,無法下載?
請依照本版的發文規則發問!
http://phpbb-tw.net/phpbb/viewtopic.php?t=15329
==================================
試試用 phpMyAdmin 刪除所有資料表
http://phpbb-tw.net/phpbb/viewtopic.php?t=15329
==================================
試試用 phpMyAdmin 刪除所有資料表
................
方法1.進入phpMyAdmin 刪除所有資料表重裝
方法2. 開啟config.php
[php]
<?php
//
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
//
$dbms = 'mysql';
$dbhost = 'localhost';
$dbname = '資料庫名稱';
$dbuser = '使用者名稱';
$dbpasswd = '密碼';
$table_prefix = 'phpbb_';
define('PHPBB_INSTALLED', true);
?>[/php]
請更改正確的發問格式!
方法2. 開啟config.php
[php]
<?php
//
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
//
$dbms = 'mysql';
$dbhost = 'localhost';
$dbname = '資料庫名稱';
$dbuser = '使用者名稱';
$dbpasswd = '密碼';
$table_prefix = 'phpbb_';
define('PHPBB_INSTALLED', true);
?>[/php]
請更改正確的發問格式!
間中上來走走吧~


