Files got deleted
-
I have been running wordpress multisite for a few months now. Since yesterday, I was unable to access the super user dashboard, but could access the individual sites in my domain https://ientrepreneur.co.in
In an attempt to repair the sittuation, I added
define(‘WP_ALLOW_REPAIR’, true);
to the wp-config.php fileNow I’m getting the following errors
wp_1_posts: Table ‘ientrepr_wp1.wp_1_posts’ doesn’t exist
wp_1_comments: Table ‘ientrepr_wp1.wp_1_comments’ doesn’t exist
wp_1_links: Table ‘ientrepr_wp1.wp_1_links’ doesn’t exist
wp_1_options: Table ‘ientrepr_wp1.wp_1_options’ doesn’t exist
wp_1_postmeta: Table ‘ientrepr_wp1.wp_1_postmeta’ doesn’t exist
wp_1_terms: Table ‘ientrepr_wp1.wp_1_terms’ doesn’t exist
wp_1_term_taxonomy: Table ‘ientrepr_wp1.wp_1_term_taxonomy’ doesn’t exist
wp_1_term_relationships: Table ‘ientrepr_wp1.wp_1_term_relationships’ doesn’t exist
wp_1_commentmeta: Table ‘ientrepr_wp1.wp_1_commentmeta’ doesn’t existHow can I restore my database? Please help asap. Thanks.
- The topic ‘Files got deleted’ is closed to new replies.