Got this error while trying to create a new forum and setting the Email Integration options. From looking at the database it looks like the ei_active column isn't being created.
Code:
Invalid SQL:
INSERT INTO coti_forum
(title_clean, title, description_clean, description, link, displayorder, parentid, daysprune, defaultsortfield, defaultsortorder, showprivate, newpostemail, newthreademail, options, styleid, password, ei_active, ei_replyaddress, ei_hostname, ei_username, ei_password, ei_connectiontype, ei_usergroups, gfpoforumoptions)
VALUES
('Mailing List', 'Mailing List', 'Test forum for mailing list integration', 'Test forum for mailing list integration', '', 1, -1, -1, 'lastpost', 'desc', 1, '', '', 97990, 0, '', '1', 'maillist@*****.com', 'mail.*****.com', 'maillist@*****.com', '012345', '0', '6', 0);
MySQL Error : Unknown column 'ei_active' in 'field list'