INSERT statement error, no failed insert of post data for header and message
aaronsb - August 13, 2009 - 23:01
| Project: | Mailing List Archive |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
Injecting posts into archive (not a dedicated table) through mail results in some messages throwing these errors in log:
# user warning: in E:\websites\drupalimporter\modules\mailarchive\mailarchive.module on line 1046.
# user warning: in E:\websites\drupalimporter\modules\mailarchive\mailarchive.module on line 1082.
Line 1082 is the header insert function, and 1046 is the post insert function. I'm not sure what's going on here, but I'm pretty sure these posts are discarded at this point.
I can supply a block of mail (mbox or eml) that cause this failure, however I'm not exactly sure which specific message is causing the failure.
