I'm trying to add an account to mailhandler and continue to get this error message. Any advice?

[10:15:28 PM] John Jones: user warning: Unknown column 'mailbox_type' in 'field list' query: INSERT INTO mailhandler (mail, mailbox_type, settings) VALUES ('energizehealth.jones@gmail.com', 'MailhandlerMailbox', 'a:1:{s:18:\"MailhandlerMailbox\";a:20:{s:4:\"mail\";s:30:\"energizehealth.jones@gmail.com\";s:6:\"mailto\";s:0:\"\";s:6:\"folder\";s:5:\"INBOX\";s:4:\"imap\";s:1:\"1\";s:6:\"domain\";s:14:\"imap.gmail.com\";s:4:\"port\";s:3:\"993\";s:4:\"name\";s:30:\"energizehealth.jones@gmail.com\";s:4:\"pass\";s:9:\"password\";s:9:\"extraimap\";s:25:\"/imap/ssl/novalidate-cert\";s:5:\"limit\";s:0:\"\";s:8:\"encoding\";s:0:\"\";s:4:\"mime\";s:20:\"TEXT/PLAIN,TEXT/HTML\";s:17:\"delete_after_read\";i:1;s:10:\"fromheader\";s:0:\"\";s:2:\"op\";s:4:\"Save\";s:6:\"submit\";s:4:\"Save\";s:6:\"delete\";s:6:\"Delete\";s:13:\"form_build_id\";s:37:\"form-2c6463d46960073ece0a688b0c2d7a10\";s:10:\"form_token\";s:32:\"0666405190627f264be40f81dc1c3b4c\";s:7:\"form_id\";s:31:\"ctools_export_ui_edit_item_form\";}}') in /home/jbjones1/public_html/includes/common.inc on line 3528.

I'd really appreciate some advice. This is starting to get frustrating..

Comments

abdu’s picture

Check whether the field 'mailbox_type' exist in the table mailhandler in the Database.

john@energizehealth.com.au’s picture

I have checked the mysql database and there isn't a field 'mailbox_type'. I was considering adding the field, however I'm not sure what settings I should be using.