Home › Forums › Legacy Support › Support queries › Update Issues › after last update wp_woocommerce_termmeta doesn't exist
- This topic has 9 replies, 3 voices, and was last updated 8 years, 5 months ago by Anshuman Sahu.
Viewing 10 posts - 1 through 10 (of 10 total)
-
AuthorPosts
-
June 20, 2016 at 3:41 am #54071ateya3dSpectatorhello after last update wp_woocommerce_termmeta doesn't exist The wp_woocommerce_termmeta table is not okay. It is reporting the following error: Table '*****_site.wp_woocommerce_termmeta' doesn't exist. WordPress will attempt to repair this table… Failed to repair the wp_woocommerce_termmeta table. Error: Table '*****_site.wp_woocommerce_termmeta' doesn't exist how can i solve this problem ???June 20, 2016 at 6:24 am #54119Anshuman SahuKeymasterPlease try following solutions : 1. Deactivate Woocommerce plugin and then re-activate it . 2. Try repairing your database from phpmyadmin . Note : take backup first before trying above steps.June 20, 2016 at 1:20 pm #54215ateya3dSpectatorHello i do all your steps but i have the same problemJune 20, 2016 at 1:21 pm #54216ateya3dSpectatorThe wp_users table is okay. The wp_users table is already optimized. The wp_usermeta table is okay. The wp_usermeta table is already optimized. The wp_posts table is okay. The wp_posts table is already optimized. The wp_comments table is okay. The wp_comments table is already optimized. The wp_links table is okay. The wp_links table is already optimized. The wp_options table is okay. The wp_options table is already optimized. The wp_postmeta table is okay. The wp_postmeta table is already optimized. The wp_terms table is okay. The wp_terms table is already optimized. The wp_term_taxonomy table is okay. The wp_term_taxonomy table is already optimized. The wp_term_relationships table is okay. The wp_term_relationships table is already optimized. The wp_termmeta table is okay. The wp_termmeta table is already optimized. The wp_commentmeta table is okay. The wp_commentmeta table is already optimized. The wp_p2p table is okay. The wp_p2p table is already optimized. The wp_p2pmeta table is okay. The wp_p2pmeta table is already optimized. The wp_woocommerce_payment_tokenmeta table is okay. The wp_woocommerce_payment_tokenmeta table is already optimized. The wp_woocommerce_termmeta table is not okay. It is reporting the following error: Table 'archscho_site.wp_woocommerce_termmeta' doesn't exist. WordPress will attempt to repair this table… Failed to repair the wp_woocommerce_termmeta table. Error: Table 'archscho_site.wp_woocommerce_termmeta' doesn't exist The wp_woocommerce_order_itemmeta table is okay. Some database problems could not be repaired. Please copy-and-paste the following list of errors to the WordPress support forums to get additional assistance. wp_woocommerce_termmeta: Table 'archscho_site.wp_woocommerce_termmeta' doesn't existJune 21, 2016 at 10:24 am #54451Anshuman SahuKeymasterThe table is a WooCommerce table, we do not make any changes in that table. Most likely the issue is connected to WooCommerce and WooCommerce multilingual. When I login to your site, I fail to see this message, can you tell me where should I look for this message, so that I can start debugging. a screenshot would be of great help, thanks.June 21, 2016 at 2:32 pm #54546ateya3dSpectatorhttp://arch-school.com/wp-admin/maint/repair.php try to Repair or Repair and optimize databaseJune 22, 2016 at 11:04 am #54668Anshuman SahuKeymasterNote here that previously wordpress does not have any term meta table ,so woocommerce creates table woocommerce_termmeta to support its functionality for product categories . But in wordpress 4.4 update woocommerce introduced its termmeta table now woocommerce uses wordpress termmeta table and have removed its woocommerce_termmeta table . We have checked the woocommerce code that this table will be created only if you have old version of wordpress (less than 4.4) . Issue does not concern with wplms theme .You can further contact woocommerce support for more details .June 22, 2016 at 11:19 pm #54755learner4lifeParticipantIn the latest update woocommerce dropped that table. In their wc-update-functions.php file you can find $wpdb->query( "DROP TABLE IF EXISTS {$wpdb->prefix}woocommerce_termmeta" ); Question is - why wordpress still looking to repair that table when it doesn't exist anymore and legitimately so.June 23, 2016 at 2:55 am #54767ateya3dSpectator@Alex you bundlid the woocommerce with the theme must be care and try to solve it's problem .. now what should I do ??June 23, 2016 at 11:53 am #54838Anshuman SahuKeymaster@learner4life , for the clarification there .. @Ateya3d : WooCommerce & WordPress are maintained by the same company. The bug exists in their code, not in ours. This issue is not related to the theme and our code, so we can not resolve it. Please consult WooCommerce or WordPress for further information.
-
AuthorPosts
Viewing 10 posts - 1 through 10 (of 10 total)
- The topic ‘after last update wp_woocommerce_termmeta doesn't exist’ is closed to new replies.