我用fontpage把我的phpbb 都上傳了
但是還是開不出來
請問各位高手這是怎麼回事呀???
有人可以幫我解答嗎??
非常謝謝!!
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /data/members/free/tripod/uk/m/e/t/metorkid/htdocs/db/mysql4.php on line 330
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /data/members/free/tripod/uk/m/e/t/metorkid/htdocs/db/mysql4.php on line 331
phpBB : Critical Error
Could not connect to the database
See ad
Site Catcher can transfer your site to Tripod in 3 clicks Join Lycos Affiliate Programs and earn money from your website
[問題]我的phpbb在LYCOS上有問題....help me!!
版主: 版主管理群
版面規則
本區是討論關於 phpBB 2.0.X 架設安裝上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表。
(發表文章請按照公告格式發表,違者砍文)
本區是討論關於 phpBB 2.0.X 架設安裝上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表。
(發表文章請按照公告格式發表,違者砍文)
http://phpbb-tw.net/phpbb/viewforum.php?f=98
http://phpbb-tw.net/phpbb/viewtopic.php?t=7311
http://phpbb-tw.net/phpbb/viewtopic.php?t=7231
or
make sure your config.php is correct
http://phpbb-tw.net/phpbb/viewtopic.php?t=7311
http://phpbb-tw.net/phpbb/viewtopic.php?t=7231
or
make sure your config.php is correct
[問題]我的phpbb在LYCOS上有問題....help me!!
按照您提供的連結方法
試了很多多次><
還是不能還是沒辦法解決
請問高手大哥你能幫我看看嗎?
非常感謝!!!
這是我的config.php不知道有無錯誤,可否幫我看看:
$cfg['PmaAbsoluteUri'] = 'http://members.lycos.co.uk/metorkid/phpMyAdmin/';
$cfg['Servers'][$i]['host'] = 'metorkid'; // MySQL hostname or IP address
$cfg['Servers'][$i]['port'] = ''; // MySQL port - leave blank for default port
$cfg['Servers'][$i]['socket'] = ''; // Path to the socket - leave blank for default socket
$cfg['Servers'][$i]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket')
$cfg['Servers'][$i]['compress'] = FALSE; // Use compressed protocol for the MySQL connection
// (requires PHP >= 4.3.0)
$cfg['Servers'][$i]['controluser'] = 'metorkid'; // MySQL control user settings
// (this user must have read-only
$cfg['Servers'][$i]['controlpass'] = '6525365'; // access to the "mysql/user"
// and "mysql/db" tables)
$cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = ''; // MySQL user
試了很多多次><
還是不能還是沒辦法解決
請問高手大哥你能幫我看看嗎?
非常感謝!!!
這是我的config.php不知道有無錯誤,可否幫我看看:
$cfg['PmaAbsoluteUri'] = 'http://members.lycos.co.uk/metorkid/phpMyAdmin/';
$cfg['Servers'][$i]['host'] = 'metorkid'; // MySQL hostname or IP address
$cfg['Servers'][$i]['port'] = ''; // MySQL port - leave blank for default port
$cfg['Servers'][$i]['socket'] = ''; // Path to the socket - leave blank for default socket
$cfg['Servers'][$i]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket')
$cfg['Servers'][$i]['compress'] = FALSE; // Use compressed protocol for the MySQL connection
// (requires PHP >= 4.3.0)
$cfg['Servers'][$i]['controluser'] = 'metorkid'; // MySQL control user settings
// (this user must have read-only
$cfg['Servers'][$i]['controlpass'] = '6525365'; // access to the "mysql/user"
// and "mysql/db" tables)
$cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = ''; // MySQL user
[問題]我的phpbb在LYCOS上有問題....help me!!
唉...我將phpbb中的config
改成您的方法
但是卻又發生入下的狀況
我又陷入困境中\r
可否再麻煩您解答....謝謝囉!!!
phpBB : Critical Error
Could not query config information
DEBUG MODE
SQL Error : 1146 Table 'metorkid_uk_db.phpbb_config' doesn't exist
SELECT * FROM phpbb_config
Line : 166
File : /data/members/free/tripod/uk/m/e/t/metorkid/htdocs/common.php
改成您的方法
但是卻又發生入下的狀況
我又陷入困境中\r
可否再麻煩您解答....謝謝囉!!!
phpBB : Critical Error
Could not query config information
DEBUG MODE
SQL Error : 1146 Table 'metorkid_uk_db.phpbb_config' doesn't exist
SELECT * FROM phpbb_config
Line : 166
File : /data/members/free/tripod/uk/m/e/t/metorkid/htdocs/common.php
[問題]我的phpbb在LYCOS上有問題....help me!!
慘了慘了
我原先的資料現在出現錯誤了
叫不出來一直出現\r
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in c:\appserv\www\phpbb2\db\mysql4.php on line 330
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in c:\appserv\www\phpbb2\db\mysql4.php on line 331
phpBB : Critical Error
Could not connect to the database
可能是我改錯了config
可不可已幫我看看
$cfg['PmaAbsoluteUri'] = 'http:/localhost/www/phpMyAdmin/';
$cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname or IP address
$cfg['Servers'][$i]['port'] = ''; // MySQL port - leave blank for default port
$cfg['Servers'][$i]['socket'] = ''; // Path to the socket - leave blank for default socket
$cfg['Servers'][$i]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket')
$cfg['Servers'][$i]['compress'] = FALSE; // Use compressed protocol for the MySQL connection
// (requires PHP >= 4.3.0)
$cfg['Servers'][$i]['controluser'] = ''; // MySQL control user settings
// (this user must have read-only
$cfg['Servers'][$i]['controlpass'] = ''; // access to the "mysql/user"
// and "mysql/db" tables)
$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
我原先的資料現在出現錯誤了
叫不出來一直出現\r
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in c:\appserv\www\phpbb2\db\mysql4.php on line 330
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in c:\appserv\www\phpbb2\db\mysql4.php on line 331
phpBB : Critical Error
Could not connect to the database
可能是我改錯了config
可不可已幫我看看
$cfg['PmaAbsoluteUri'] = 'http:/localhost/www/phpMyAdmin/';
$cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname or IP address
$cfg['Servers'][$i]['port'] = ''; // MySQL port - leave blank for default port
$cfg['Servers'][$i]['socket'] = ''; // Path to the socket - leave blank for default socket
$cfg['Servers'][$i]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket')
$cfg['Servers'][$i]['compress'] = FALSE; // Use compressed protocol for the MySQL connection
// (requires PHP >= 4.3.0)
$cfg['Servers'][$i]['controluser'] = ''; // MySQL control user settings
// (this user must have read-only
$cfg['Servers'][$i]['controlpass'] = ''; // access to the "mysql/user"
// and "mysql/db" tables)
$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user

