Hi,
After the installation of the WP-phplist plugin and launching the webpage on www.mysite.com/wp-phplist.php we get the error below. We are using wp 2.1 (not sure if this will make a difference?). Could you offer some assistance.
Regards
Francois Wessels
WordPress database error: [Table 'phplist.wp_posts' doesn't exist]
SELECT * FROM wp_posts WHERE (post_type = 'page' AND post_status = 'publish') ORDER BY post_title ASC
#
Archives
WordPress database error: [Table 'phplist.wp_posts' doesn't exist]
SELECT DISTINCT YEAR(post_date) AS `year`, MONTH(post_date) AS `month`, count(ID) as posts FROM wp_posts WHERE post_type = 'post' AND post_status = 'publish' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC
WordPress database error: [Table 'phplist.wp_categories' doesn't exist]
SELECT * FROM wp_categories WHERE cat_ID > 0 ORDER BY cat_name ASC
#
Categories
* No categories
WordPress database error: [Table 'phplist.wp_categories' doesn't exist]
SELECT * FROM wp_categories WHERE cat_ID > 0 AND link_count > 0 ORDER BY cat_name ASC