Active
Project:
Mailsave
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jan 2010 at 22:01 UTC
Updated:
26 Apr 2010 at 04:56 UTC
Mailhander is up and working. I can email in nodes and they get added fine with no errors. Ideally I would like a cck imagefield item with the node. No luck I get the error below. I have tried emailing from different clients and accounts but the same error persists.
I applied the update patch http://drupal.org/node/315381 with this module but get errors before I get to that part of the upload.
Invalid argument supplied for foreach() in /public_html/sites/all/modules/mailsave/mailsave.module on line 307.
I also applied this patch which did not help. http://drupal.org/node/304720
Any ideas?
Comments
Comment #1
bryanb229 commentedSame thing is happening to me.
Investigating further later this afternoon.
Comment #2
bryanb229 commentedAny luck with this?
I am at a total loss, but still working on figuring out what is going on with the mimeparts.
Comment #3
acb commentedditto here. No problem on another site running 6.x-1.8w mailsave 6.x-1.3
Odd.
Comment #4
acb commented(double-post; sorry)
Comment #5
alexgreyhead commentedSubscribing (or at least, attempting to! :)
Comment #6
robert.oconnell commentedsubscribe
Comment #7
robert.oconnell commentedHmm... It looks like a recent change to mailhandler had broken the mimepart handling: http://drupal.org/node/718344.
Using the latest development release of mailhandler allowed me to get past this current error.
Now I am getting a different problem
Fatal error: Call to undefined function imagefield_check_directory() in /home/theoco1/public_html/sites/all/modules/mailsave/mailsave_to_imagefield/mailsave_to_imagefield.module on line 105
Comment #8
hedinfoto commentedStill broken :-( Using FTP & image field import on my iPhone. That solution is too complicated for our PR people who this is really for. You would figure that this would be corner stone of submitting images to drupal 6 from phones.
Comment #9
acb commentedin mailsave_to_imagefield.module,
I have found that changing
to
helped matters, and I can upload images with this as my mailsave to image_Field code (note additional function at bottom, too)
Comment #10
hedinfoto commentedThis new patch works Great! Thank you!