contact_form 1.2.7 no Message. 1.2.6 worked

Hi,

i don't know how i can fix this... that's why i need your help -.-
first i designed a theme on zenphoto but with version 1.2.6 and everything was working fine. Done with this i installed a new zenphoto and configured it. now i noticed i installed v1.2.7. since this version i get mails from the contact form but there is no messagetext included... after searching for a solution and studying the sourcecode i didn't find a solution for this problem.
Mails look like this:
`From - Wed Dec 16 17:31:47 2009

X-Mozilla-Status: 0001

X-Mozilla-Status2: 00000000

Return-Path:

X-Original-To: _MAIL AS ENTERED IN OPTIONS_

From: CGI-Mailer

Date: Wed, 16 Dec 2009 16:22:10 +0100

Message-Id: <4AgHvx-1NKvha1g1Y-00019v@infong829.kundenserver.de>

Precedence: bulk

X-Apache-Env: www-ip="OTEuNDUuMTg2LjE5Mw==";helo="aW5mb25nODI5Lm

t1bmRlbnNlcnZlci5kZQ==";script="L2luZGV4LnBocA=="

To: _MAIL AS ENTERED IN OPTIONS_

Subject: =?UTF-8?B?YmV0cmVmZiAoRm90byBTdGVybnNjaG51cHBlKQ==?=

X-Provags-ID: V01U2FsdGVkX19EWLuMhwjT3tF26R9l4PlZNtNAMG4QFKqL7QA

zCpaw/HYcDjZSkpbPcD73iYzm1qKcIjAAtl6TbZ0/q4f/nrrlN

VCf5PMDVec=

X-Antispam: SENDER_IN_WHITELIST

Von _NAME AS ENTERED IN FORM_ <_MAIL AS ENTERED IN FORM_>

Cc: _MAIL AS ENTERED IN FORM_ (the mail didn't come in)

Messagetext:

Mime-Version: 1.0

Content-Type: text/plain; charset=UTF-8

Content-Transfer-Encoding: base64

bmFjaHJpY2h0w7ZsZGbDtmfDtmRzbmpmbm52bm52IGdybWwNCg0KQWxsZXJoYW5kDQpob3R0bWFu

bmVfaHdzQGdteC5kZQ0KDQoNCg==

`
Hope anybody can help me.
Thanks in advance!

Comments

  • acrylian Administrator, Developer
    Zenphoto 1.2.7 has two mailing facilities plugins `zenphoto-sendmail` and `phpmailer`. Which one do you use?
  • i'm using zenphoto_sendmail v1.2.7 because of PHP-Version: 4.4.9
    sorry ;)
  • acrylian Administrator, Developer
    Sorry, I have no idea, I just tested on my server and it did work perfectly (although I am on php 5.2). Maybe my collegue will have some idea later.
  • hm.. in v1.2.6 the mails didn't have CGI-Mailer as originator.
    is there a possibility to switch back to zenphoto_sendmail v1.2.6?
  • acrylian Administrator, Developer
    Sorry, I don't have an cgi mailer in my test mail. It list the mail entered in the form as "from" and the other one as "to:". Might be a server config thing.

    You can try the 1.2.6 one but we don't test plugins with older releases. As I said hopefully my collegue has further idea. If you want to be sure that he sees it please open a ticket.
  • so... i updated to 2009-12-15-trunk but it got even worse... mails now are looking like:
    `Von GALLERY NAME

    Cc: MAIL FROM FORM

    Mime-Version: 1.0

    Content-Type: text/plain; charset=UTF-8

    Content-Transfer-Encoding: base64

    c28gamV0enQgZW5kbGljaCBob2ZmIGljaCBtYWwNCg0KQWxsZXJoYW5kDQpob3R0bWFubmVfaHdz

    QGdteC5kZQ0KMDcyMzENCmh0dHA6Ly93d3cuZ29vZ2xlLmRlDQoNCg0K

    `

  • The sendmail path is not changed in 1.2.7. From the looks of your message, your mail handler is not recognizing the Mime encoding of the message. That encoding is done by the server sendmail facility. Maybe ask your service provider.
  • but why worked it in v 1.2.6?
    how can i downgrade to version 1.2.6? or is it possible to stay with v1.2.7 and use contact_form 1.2.6?
  • We have not tested the 1.2.6 contact form plugin with 1.2.7. However, I seriously doubt that using that plugin would make any difference since that form only passes the message to the zenphoto mail function.

    You downgrade by simply installing the 1.2.6 version.
  • seems i have to stick with 1.2.6
    but i don't understand why it doesn't work any more.. and why have this changes been done?
    is it possible to replace the zenphoto mail function with the code of 1.2.6 or isn't it that simple?
  • No change has been made to how zenphoto uses sendmail. As to why there was a change, the change allows for alternative mailing functions for people who cannot use sendmail for some reason. (Perhaps you?)
  • http://www.zenphoto.org/trac/changeset/4833
    solved it!! Thank you very much^^
Sign In or Register to comment.