0
The following error is permanently occurring, recorded in my error_log:
Error in Wordpress Table database
'odiletan_bd.wpTP737termmeta' doesn't exist na query SELECT term_id, meta_key, meta_value FROM wpTP737termmeta WHERE term_id IN (301,308,314,295,311,305,291,298,15,310,303,312,194,316,19,304,7,306,307,292,302,296,313,317,299,160,315,297,203) ORDER BY meta_id ASC feita por require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/colornews-child/single.php'), get_header, locate_template, load_template, require_once('/themes/colornews-child/header.php'), wp_nav_menu, wp_get_nav_menu_items, get_terms, WP_Term_Query->query, WP_Term_Query->get_terms, update_termmeta_cache, update_meta_cache
How should I proceed to create this table?
Thank you. However I went looking for the table and it is present with the fields: meta_id bigint(20): term_idÍndice bigint(20); meta_keyÍndice varchar(255) utf8mb4_unicode_ci; meta_value longtext utf8mb4_unicode_ci. What should I do since it keeps sending that msg to the log?
– trifase
type of this table is 'myisam' or 'innodb'?
– Gleyson Silva
The storage engine is Myisam.
– trifase
It may be corrupted, uses the syntax "CHECK TABLE
odiletan_bd
.wpTP737termmeta
" and if it is using the syntax "REPAIR TABLEodiletan_bd
.wpTP737termmeta
"– Gleyson Silva
How do I do it? : ( sorry, but I know almost nothing about comics
– trifase
Windows start button, type prompt, open it and type the following command: 'mysql -u root -h localhost -p' press enter and enter the password of the database, type 'use odiletan_bd' press Enter , type 'REPAIR TABLE wpTP737termmeta' press Enter. All this without the quotes and remember to exchange root(for the database user), localhost(server where the BD is).
– Gleyson Silva
After all the tebela doesn’t exist, I was watching another comic and not in the main:( I really have to create it. :(
– trifase
Glad you found the error!
– Gleyson Silva
Thank you for your support William Cézar
– trifase