By tinycg on
Anyone else having problems with mailhandler in 4.6?
whenever I try to add a mailbox, it says its added, but doesnt appear, and nothing is added to the DB, error log shows, Column count doesn't match value count at row 1 query: INSERT INTO mailhandler...
please help. thanks, m@ ... p.s. - Nice job on 4.6, really impressed so far. Well worth the wait.
Comments
Grabbing input format
It looks like the form is improperly trying to insert the input format into the database (that's the last value being sent -- it'll be something like '3' for Full HTML). This is a bug, create an issue for it.
Oh yes, btw I'm having the same issue.
Take that back
On second glance, it looks like the format field is there intentionally and it's just been omitted from the list of values on that insert. I'm going to create an issue for this since I've just found the fix, which is on line 749. At the end of the list of fields you'll see "delete_after_read" just add ", format" before the close parens.