got error message from error.log

Posted in: Newspaper
Post count: 23

Hello,

my Nginx server got a lot of this error message from error.log :

2017/01/10 21:29:32 [error] 10663#10663: *1696770 FastCGI sent in stderr: “PHP message: WordPress Database error: Table ‘pcucgame_com.cbqzm_termmeta’ doesn’t exist By instruction SELECT term_id, meta_key, meta_value FROM cbqzm_termmeta WHERE term_id IN (2163) ORDER BY meta_id ASC Triggered, the error comes from require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/Newspaper/single.php’), get_header, locate_template, load_template, require_once(‘/themes/Newspaper/header.php’), wp_head, do_action(‘wp_head’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, WPSEO_Frontend->head, do_action(‘wpseo_head’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, WPSEO_OpenGraph->opengraph, do_action(‘wpseo_opengraph’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, WPSEO_OpenGraph->tags, get_the_tags, get_the_terms, wp_get_object_terms, get_terms, WP_Term_Query->query, WP_Term_Query->get_terms, update_termmeta_cache, update_meta_cache” while reading response header from upstream, client: 1.xx.89.xx, server: pcucgame.com, request: “GET /dark-souls-3-132/ HTTP/1.1”, upstream: “fastcgi://127.0.0.1:9000”, host: “pcucgame.com”, referrer: “https://www.google.com.tw/”

I see this : /themes/Newspaper/single.php

Is the theme problem?

How to fix it ..

thanks,
mike

Post count: 22421

Hello,

This error is a php version error. What version of php and theme version are you using?. Please only use php 5.x for older versions and php 7.0 for the current version of the theme.
Here is a similar topic: https://forum.tagdiv.com/topic/php-error-in-theme/

Thank you!

Post count: 23

php using 5.6 not php7

theme version v7.5

I have to let theme version down to the old version?

Post count: 22421

Hi,
Please update your theme to the latest version by using this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/
Thanks you!

Post count: 23

Hello,

I upgraded to version v7.6

But it seems that error persists

It’s a WordPress database error, not a theme error?

If so, how do I fix the problem?

Please help

thanks

Post count: 23

Hi,

I rename db wp_termmeta to cbqzm_termmeta

problem solved

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.