• Resolved jacob.cowan

    (@jacobcowan)


    I got the following list of errors after running WordPress database repair (forgive me if I got the name of this wrong):
    wp_1_posts: Table ‘tre1328201520857.wp_1_posts’ doesn’t exist
    wp_1_comments: Table ‘tre1328201520857.wp_1_comments’ doesn’t exist
    wp_1_links: Table ‘tre1328201520857.wp_1_links’ doesn’t exist
    wp_1_options: Table ‘tre1328201520857.wp_1_options’ doesn’t exist
    wp_1_postmeta: Table ‘tre1328201520857.wp_1_postmeta’ doesn’t exist
    wp_1_terms: Table ‘tre1328201520857.wp_1_terms’ doesn’t exist
    wp_1_term_taxonomy: Table ‘tre1328201520857.wp_1_term_taxonomy’ doesn’t exist
    wp_1_term_relationships: Table ‘tre1328201520857.wp_1_term_relationships’ doesn’t exist
    wp_1_commentmeta: Table ‘tre1328201520857.wp_1_commentmeta’ doesn’t exist

    I just installed WordPress multisite. I think that I followed all of the steps, and I’m going through checking everything. The site is trecalt.com Any help would be appreciated. Thank you!

Viewing 5 replies - 16 through 20 (of 20 total)
  • Thread Starter jacob.cowan

    (@jacobcowan)

    Oh, I just found the info on the network admin dashboard, both site url and home are: https://trecalt.com/tests

    Did you try changing the following lines in the htaccess from:

    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) trecalt/$2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ trecalt/$2 [L]

    to:

    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]

    I don’t know if that will fix it. Otherwise, I’m running out of options… ??
    If you trust me I can always log into your FTP and have a look.

    Thread Starter jacob.cowan

    (@jacobcowan)

    That worked!!! Thanks so much. From searching on this topic, I don’t think I’m the only one who has had this problem, so I hope that your answer helps more people than just me. This is just awesome. Thank you!!!!

    Awesome, I’m happy to help! Good luck with your sites!
    (Please mark this thread, or my last answer, as resolved.)

    Thread Starter jacob.cowan

    (@jacobcowan)

    Resolved! Thanks again.

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Activating WordPress Multisite’ is closed to new replies.