Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1561 2016-02-01 08:42:30

Gallex
Member
Registered: 2006-10-08
Posts: 1,289

Re: zem_contact_reborn 4.0.3.20

thanks message not showing up!

my form:

<txp:zem_contact to="MAIL@gmail.com" label="Saada vastused" subject="Viktoriini vastused: edasijõudnud" thanks="Teie vastused on edastatud" redirect="saadetud">
<txp:zem_contact_text label="Küsimus 1" break="" />
<txp:zem_contact_text label="Küsimus 2" break="" />
<txp:zem_contact_text label="Küsimus 3" break="" />
<txp:zem_contact_text label="Küsimus 4" break="" />
<txp:zem_contact_text label="Küsimus 5" break="" />
<txp:zem_contact_text label="Nimi" break="" />
<txp:zem_contact_email label="E-post" break="" />
<txp:zem_contact_submit label="Saada" />
</txp:zem_contact>

no error message, just doesn’t display. try yourself!

message itself has been sended correctly.

Textpattern version: 4.5.7 (r5900)
Last update: 2015-09-09 11:49:43/2015-09-09 11:41:33
Document root: /srv/n1/w/eoy/afatar/html
$path_to_site: /srv/n1/w/eoy/afatar/html/rasvatihane
Textpattern path: /srv/n1/w/eoy/afatar/html/rasvatihane/textpattern
Permanent link mode: section_title
open_basedir: /srv/n1/w/eoy/afatar/html:/srv/n1/w/eoy/afatar/private:/safe/bin:/tmp
Temporary directory path: /srv/n1/w/eoy/afatar/html/rasvatihane/textpattern/tmp
Site URL: www.eoy.ee/rasvatihane
PHP version: 5.5.22-pl0-gentoo
GD Graphics Library: bundled (2.1.0 compatible); supported formats: GIF, JPG, PNG.
Server TZ: Europe/Tallinn
Server local time: 2016-02-01 10:30:30
DST enabled?: 0
Automatically adjust DST setting?: 1
Time zone: Europe/Tallinn (7200)
MySQL: 5.5.5-10.0.20-MariaDB-log
Locale: en_GB.UTF-8
Server: Apache
Apache version: Apache
PHP server API: apache2handler
RFC 2616 headers:
Server OS: Linux 3.17.7
Active plugins: zem_contact_reborn-4.0.3.20, zem_contact_lang-4.0.3.6, rah_metas-1.5, upm_img_popper-1.3.7m, jbx_multiple_image_upload-0.5.5, rah_sitemap-1.2, adi_notes-1.3
Admin-side theme: classic 4.5.7

Pre-flight check:
————————————
The following PHP functions (which may be necessary to run Textpattern) are disabled on your server: pcntl_exec
————————————

> EDIT: DELETED email to prevent it from being harvested.

Last edited by colak (2016-02-01 09:12:22)

Offline

#1562 2016-02-01 08:49:12

kuopassa
Plugin Author
From: Porvoo, Finland
Registered: 2008-12-03
Posts: 228
Website

Re: zem_contact_reborn 4.0.3.20

^ If you’re using redirect="saadetud" that likely overrides the thank you message. So you could write a thanks message to page/article saadetud. :-)

Offline

#1563 2016-02-01 08:56:39

Gallex
Member
Registered: 2006-10-08
Posts: 1,289

Re: zem_contact_reborn 4.0.3.20

actually, at first place i didn’t add redirect="saadetud" – it didn’t work as well.

Offline

#1564 2016-02-01 09:45:31

kuopassa
Plugin Author
From: Porvoo, Finland
Registered: 2008-12-03
Posts: 228
Website

Re: zem_contact_reborn 4.0.3.20

Few minutes ago the redirect system worked fine and a thanks message was shown there. :-)

Offline

#1565 2016-02-01 10:10:27

Gallex
Member
Registered: 2006-10-08
Posts: 1,289

Re: zem_contact_reborn 4.0.3.20

yes, with redirect and extra section/article it is working

Offline

#1566 2016-02-03 00:36:15

giz
Member
From: New Zealand
Registered: 2004-07-26
Posts: 259
Website

Re: zem_contact_reborn 4.0.3.20

I’m getting a Sorry, unable to send email from zem_contact_reborn 4.0.3.20

Testing via the simple php email test earlier in this thread shows success/works every time.

The mail-logs show SpamAssassin rejecting emails from the form:

<txp:zem_contact to="registrations@domain.com" subject="Website registration request">
	<txp:zem_contact_email /><br />
	<txp:zem_contact_text label="first name" /><br />
	<txp:zem_contact_text label="surname" /><br />
	<txp:zem_contact_text label="company" /><br />
	<txp:zem_contact_submit label="request registration" />
</txp:zem_contact>

My web-host commented “your PHP code contains potentially dangerous or SPAM like characters, words or word combinations that lead to SpamAssassin triggering”, and suggests that I use SMTP authentication.

I can look into installing adi_contact, or SMTP authentication for TxP emails

Any suggestions or comments as to the best way forward?

Thanks!

Offline

#1567 2016-02-03 07:32:21

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

Re: zem_contact_reborn 4.0.3.20

giz wrote #297708:

The mail-logs show SpamAssassin rejecting emails from the form:

Spamassassin is usually very clear about why it is rejecting mails. Please post the logs.

Offline

#1568 2016-02-03 20:04:44

giz
Member
From: New Zealand
Registered: 2004-07-26
Posts: 259
Website

Re: zem_contact_reborn 4.0.3.20

I don’t have direct access to the logs so I requested a copy from my web-host and got this:

2016-02-03 09:14:03 [35024] 1aQjCy-00096u-0W F= rejected by non-SMTP ACL: Sorry, this message has been identified as SPAM (5.5).
Envelope-from: 
--
(envelope-from )
id 1aQjCy-00096u-0W; Wed, 03 Feb 2016 09:13:59 +1100
T To: registrations@myclient.com
--
Content-Type: text/plain; charset="UTF-8"
I Message-Id: 
Date: Wed, 03 Feb 2016 09:13:59 +1100

Offline

#1569 2016-02-04 20:12:12

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

Re: zem_contact_reborn 4.0.3.20

See the first post in this topic. Try the 4.5 / 4.6 version of the plugin

Offline

#1570 2016-02-04 20:13:55

giz
Member
From: New Zealand
Registered: 2004-07-26
Posts: 259
Website

Re: zem_contact_reborn 4.0.3.20

Thanks, ruud. Will do.

Offline

#1571 2016-02-05 10:50:29

Gallex
Member
Registered: 2006-10-08
Posts: 1,289

Re: zem_contact_reborn 4.0.3.20

is the form has expiraton time? one client wrote that he started to fill form and after about couple of minute the message The form has expired. Try again appeared.

Offline

#1572 2016-02-05 10:58:13

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,250
Website GitHub

Re: zem_contact_reborn 4.0.3.20

Gallex wrote #297745:

is the form has expiraton time?

Yes, I think it’s about ten minutes (from memory).


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Txp Builders – finely-crafted code, design and Txp

Offline

Board footer

Powered by FluxBB