• Hi,
    I am getting following errors. Seems like it is from W3TC. Kindly help me.

    FastCGI sent in stderr: “PHP message: WordPress database error Table ‘wp_categorymeta’ doesn’t exist for query SELECT category_id, meta_key, meta_value FROM wp_categorymeta WHERE category_id IN (250) ORDER BY meta_id ASC made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/porto/archive.php’), get_header, locate_template, load_template, require_once(‘/themes/porto-child/header.php’), get_template_part, locate_template, load_template, require(‘/themes/porto/head.php’), wp_head, do_action(‘wp_head’), WP_Hook->do_action, WP_Hook->apply_filters, wp_enqueue_scripts, do_action(‘wp_enqueue_scripts’), WP_Hook->do_action, WP_Hook->apply_filters, porto_scripts, porto_get_meta_value, get_metadata, update_meta_cache, W3TC\DbCache_Wpdb->query, W3TC\DbCache_WpdbInjection_QueryCaching->query, W3TC\_CallUnderlying->query, W3TC\DbCache_Wpdb->query, W3TC\DbCache_WpdbInjection->query, W3TC\DbCache_Wpdb->default_query

    PHP message: PHP Warning: mysqli_num_fields() expects parameter 1 to be mysqli_result, boolean given in wp-db.php on line 3091” while reading response header from upstream, \

Viewing 4 replies - 1 through 4 (of 4 total)
  • Ben

    (@benbornschein)

    Did you changed your WordPress configuration (changed the table prefix)?
    Do you have phpMyAdmin access and can check if all WordPress tables are installed?
    You can also try to uninstall the plugin and install it again.

    Thread Starter Ligo George

    (@lijoppans)

    Hi,
    Sorry I don’t have phpmyadmin installed in my server. I tried uninstalling and reinstalling it, but the problem is still there… It seems like that table is not creating.

    Thread Starter Ligo George

    (@lijoppans)

    I verified it. I don’t have categorymeta table in my database.

    Ben

    (@benbornschein)

    Hmm I have checked my installation and a wp_categorymeta table is not a default table. Please disable every other plugin, purge the cache of W3 Total cache and try it again. It also looks like the error is caused by your theme. You can try to use another theme for testing. If the error is gone, it is your current theme.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘wp_categorymeta Table Doesn’t Exists’ is closed to new replies.