Setting up multisite on Cloud9
-
Hi folks,
I’m trying to set up a multisite install on my Cloud9 environment. I followed the instructions on this page and copy-pasted the changes to wp-config.php and .htaccess that WordPress gave me. Then, as instructed, I tried to log back in.
It told me there was a problem with the database, and give me a link to Repair it. So I clicked the link and it ran through a bunch of things which ended with the following report:
att_1_posts: Table 'c9.att_1_posts' doesn't exist att_1_comments: Table 'c9.att_1_comments' doesn't exist att_1_links: Table 'c9.att_1_links' doesn't exist att_1_options: Table 'c9.att_1_options' doesn't exist att_1_postmeta: Table 'c9.att_1_postmeta' doesn't exist att_1_terms: Table 'c9.att_1_terms' doesn't exist att_1_term_taxonomy: Table 'c9.att_1_term_taxonomy' doesn't exist att_1_term_relationships: Table 'c9.att_1_term_relationships' doesn't exist att_1_termmeta: Table 'c9.att_1_termmeta' doesn't exist att_1_commentmeta: Table 'c9.att_1_commentmeta' doesn't existAny idea why these tables wouldn’t have been created automatically by the multisite install? Is there a way that I can create them manually? Or do I have to trash everything and start over because I made a mistake somewhere?
The topic ‘Setting up multisite on Cloud9’ is closed to new replies.