tootsie
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Server Not Found on New SiteI didn’t actually changed anything and it started resolving correctly. I’m thinking it took my sever 24 hours or so to process the wildcard subdomain. Don’t really know. BTW, I did have my plugins turned off during the whole thing.
Forum: Networking WordPress
In reply to: Server Not Found on New SiteThis is what I got:
DNS Details for office.sallybookman.com:
; <<>> DiG 9.2.4 <<>> -t ANY office.sallybookman.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 9120
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0;; QUESTION SECTION:
;office.sallybookman.com. IN ANY;; ANSWER SECTION:
office.sallybookman.com. 14400 IN A 50.87.146.133;; AUTHORITY SECTION:
sallybookman.com. 86400 IN NS ns2172.hostgator.com.
sallybookman.com. 86400 IN NS ns2171.hostgator.com.;; Query time: 58 msec
;; SERVER: 64.22.68.60#53(64.22.68.60)
;; WHEN: Tue Sep 3 19:32:44 2013
;; MSG SIZE rcvd: 109Forum: Networking WordPress
In reply to: Error establishing a database connectionthank you, thank you!
all i needed was that one line in my config.php file:
define( ‘MULTISITE’, true );
Forum: Networking WordPress
In reply to: Error establishing a database connectionso i saw on another post someone suggested running wp-admin/maint/repair.php?referrer=is_blog_installed. i did that and this is the error i got:
wp_1_posts: Table ‘goodlife_wpmu.wp_1_posts’ doesn’t exist
wp_1_comments: Table ‘goodlife_wpmu.wp_1_comments’ doesn’t exist
wp_1_links: Table ‘goodlife_wpmu.wp_1_links’ doesn’t exist
wp_1_options: Table ‘goodlife_wpmu.wp_1_options’ doesn’t exist
wp_1_postmeta: Table ‘goodlife_wpmu.wp_1_postmeta’ doesn’t exist
wp_1_terms: Table ‘goodlife_wpmu.wp_1_terms’ doesn’t exist
wp_1_term_taxonomy: Table ‘goodlife_wpmu.wp_1_term_taxonomy’ doesn’t exist
wp_1_term_relationships: Table ‘goodlife_wpmu.wp_1_term_relationships’ doesn’t exist
wp_1_commentmeta: Table ‘goodlife_wpmu.wp_1_commentmeta’ doesn’t existso why aren’t the tables for the network creating properly? i have installed, cleared, and reinstalled three times and it keeps happening the same.