View Issue Details

This bug affects 1 person(s).
 14
IDProjectCategoryView StatusLast Update
07195Bug reportsCentral participant databasepublic2013-03-17 12:12
Reportergeves049 Assigned Toc_schmitz  
PriorityhighSeveritypartial_block 
Status closedResolutionfixed 
Product Version2.00+ 
Fixed in Version2.00+ 
Summary07195: Impossible to add participant from survey to CPD
Description

In the token control of a survey, when i check a participant to add him to CPD, a message occurs. The validation of this message displays the url : .../index.php/admin/participants/displayParticipants, but it's the page of the list of public surveys which appears.

Steps To Reproduce

Go to the tokens of a survey
Tick a participant and click to the icon "Add participants to central database"
Click to "Continue"
Click to "OK" to the message

TagsNo tags attached.
Attached Files
Bug heat14
Complete LimeSurvey version number (& build)130110
I will donate to the project if issue is resolvedNo
BrowserIE 9, Firefox
Database type & versionMySQL 5.1.47
Server OS (if known)Windows Server 2003 Web Edition SP2
Webserver software & version (if known)IIS 6.0
PHP Version5.3.19

Relationships

has duplicate 07632 closedc_schmitz Attempting to add tokens from a survey token table to the CPD redirects to the non-admin home page and doesn't add 

Users monitoring this issue

pfpDave

Activities

c_schmitz

c_schmitz

2013-02-22 21:46

administrator   ~24204

Can you please check using the latest build if this is still a problem?

c_schmitz

c_schmitz

2013-03-01 15:54

administrator   ~24452

Feedback please?

c_schmitz

c_schmitz

2013-03-05 08:33

administrator   ~24522

Closed due to missing feedback.

geves049

geves049

2013-03-11 09:35

reporter   ~24608

Sorry for this late return.
I have tested with the 130305 version but it's the same problem.

Here the log in the web Console of Firefox :
When i click on "Continue" :
[09:27:33,047] POST http://formdev.geves.info/index.php/admin/participants/addToCentral [HTTP/1.1 200 OK 350ms]
[09:27:33,491] GET http://formdev.geves.info/scripts/jquery/jquery.js?_=1362990453353 [HTTP/1.1 200 OK 155ms]
[09:27:33,590] GET http://formdev.geves.info/scripts/jquery/jquery-ui.js?_=1362990453530 [HTTP/1.1 200 OK 207ms]
[09:27:33,872] GET http://formdev.geves.info/scripts/jquery/jquery.ui.touch-punch.min.js?_=1362990453794 [HTTP/1.1 200 OK 38ms]
[09:27:33,924] GET http://formdev.geves.info/scripts/survey_runtime.js?_=1362990453871 [HTTP/1.1 200 OK 42ms]
[09:27:34,011] GET http://formdev.geves.info/templates/default/template.js?_=1362990453922 [HTTP/1.1 200 OK 26ms]

Then the error message appear. When i click on "Ok", below the treatment executed :
[09:29:14,823] GET http://formdev.geves.info/index.php/admin/participants/displayParticipants [HTTP/1.1 200 OK 343ms]

But it's the http://formdev.geves.info/ which appear.

c_schmitz

c_schmitz

2013-03-11 16:14

administrator   ~24634

Last edited: 2013-03-11 16:14

I cannot reproduce. Can you check if you can reproduce this in our demo? http://www.limesurvey.org/en/demo

c_schmitz

c_schmitz

2013-03-11 17:04

administrator   ~24637

User: test
Password: test

has CPDB access only

geves049

geves049

2013-03-12 09:48

reporter   ~24648

I cannot reproduce on your demo.

The difference between this 2 environments is the execution of this scripts
/scripts/jquery/jquery.js
/scripts/jquery/jquery-ui.js
/scripts/jquery/jquery.ui.touch-punch.min.js
/scripts/survey_runtime.js
/templates/default/template.js
on my version between addToCentral and displayParticipants fonction.

c_schmitz

c_schmitz

2013-03-12 10:05

administrator   ~24649

Problem is that I cannot fix it if I cannot reproduce it.
Does this even happen if you add only one token?
It would me most helpful if you can get somehow the contents of the whole error message.

c_schmitz

c_schmitz

2013-03-12 10:08

administrator   ~24650

Also make sure that you clean your browser cache after updates.

geves049

geves049

2013-03-12 10:37

reporter   ~24654

I clean my browser cache.

The message occurs with 1 or many tokens.
This message is not an error, it's a part of the html code of the public page http://formdev.geves.info/ that is displayed after.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;>
<html xmlns="http://www.w3.org/1999/xhtml&quot; xml:lang="fr" lang="fr">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Formulaires Geves (Base Dev)</title>
<meta name="generator" content="LimeSurvey http://www.limesurvey.org&quot; />

<!-- The following line includes jquery-ui.css or jquery-ui-custom.css from template dir, template.css and needed specific css file for survey -->
<link rel='stylesheet' type='text/css' media='all' href='/templates/default/jquery-ui-custom.css' />
<link rel='stylesheet' type='text/css' media='all' href='/templates/default/template.css' />

<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="/templates/default/ie_fix_6.css" />
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="/templates/default/ie_fix_7.css" />
<![endif]-->
<!--[if IE 8]>
<link rel="stylesheet" type="text/css" href="/templates/default/ie_fix_8.css" />
<![endif]-->

<!-- The following CSS hides visual elements of the progress bar from screen readers. -->
<style type="text/css" media="aural tty">
progress-graph .zero, progress-graph .graph, progress-graph .cent { display: none; }
</style>
<!-- The following line includes jquery.js, jquery-ui.js, survey_runtime.js , template.js and needed specific js file for survey -->
<script type='text/javascript' src='/scripts/jquery/jquery.js'></script>
<script type='text/javascript' src='/scripts/jquery/jquery-ui.js'></script>
<script type='text/javascript' src='/scripts/jquery/jquery.ui.touch-punch.min.js'></script>
<script type='text/javascript' src='/scripts/survey_runtime.js'></script>
<script type='text/javascript' src='/templates/default/template.js'></script>

<link rel="shortcut icon" href="/templates/default/favicon.ico" />

</head>
<body class="default lang-fr ">
<div class="outerframe">
<table class="innerframe">
<tr>
<td>
<table class="survey-list-table">
<tr>
<td class="site-name">
<h1>Formulaires Geves (Base Dev)</h1>
</td>
</tr>
<tr>
<td class="survey-list-heading">
Les questionnaires suivants sont disponibles :
</td>
</tr>
<tr>
<td class="survey-list">
<ul><li><a href='/index.php?r=survey/index/sid/852334&lang=fr' class='surveytitle'>Evaluation d'une formation</a>
</li>

<li><a href='/index.php?r=survey/index/sid/344942&lang=fr' class='surveytitle'>test ln</a>
</li>

<li><a href='/index.php?r=survey/index/sid/877173&lang=fr' class='surveytitle'>Titre</a>
</li>
</ul>
</td>
</tr>
<tr>
<td class="survey-contact">
Pour plus d'aide, veuillez contacter Christophe Chevalier ( chri&#x73;&#x74;o&#x70;&#x68;e&#x2e;c&#x68;&#x65;val&#x69;&#x65;r@&#x67;&#x65;ve&#x73;.&#x66;r ).
</td>
</tr>
<tr>
<td class="language-changer">
<p><select id='languagechanger' name='languagechanger' class='languagechanger' onchange='javascript:window.location=this.value'>
<option value='/index.php?r=survey/index&lang=he'> עברית - Hébreux</option>
<option value='/index.php?r=survey/index&lang=be'>Беларускі - Biélorusse</option>
<option value='/index.php?r=survey/index&lang=mk'>Македонски - Macédonien</option>
<option value='/index.php?r=survey/index&lang=mn'>Монгол - Mongol</option>
<option value='/index.php?r=survey/index&lang=ru'>Русский - Russe</option>
<option value='/index.php?r=survey/index&lang=sr'>Српски - Serbe (Alphabet cyrillique) </option>
<option value='/index.php?r=survey/index&lang=ur'>اردو - Urdu</option>
<option value='/index.php?r=survey/index&lang=ar'>عَرَبيْ - Arabe</option>
<option value='/index.php?r=survey/index&lang=fa'>فارسی - Perse</option>
<option value='/index.php?r=survey/index&lang=ckb'>کوردیی ناوەندی - Kurde (Sorani)</option>
<option value='/index.php?r=survey/index&lang=hi'>हिन्दी - Hindi</option>
<option value='/index.php?r=survey/index&lang=is'>íslenska - Islandais</option>
<option value='/index.php?r=survey/index&lang=pa'>ਪੰਜਾਬੀ - Pendjjabi</option>
<option value='/index.php?r=survey/index&lang=zh-Hans'>简体中文 - Chinois (Simplifié)</option>
<option value='/index.php?r=survey/index&lang=zh-Hant-HK'>繁體中文語系 - Chinois (Traditionnel - Hong Kong)</option>
<option value='/index.php?r=survey/index&lang=zh-Hant-TW'>繁體中文(台灣) - Chinois (Traditionnel - Taïwan)</option>
<option value='/index.php?r=survey/index&lang=si'>සිංහල - Singhalais</option>
<option value='/index.php?r=survey/index&lang=th'>ภาษาไทย - Thaïlandais</option>
<option value='/index.php?r=survey/index&lang=am'>አማርኛ - Amharique</option>
<option value='/index.php?r=survey/index&lang=ko'>한국어 - Coréen</option>
<option value='/index.php?r=survey/index&lang=el'>ελληνικά - Grec</option>
<option value='/index.php?r=survey/index&lang=cs'>&#x010c;esky - Tchèque</option>
<option value='/index.php?r=survey/index&lang=cs-informal'>&#x010c;esky neformální - Tchèque (informel)</option>
<option value='/index.php?r=survey/index&lang=bg'>&#x0411;&#x044a;&#x043b;&#x0433;&#x0430;&#x0440;&#x0441;&#x043a;&#x0438; - Bulgare</option>
<option value='/index.php?r=survey/index&lang=ja'>&#x65e5;&#x672c;&#x8a9e; - Japonais</option>
<option value='/index.php?r=survey/index&lang=af'>Afrikaans - Afrikaans</option>
<option value='/index.php?r=survey/index&lang=id'>Bahasa Indonesia - Indonésien</option>
<option value='/index.php?r=survey/index&lang=ms'>Bahasa Melayu - Malais</option>
<option value='/index.php?r=survey/index&lang=bs'>Bosanski - Bosniaque</option>
<option value='/index.php?r=survey/index&lang=ca'>Català - Catalan</option>
<option value='/index.php?r=survey/index&lang=cy'>Cymraeg - Gallois</option>
<option value='/index.php?r=survey/index&lang=da'>Dansk - Danois</option>
<option value='/index.php?r=survey/index&lang=de'>Deutsch - Allemand</option>
<option value='/index.php?r=survey/index&lang=de-informal'>Deutsch (Du) - Allemand (informel)</option>
<option value='/index.php?r=survey/index&lang=et'>Eesti - Estonien</option>
<option value='/index.php?r=survey/index&lang=en'>English - Anglais</option>
<option value='/index.php?r=survey/index&lang=es'>Español - Espagnol</option>
<option value='/index.php?r=survey/index&lang=es-CL'>Español chileno - Espagnol (Chili)</option>
<option value='/index.php?r=survey/index&lang=es-MX'>Español mexicano - Espagnol (Mexique)</option>
<option value='/index.php?r=survey/index&lang=eu'>Euskara - Basque</option>
<option value='/index.php?r=survey/index&lang=fr' selected='selected' >Français</option>
<option value='/index.php?r=survey/index&lang=ie'>Gaeilge - Irlandais</option>
<option value='/index.php?r=survey/index&lang=gl'>Galego - Galicien</option>
<option value='/index.php?r=survey/index&lang=hr'>Hrvatski - Croate</option>
<option value='/index.php?r=survey/index&lang=it'>Italiano - Italien</option>
<option value='/index.php?r=survey/index&lang=it-informal'>Italiano (informale) - Italien (informel) </option>
<option value='/index.php?r=survey/index&lang=swh'>Kiswahili - Swahili</option>
<option value='/index.php?r=survey/index&lang=lv'>Latviešu - Letton</option>
<option value='/index.php?r=survey/index&lang=lt'>Lietuvių - Lituanien</option>
<option value='/index.php?r=survey/index&lang=hu'>Magyar - Hongrois</option>
<option value='/index.php?r=survey/index&lang=mt'>Malti - Maltais</option>
<option value='/index.php?r=survey/index&lang=nl'>Nederlands - Néerlandais</option>
<option value='/index.php?r=survey/index&lang=nl-informal'>Nederlands (informeel) - Néerlandais (informel)</option>
<option value='/index.php?r=survey/index&lang=nb'>Norsk Bokmål - Norvégien (Bokmal)</option>
<option value='/index.php?r=survey/index&lang=nn'>Norsk Nynorsk - Norvégien (Nynorsk)</option>
<option value='/index.php?r=survey/index&lang=pl'>Polski - Polonais</option>
<option value='/index.php?r=survey/index&lang=pt'>Português - Portugais</option>
<option value='/index.php?r=survey/index&lang=pt-BR'>Português do Brasil - Portugais (Brésil)</option>
<option value='/index.php?r=survey/index&lang=ro'>Româna - Roumain</option>
<option value='/index.php?r=survey/index&lang=sq'>Shqipe - Albanais</option>
<option value='/index.php?r=survey/index&lang=sk'>Slovenčina - Slovaque</option>
<option value='/index.php?r=survey/index&lang=sl'>Slovenščina - Slovène</option>
<option value='/index.php?r=survey/index&lang=sr-Latn'>Srpski - Serbe (Latin) </option>
<option value='/index.php?r=survey/index&lang=fi'>Suomi - Finlandais</option>
<option value='/index.php?r=survey/index&lang=sv'>Svenska - Suédois</option>
<option value='/index.php?r=survey/index&lang=tr'>Türkçe - Turc</option>
<option value='/index.php?r=survey/index&lang=vi'>Tiếng Việt - Vietnamien</option>
</select>
</p>
<a href="http://www.limesurvey.org&quot; target="_blank"><img src="/templates/default/poweredby.png" border="0" title="LimeSurvey Survey Software" /></a><br />
<a href="http://www.limesurvey.org&quot; target="_blank">The Online Survey

c_schmitz

c_schmitz

2013-03-12 12:13

administrator   ~24655

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

c_schmitz

c_schmitz

2013-03-12 12:14

administrator   ~24656

Please check out the attached patch and report if it works. Thank you.

geves049

geves049

2013-03-12 12:23

reporter   ~24658

It works!
Thanks a lot.

c_schmitz

c_schmitz

2013-03-12 12:26

administrator   ~24660

:-)

c_schmitz

c_schmitz

2013-03-12 12:36

administrator   ~24666

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

pfpDave

pfpDave

2013-03-13 10:04

reporter   ~24676

This is EXACTLY what I was getting, so glad it's resolved without having to spend much more time testing, many thanks both!

c_schmitz

c_schmitz

2013-03-17 12:12

administrator   ~24722

New version released.

Related Changesets

LimeSurvey: master 3f295875

2013-03-12 11:13:35

c_schmitz

Details Diff
Fixed issue 07195: Impossible to add participants from survey to CPDB Affected Issues
07195
mod - application/views/admin/htmleditor/pop_editor_view.php Diff File
mod - application/views/admin/participants/attributeMapToken_view.php Diff File

LimeSurvey: 2.05 cf8c5ad5

2013-03-12 11:13:35

c_schmitz

Details Diff
Fixed issue 07195: Impossible to add participants from survey to CPDB Affected Issues
07195
mod - application/views/admin/htmleditor/pop_editor_view.php Diff File
mod - application/views/admin/participants/attributeMapToken_view.php Diff File

Issue History

Date Modified Username Field Change
2013-01-16 14:05 geves049 New Issue
2013-01-16 14:05 geves049 Status new => assigned
2013-01-16 14:05 geves049 Assigned To => jcleeland
2013-01-16 14:05 geves049 File Added: AddParticipantToCPD-ScreenShot.png
2013-02-22 21:46 c_schmitz Note Added: 24204
2013-02-22 21:46 c_schmitz Assigned To jcleeland => c_schmitz
2013-02-22 21:46 c_schmitz Status assigned => feedback
2013-03-01 15:54 c_schmitz Note Added: 24452
2013-03-05 08:33 c_schmitz Note Added: 24522
2013-03-05 08:33 c_schmitz Status feedback => closed
2013-03-05 08:33 c_schmitz Resolution open => unable to reproduce
2013-03-11 09:35 geves049 Note Added: 24608
2013-03-11 09:35 geves049 Status closed => feedback
2013-03-11 09:35 geves049 Resolution unable to reproduce => reopened
2013-03-11 16:14 c_schmitz Note Added: 24634
2013-03-11 16:14 c_schmitz Note Edited: 24634
2013-03-11 16:14 c_schmitz Note Edited: 24634
2013-03-11 16:55 geves049 Status feedback => assigned
2013-03-11 17:04 c_schmitz Note Added: 24637
2013-03-11 17:04 c_schmitz Status assigned => feedback
2013-03-11 17:24 geves049 Status feedback => assigned
2013-03-11 21:14 c_schmitz Status assigned => feedback
2013-03-12 09:48 geves049 Note Added: 24648
2013-03-12 09:48 geves049 Status feedback => assigned
2013-03-12 10:05 c_schmitz Note Added: 24649
2013-03-12 10:05 c_schmitz Status assigned => feedback
2013-03-12 10:08 c_schmitz Note Added: 24650
2013-03-12 10:37 geves049 Note Added: 24654
2013-03-12 10:37 geves049 Status feedback => assigned
2013-03-12 12:13 c_schmitz Changeset attached => LimeSurvey master 3f295875
2013-03-12 12:13 c_schmitz Note Added: 24655
2013-03-12 12:14 c_schmitz Note Added: 24656
2013-03-12 12:14 c_schmitz Status assigned => feedback
2013-03-12 12:23 geves049 Note Added: 24658
2013-03-12 12:23 geves049 Status feedback => assigned
2013-03-12 12:26 c_schmitz Note Added: 24660
2013-03-12 12:26 c_schmitz Status assigned => resolved
2013-03-12 12:26 c_schmitz Fixed in Version => 2.00+
2013-03-12 12:26 c_schmitz Resolution reopened => fixed
2013-03-12 12:36 c_schmitz Changeset attached => LimeSurvey 2.05 cf8c5ad5
2013-03-12 12:36 c_schmitz Note Added: 24666
2013-03-12 17:33 c_schmitz Relationship added has duplicate 07632
2013-03-13 10:04 pfpDave Note Added: 24676
2013-03-13 10:06 pfpDave Issue Monitored: pfpDave
2013-03-17 12:12 c_schmitz Note Added: 24722
2013-03-17 12:12 c_schmitz Status resolved => closed
2021-08-03 23:35 guest Bug heat 12 => 14