simple tagging – database problem
-
I’m new to wordpress and I installed WP 2.2. Pluggin Simple Tagging does not work and it outputs in the sidebar:
WordPress database error: [Not unique table/alias: ‘stptags’]
SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts LEFT JOIN wp_stp_tags AS stptags ON (wp_posts.ID = stptags.post_id) LEFT JOIN wp_stp_tags AS stptags ON (wp_posts.ID = stptags.post_id) WHERE 1=1 AND (post_type = ‘post’ AND (post_status IN(‘static’, ‘publish’) OR post_status = ‘private’)) AND stptags.tag_name IN (‘software’) AND stptags.tag_name IN (‘software’) GROUP BY wp_posts.ID HAVING COUNT(ID) = 1 ORDER BY post_date DESC LIMIT 0, 5and so on…
Does anyone have a clue on how to fix this.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘simple tagging – database problem’ is closed to new replies.