gpt4 book ai didi

本地主机中的 Wordpress 多站点 "Error establishing a database connection"

转载 作者:行者123 更新时间:2023-12-03 11:30:14 25 4
gpt4 key购买 nike

尝试将 WordPress 转换为多站点设置时,出现错误:

Error establishing a database connection



我在带有 WAMP 服务器的 Windows 7 上使用 WordPress 3.7.1。

wp-config.php
define('WP_ALLOW_MULTISITE', true ); 
define('SUBDOMAIN_INSTALL', false);
define('DOMAIN_CURRENT_SITE', 'localhost');
define('PATH_CURRENT_SITE', '/wordpress_test4/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);

.htaccess
RewriteEngine On 
RewriteBase /wordpress_test4/
RewriteRule ^index\.php$ - [L]

# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]

最佳答案

您需要添加到您的 wp-config.php :

define('MULTISITE', true);

我有同样的问题。我跳过了这一行,因为我已经有了 define('WP_ALLOW_MULTISITE', true);在我的 wp-config 中,它看起来与我相同。

关于本地主机中的 Wordpress 多站点 "Error establishing a database connection",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19724781/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com