Doesn’t Install Correctly
-
After installing and activating the plugin then going to Mailster in the dashboard, it gives these errors:
WordPress database error: [Unknown column ‘published’ in ‘where clause’]
SELECT count( * ) AS unpublishedLists FROM wpbt_mailster_lists WHERE published ='0'
WordPress database error: [Unknown column ‘active’ in ‘where clause’]
SELECT count( * ) AS inactiveLists FROM wpbt_mailster_lists WHERE active ='0'
WordPress database error: [Unknown column ‘cstate’ in ‘field list’]
SELECT cstate FROM wpbt_mailster_lists WHERE id =''
WordPress database error: [Unknown column ‘l.active’ in ‘where clause’]
SELECT l.*, inbox.server_host AS mail_in_host, inbox.server_port AS mail_in_port, inbox.secure_protocol AS mail_in_use_secure, inbox.secure_authentication AS mail_in_use_sec_auth, inbox.protocol AS mail_in_protocol, inbox.connection_parameter AS mail_in_params, outbox.server_host AS mail_out_host, outbox.server_port AS mail_out_port, outbox.secure_protocol AS mail_out_use_secure, outbox.secure_authentication AS mail_out_use_sec_auth FROM wpbt_mailster_lists l LEFT JOIN wpbt_mailster_servers inbox ON (l.server_inb_id = inbox.id) LEFT JOIN wpbt_mailster_servers outbox ON (l.server_out_id = outbox.id) WHERE l.active ='1' ORDER BY l.last_check ASC
I had similar issues a couple years ago with installing Mailster and your response was that for some reason it didn’t correctly install the databases correctly and that you could not recreate the issue on your end. Well, I gave up then but now nearly 2 years later I thought I’d try again, only to receive these errors. I have installed a lot of plugins and never had an issue with database tables not being able to be created. I’d likely be a paying customer if it would just install correctly!
- The topic ‘Doesn’t Install Correctly’ is closed to new replies.