I have just installed phplist and in the admin page when I select users I get the following errors
Database error 1146 while doing query Table 'ehowdoc1_plst1.phplist_user_user' doesn't exist
Any ideas whats going on here?
DROP TABLE IF EXISTS `phplist_user_blacklist_data`;
CREATE TABLE `phplist_user_blacklist_data` (
`email` varchar(255) NOT NULL default '',
`name` varchar(100) default NULL,
`data` text,
UNIQUE KEY `email` (`email`)
) TYPE=MyISAM;
Return to Installing & Upgrading
Users browsing this forum: No registered users and 1 guest