• Hi Friends,
    I have a custom database separate from my wordpress database like this-

    wordpress database-
    —wp-comments
    —wp-options
    —wp-users

    mycustomdatabase-
    —teams

    For some reason, the ‘simple tags’ plugin on my wordpress is trying to access information from that custom database and then throwing lot’s of errors in the apache logs like this –

    [client xx.xxx.xxx.xxx] WordPress database error Table ‘mycustomdatabase.wp_term_relationships’ doesn’t exist for query SELECT tr.object_id FROM wp_term_relationships AS tr INNER JOIN wp_term_taxonomy AS tt ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN (‘category’) AND tt.term_id IN (‘413’) ORDER BY tr.object_id ASC made by require, require_once, include, get_footer, locate_template, load_template, require_once, st_tag_cloud, st_get_tag_cloud, SimpleTags->extendedTagCloud, SimpleTags->getTags, SimpleTags->getTerms, get_objects_in_term, referer: http://www.mysite.com/teams

    Can someone please help me and tell me how to resolve this issue?

    Thanks

The topic ‘Simple Tags database query throwing errors in apache logs’ is closed to new replies.