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"