
Today I've just found a serious performance bug in PHPList when sending email with URL tracking actived.
$req = Sql_Fetch_Row_Query(sprintf('select linkid from %s where messageid = %s and userid = %d and forward = "%s"
',$GLOBALS['tables']['linktrack'],$messageid,$userdata['id'],$link));
$req = Sql_Fetch_Row_Query(sprintf('select linkid from %s where messageid = %s and userid = %d and url = "%s"
',$GLOBALS['tables']['linktrack'],$messageid,$userdata['id'],$url));
vide wrote:Yes I opened a tiket (before last point release) but no comment so far..
http://mantis.phplist.com/view.php?id=8832
I would suggest EVERYONE to apply this change cause it will never generate problems, only benefits.
Or, if you prefer, do not change the code and change the index key in the linktrack table
vide wrote:Yes I opened a tiket (before last point release) but no comment so far..
http://mantis.phplist.com/view.php?id=8832
I would suggest EVERYONE to apply this change cause it will never generate problems, only benefits.
Or, if you prefer, do not change the code and change the index key in the linktrack table
peterf wrote:vide wrote:Yes I opened a tiket (before last point release) but no comment so far..
http://mantis.phplist.com/view.php?id=8832
I would suggest EVERYONE to apply this change cause it will never generate problems, only benefits.
Or, if you prefer, do not change the code and change the index key in the linktrack table
Hmm.
After applying this hack, the links in message footers are bringing up a phpList "404" (not from apache)...
All the links in the message body are fine (clickthrough links, that is)
Any ideas on why the footer links are now breaking???
thanks!
PF
Return to Advanced Answers, Howtos, Tips & Tricks
Users browsing this forum: No registered users and 1 guest