Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • I figured out the problem. This plugin doesn’t work with permalinks – it works very well with standard url structure.

    I’m running WP 1.5.1.3 and I’ve just installed the plugin (ECiV 0.1.6). Worked Ok when I only deselected 1 category – but when I deselect 2 from more than just the front page I get the follow db error:

    SELECT COUNT(ID) FROM wp_posts LEFT JOIN wp_post2cat ON (wp_posts.ID = wp_post2cat.post_id) LEFT JOIN wp_categories ON (wp_post2cat.category_id = wp_categories.cat_ID) LEFT JOIN wp_post2cat ON (wp_posts.ID = wp_post2cat.post_id) WHERE 1=1 AND (category_nicename = ‘analyst-feeds’) AND post_date_gmt <= ‘2005-08-13 22:12:59’ AND (post_status = “publish” OR post_author = 1 AND post_status != ‘draft’ AND post_status != ‘static’) AND category_id <> 1 AND category_id <> 2 AND category_id <> 3 AND category_id <> 4 AND category_id <> 5 AND category_id <> 6 AND category_id <> 7 AND category_id <> 8 AND category_id <> 9 AND category_id <> 10 AND category_id <> 11 AND category_id <> 12 AND category_id <> 13 AND category_id <> 14 AND category_id <> 15 AND category_id <> 18

    Any ideas?

    Thread Starter RichardF

    (@richardf)

    I also checked the database table wp-options and both permalink_structure and category_base contain the structure above.

    Thread Starter RichardF

    (@richardf)

    /index.php/category

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