I`m using wordpress version 2.2.1 and installed seo-title-tag Plugin from http://www.netconcepts.com/seo-title-tag-plugin/
The seo-title-tags for posts and pages are working fine but seo-title-tags for Categories and URLs are giving errors.
When I use the form to enter or update a custom Category title. Ther shows an Error :
WordPress database error: [Table 'triloch_wordp1.wp_seo_title_tag_category' doesn't exist]
SELECT category_id, title from wp_seo_title_tag_category
When I use the form to enter or update a title tag for any URL, including archives pages, tag conjunction pages, etc.
WordPress database error: [Table 'triloch_wordp1.wp_seo_title_tag_url' doesn't exist]
SELECT id, url, title from wp_seo_title_tag_url ORDER BY title
help and direct me to the exact path please.