发新话题
打印

[问题求助] 在获取密码时出现Problem in wp-config.php问题,急求救!!(已解决)

在获取密码时出现Problem in wp-config.php问题,急求救!!(已解决)

Problem in wp-config.php - $base is set to BASE when it should be the path like "/" or "/blogs/"! Please fix it!

[ 本帖最后由 resteven 于 2008-10-16 02:33 编辑 ]

TOP

是基础链接的问题

TOP

能否具体解答一下?谢谢!!本人对php一窍不通啊,在线等。。。

TOP

我已经按说明设置好数据库链接,也放在根目录下,应该没错的呢

TOP

……
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
define('VHOST', 'VHOSTSETTING');
$base = 'BASE';

$base = 'BASE';    这一行我删掉了不知对不对呢,因为下面写着:

// double check $base
if( $base == 'BASE' )
        die( 'Problem in wp-config.php - $base is set to BASE when it should be the path like "/" or "/blogs/"! Please fix it!' );
// You can have multiple installations in one database if you give each a unique prefix
$table_prefix  = 'wp_';   // Only numbers, letters, and underscores please!

TOP

现在中个博客 搞这么多不知道wp干嘛

TOP

你的话我没看懂:

TOP

发新话题