PHP message: WordPress database error Table ‘termmeta’ doesn’t exist for query SELECT term_id, meta_key, meta_value FROM termmeta WHERE term_id IN (1457,1397,1333,1438,497,524,494,495,496,1310) ORDER BY meta_id ASC made by require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), include(‘/themes/Newspaper/functions.php’), require_once(‘/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php’), require_once(‘/themes/Newspaper/includes/wp_booster/wp-admin/panel/panel_core/td_panel_generator.php’), td_panel_generator::init, get_terms, update_termmeta_cache, update_meta_cache” while reading response header from upstream, client: , server: , request: “POST /wp-admin/admin-ajax.php?td_theme_name=Newspaper&v=6.7 HTTP/1.1”, upstream: “fastcgi://
Query is not able to find a table in the database. How to fix this problem?
Hello Pramodc,
Unfortunately, until now we do not have any reports about this kind of error. Please try to make a fresh install and trying to run the system only with Visual Composer. I recommend you doing a fresh install via FTP by following this tutorial: https://forum.tagdiv.com/install-via-ftp/ Your settings will not be affected as they are stored in the database. Simply download the latest version of the theme again and install it directly and see if your fonts work.
Also, please try to consult your hosting provider and check to not being some errors caused by the server.
Hope this helps and let us know how it goes!
Thank you for the message!
This code created the missing table in the DB https://gist.github.com/anonymous/80fb467852c2c71a5168
BTW, does newspaper theme uses the term_meta table?
Hello Pramodc,
I am glad that you managed to solve the problem. Our theme does not have any references to term_meta but please notice that the theme requests are made in indirect mode via WordPress and because of this appears this kind of error. Probably, you have some problems with your database and with this code, you could fix it.
Thank you for the message!