Quantcast
Channel: Topic Tag: godaddy | WordPress.org
Viewing all articles
Browse latest Browse all 4337

kend1 on "Godaddy multisite database connection failure"

$
0
0

yes that line is in the wp-config

/**

define('WP_DEBUG', false);

define ('WP_ALLOW_MULTISITE', true);

define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', false);
define('DOMAIN_CURRENT_SITE', 'newhorizonsaba.com');
define('PATH_CURRENT_SITE', '/index.php/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);

/* That's all, stop editing! Happy blogging. */

/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');

/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');

As I stated in the orignal post

Following the directions on the godaddy support page, I added the define('WP_ALLOW_MULTISITE', true); to my wp-config.php. Everything went fine and I logged back in, disabled all plugins and selected network setup. I then copied the info into wp-comfig and htaccess as directed. Now I get "Error establishing a database connection"


Viewing all articles
Browse latest Browse all 4337

Trending Articles