Closed (fixed)
Project:
Mailhandler
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Apr 2009 at 15:50 UTC
Updated:
14 May 2009 at 07:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
z.stolar commentedI wasn't able to reproduce this bug.
Can you supply more details for recreating the bug?
Comment #2
a_c_m commentedi'm in #drupal now if you want to talk.
The bug is quite simple to create.
Create a node using mailhandler, go to the site, note its NID (e.g. 123), then send an update email e.g.
*Subject*
Updated Title
*Body*
nid: 123
pass: mypass
When it tries to process this, it will correctly try to update the node - but will fail with the above message.
The attached patch fixes it.
Comment #3
z.stolar commentedI'll test and commit quickly, but you need to clean your patch. It includes debugging in it (BTW, I suggest devel module for debugging)
Comment #4
a_c_m commentedbetter?
Comment #5
z.stolar commentedPlease test the attached patch, for updated and new content.
Comment #6
a_c_m commentedWorks for me, there is a minor typo in the patch "teh" instead of "the" - but other than that, perfect!
Comment #7
z.stolar commentedcommited