Loading...
 
Skip to main content

TRACKER plugin email notification regression error

Status
Closed
Subject
TRACKER plugin email notification regression error
Version
11.x Regression
12.x Regression
Category
  • Regression
Feature
Trackers
Wiki Plugin (extends basic syntax)
Resolution status
Fixed or Solved
Submitted by
Geoff Brickell
Volunteered to solve
Jonny Bradley
Lastmod by
Geoff Brickell
Rating
(0)
Description

The following plugin config worked perfectly in Tiki 10 (and indeed previous versions)

{TRACKER(trackerId="6", fields="62:61:60:69:63:64:65:66:67:68:70:71:73", action="Subscribe to Newsletter", url="Newsletter Subscription Thankyou", emailformat="html", sort="y", email="admin@naturalaccess.org.uk|39,geoff.brickell@naturalaccess.org.uk|subscresp.tpl,subsccopy.tpl")}{TRACKER}

What happens now is that whilst the new tracker item/record is created instead of going to the defined URL page and sending the various emails using the templates, the page refreshes and just shows the following text:

Subject set twice

Grep'ing the 12.x branch shows that the only files that the text 'Subject set twice' is in, are:

lib/openpgp/.svn/text-base/OpenPGP_Zend_Mail.php.svn-base
lib/openpgp/OpenPGP_Zend_Mail.php
vendor/bombayworks/zendframework1/library/Zend/Mail.php

So some sort of wrong call to Zend mail ??

Which might be something to do with this tracker config sending two separate emails with different text defined by the templates??? Just guessing really


Fixed by r48536 - thanks Jonny



Solution

Hopeful fix in r48536Question

yep - fixed 😊

Importance
6
Priority
30
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
4945
Created
Monday 18 November, 2013 13:58:22 UTC
by Geoff Brickell
LastModif
Monday 18 November, 2013 18:55:33 UTC


Show PHP error messages