• Resolved ben52

    (@ben52)


    Good morning.
    i am getting every day this error-log and my table wp-options is always overhead.
    is yhis due to quick cache or some thing else.

    WordPress errore sul database Got error 28 from storage engine per la query SELECT t.*, tt.*, tr.object_id FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN (‘category’, ‘post_tag’, ‘post_format’) AND tr.object_id IN (7360) ORDER BY t.name ASC fatta da require(‘wp-blog-header.php’), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, update_post_caches, update_object_term_cache, wp_get_object_terms
    Any help will be appreciate
    Thanks

    https://wordpress.org/plugins/quick-cache/

Viewing 1 replies (of 1 total)
  • Plugin Author Raam Dev

    (@raamdev)

    That doesn’t look like an error that Quick Cache would cause, so I suggest looking at other plugins you have installed. You can try disabling other plugins one-by-one until the issue goes away to find the conflicting plugin.

    This type of error is most often caused by a badly-coded plugin that doesn’t use WordPress-recommended functions for doing database queries or which doesn’t properly utilize the WordPress transient functions.

Viewing 1 replies (of 1 total)

The topic ‘database Got error 28’ is closed to new replies.