View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
08699Bug reportsRemoteControlpublic2014-02-12 21:20
Reporterkripp88 Assigned Toc_schmitz  
PriorityhighSeveritypartial_block 
Status closedResolutionfixed 
Product Version2.00+ 
Summary08699: When sending invites via RemoteControl, {SURVEYURL} isn't recognized by some email accounts as a link
Description

We recently just migrated from 1.9 to 2.0 build 130802. When we send out invites to a survey via the LS tool everything is perfect. However, when we use JSON-RPC interface to call inviteParticipants it sends out surveys that don't have a fully formed SURVEYURL in it. Some email such as Gmail and iMail can detect the https and automatically will turn it into a link but other such as Outlook and Yahoo simply see it as text. Since it is coming across as plain text instead of an html <a> tag, this is an understandable issue. We used the same surveys in 1.9 without issue. I know RemoteControl was change to version 2, so perhaps there is a bug in the code that is causing this problem?

Steps To Reproduce
  1. Setup survey with {SURVEYURL} parameter in the email template.
  2. Create tokens
  3. Send out survey invites via inviteParticipants.
  4. Open the email and note that Outlook doesn't recognize the SURVEYURL as a link and thus it is not clickable
TagsNo tags attached.
Bug heat4
Complete LimeSurvey version number (& build)130802
I will donate to the project if issue is resolvedNo
Browser
Database type & versionMS-SQL
Server OS (if known)Windows Server 2008 R2
Webserver software & version (if known)IIS
PHP Version5.4.20

Users monitoring this issue

There are no users monitoring this issue.

Activities

c_schmitz

c_schmitz

2014-02-11 16:45

administrator   ~28619

Please attach the survey and the code snippet to send the invitation. Thank you.

kripp88

kripp88

2014-02-11 17:41

reporter   ~28626

I have uploaded both of these files.

Thanks,
Kyle

kripp88

kripp88

2014-02-11 18:04

reporter   ~28627

Sorry the syntax to execute the script is:

"php inviteParticipants.php https://LIMESURVEYURL/ 63367"

kripp88

kripp88

2014-02-11 18:07

reporter   ~28628

"php inviteParticipants2.php https://*YOURLIMESURVEYURL*/ 63367"

c_schmitz

c_schmitz

2014-02-12 17:21

administrator   ~28655

Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&amp;id=13876

c_schmitz

c_schmitz

2014-02-12 17:21

administrator   ~28656

Thank you, that helped alot.

kripp88

kripp88

2014-02-12 19:22

reporter   ~28662

Thank you very much for the quick resolution. I copied this change into our environment and it appears to have resolved the problem.

Thanks again,
Kyle

c_schmitz

c_schmitz

2014-02-12 21:20

administrator   ~28671

2.05+ Build 140212 released

Related Changesets

LimeSurvey: master 32d5e527

2014-02-12 16:21:19

c_schmitz

Details Diff
Fixed issue 08699: When sending HTML invitations via RemoteControl {SURVEYURL} isn't properly tagges as link Affected Issues
08699
mod - application/helpers/admin/token_helper.php Diff File

Issue History

Date Modified Username Field Change
2014-02-11 16:43 kripp88 New Issue
2014-02-11 16:45 c_schmitz Note Added: 28619
2014-02-11 16:45 c_schmitz Assigned To => c_schmitz
2014-02-11 16:45 c_schmitz Status new => feedback
2014-02-11 17:40 kripp88 File Added: inviteParticipants2.php
2014-02-11 17:41 kripp88 File Added: survey_archive_63367.lsa
2014-02-11 17:41 kripp88 Note Added: 28626
2014-02-11 17:41 kripp88 Status feedback => assigned
2014-02-11 18:04 kripp88 Note Added: 28627
2014-02-11 18:07 kripp88 Note Added: 28628
2014-02-11 23:12 c_schmitz View Status public => private
2014-02-12 17:19 c_schmitz File Deleted: survey_archive_63367.lsa
2014-02-12 17:19 c_schmitz File Deleted: inviteParticipants2.php
2014-02-12 17:21 c_schmitz Changeset attached => LimeSurvey master 32d5e527
2014-02-12 17:21 c_schmitz Note Added: 28655
2014-02-12 17:21 c_schmitz Resolution open => fixed
2014-02-12 17:21 c_schmitz Note Added: 28656
2014-02-12 17:21 c_schmitz Status assigned => resolved
2014-02-12 17:22 c_schmitz View Status private => public
2014-02-12 19:22 kripp88 Note Added: 28662
2014-02-12 21:20 c_schmitz Note Added: 28671
2014-02-12 21:20 c_schmitz Status resolved => closed