I have read several articles and such and seems like I have tried everything. I am back to the start again and can get into my dashboard. I am getting a warning message
Warning: An existing WordPress network was detected.
Please complete the configuration steps. To create a new network, you will need to empty or remove the network database tables.
so now I found this article but scared to do anything with it.
http://blog.ashfame.com/2010/07/remove-wordpress-multisite-data/
I did go into my general settings and took the www. out of the url so that is where I am at now. Not sure which direction to go I did try the article that tara suggested and that didn’t work either. Once everything is installed it takes me directly to my website I cannot get into dashboard at all and I did clear my cookies and cache.
Please help
Is there anyone out there that can help I am not a programmer by any means far from it I am a newbie trying to figure it all out as I go.
I am having problems with creating a sub-domain multisite. I use Softaculous for my installation of which I activated Enable “Multisite (WPMU)” My installation run perfectly is I run sub-directories. The headache pops up when I want to change from sub-directories to sub-domains.
Immediately when I can my wp-config from:
/* Multisite */
define( ‘WP_ALLOW_MULTISITE’, true );
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, false);
define(‘DOMAIN_CURRENT_SITE’, ‘ochrio.com’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);
To this
define( ‘WP_ALLOW_MULTISITE’, true );
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, true);
define(‘DOMAIN_CURRENT_SITE’, ‘ochrio.com’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);
I get this errors
Warning: Cannot modify header information – headers already sent by (output started at /home/ochrioco/public_html/wp-config.php:1) in /home/ochrioco/public_html/wp-includes/option.php on line 750
Warning: Cannot modify header information – headers already sent by (output started at /home/ochrioco/public_html/wp-config.php:1) in /home/ochrioco/public_html/wp-includes/option.php on line 751
Moderator
t-p
(@t-p)
@ochrio:
to get full attention to your specific issue, my suggestion would be to start your own thread. Despite any similarity in symptoms, your issue is likely to be completely different because of possible differences in physical servers, accounts, hosts, plugins, theme, configurations, etc. Thus one problem, on one setup is not indicative of the functionality and reliability of an application as a whole. To get the best attention to your specific issue as you deserve, please review how and where to post in this forum: http://codex.wordpress.org/Forum_Welcome#Where_To_Post
Meanwhile, try reviewing this codex to solve header already sent problem: http://codex.wordpress.org/FAQ_Troubleshooting#How_do_I_solve_the_Headers_already_sent_warning_problem.3F
katkins,
http://wpmututorials.com/how-to/how-to-disable-multisite/
Yes, you need to delete the multisite tables in order to start over/