Would be very grateful for all assistance with this problem!
I remember creating a wordpress multiuser site a long while ago. I deleted the first blog and didn't think twice. The tables that it must have deleted were the wp_table entries. The next blog/site was created with wp_1_table and so on. Despite this, the site has worked flawlessly. Unfortunately I've noticed that the table numbering is not what some software is expecting - it is expecting at least one complete site under "prefix_table" format consistently for the first site/blog. My site is split up. I need to switch the wp_1_table prefixes to wp_table so that it's compatible. I tried to follow some sites instructions but they don't work and seems as though something is looking for the wp_1_table tables.
The full table names for a stock install look like this before you start adding multisites:
wp_commentmeta
wp_comments
wp_links
wp_options
wp_postmeta
wp_posts
wp_terms
wp_term_relationships
wp_term_taxonomy
wp_ucan_post_submissions
wp_usermeta
wp_users
My Database structure:
wp_blogs
wp_blog_versions
wp_registration_log
wp_signups
wp_site
wp_sitecategories
wp_sitemeta
wp_usermeta
wp_users
wp_1_ahm_download_stats
wp_1_ahm_filemeta
wp_1_ahm_files
wp_1_commentmeta
wp_1_comments
wp_1_links
wp_1_mban_banner
wp_1_mban_options
wp_1_mban_zone
wp_1_mobilepress
wp_1_options
wp_1_postmeta
wp_1_posts
wp_1_terms
wp_1_term_relationships
wp_1_term_taxonomy
wp_4_ etc.
wp_9_ etc.