Quantcast
Channel: LimeSurvey bugs and feature requests - Issues
Viewing all 11658 articles
Browse latest View live

12389: Crash in master branche when opening survey

$
0
0
\application\controllers\survey\index.php(44)<br /> <br /> $aLSJavascriptVar['sLEMradix']=$aRadix['separator'];<br /> 33 $sLSJavascriptVar="LSvar=".json_encode($aLSJavascriptVar) . ';';<br /> 34 <br /> 35 // Template configuration<br /> 36 $param = $this->_getParameters(func_get_args(), $_POST);<br /> 37 $surveyid = $param['sid'];<br /> 38 <br /> 39 $oTemplate = Template::model()->getInstance('', $surveyid);<br /> 40 $this->oTemplate = $oTemplate;<br /> 41 App()->clientScript->registerScript('sLSJavascriptVar',$sLSJavascriptVar,CClientScript::POS_HEAD);<br /> 42 App()->clientScript->registerScript('setJsVar',"setJsVar();",CClientScript::POS_BEGIN);// Ensure all js var is set before rendering the page (User can click before $.ready)<br /> 43 <br /> 44 foreach($oTemplate->packages as $package)<br /> 45 {<br /> 46 App()->getClientScript()->registerPackage((string) $package);<br /> 47 }<br /> 48 App()->getClientScript()->registerScriptFile(Yii::app()->getConfig('generalscripts')."survey_runtime.js");<br /> 49 <br /> 50 <br /> 51 if($oTemplate->cssFramework == 'bootstrap')<br /> 52 {<br /> 53 // We now use the bootstrap package isntead of the Yiistrap TbApi::register() method<br /> 54 // Then instead of using the composer dependency system for templates<br /> 55 // We can use the package dependency system<br /> 56 Yii::app()->getClientScript()->registerMetaTag('width=device-width, initial-scale=1.0', 'viewport');

12390: Notice: undefined variable

$
0
0
Notice: Undefined variable: thissurvey in \application\helpers\SurveyRuntimeHelper.php on line 696

12391: pdf export of questionnaire is not working

$
0
0
Hi, when I ask to export the questionnaire in PDF, the following message is displayed (in french) " Erreur interne du serveur - Method export::index() does not exist - Une erreur interne est apparue lorsque le serveur web traitait votre requete. "<br /> <br /> Meaning "internal error of the server"<br /> <br /> Thank you

12392: Bug age, interval date - LS 2.65 but absent in 2.53

$
0
0
Bonjour,<br /> <br /> J'ai un serveur avec limesurvey 2.65 (managé, centOS7 php 7) et un autre 2.53 (Serveur infomaniak hebergement web) l'heure serveur à jour.<br /> J'ai un bug avec l'affichage de l'age sur mon serveur 2.65 et pas sur le 2.53.<br /> Je mets la date au format demandé: JJ-MM-YYYY , YYYY-MM-JJ.<br /> L'age s'affiche correctement sur LS 2.53.<br /> Mais sur LS 2.65 j'ai en permanence l'age 47 ans qui s'affiche (il part de l'année 1970...). Mes serveurs ont leur horloge à jour.<br /> <br /> Une première question date de naissance, une deuxième question date du jour, une troisième question equation avec la formule suivante: <br /> {floor((time() - strtotime(A2)) / (60 * 60 * 24 * 365))}<br /> <br /> J'ai également essayé avec: intval((strtotime(Q2)-strtotime("now"))/60/60/24/365,25) - même problème.<br /> <br /> Q2 étant la date de naissance. J'ai crée une question jour d'aujourd'hui (Q2)-(Qaujourd'hui), le problème reste le même.<br /> <br /> Merci pour votre aide. <br /> <br /> In english now: the equation "Your are {floor((time() - strtotime(DOB)) / (60 * 60 * 24 * 365))} years old give all the time the same age , 47 years old. It seems that Limesurvey is blocked on 1970... <br /> <br /> Thanks for bug correction.

12393: Check data integrity - check all box

$
0
0
When launching the integrity check, the number of tables that can be deleted is sometimes very high.<br /> <br /> They have to be checked one by one.<br /> <br /> It would be nice to have the option of checking them (per group) because sometimes I have hundreds (after 700 clicks the mouse has returned the soul).

12394: Adding question to quota shoult order questions in display order

$
0
0
Adding a question to quota should order selectable questions in some logical way. Eg. actual display order. Currently it's difficult to find the question you need.

12395: Exit and clear undefined

$
0
0
See image: caption of buttons are not defined.

12396: questions in this survey.There are 75

$
0
0
Wrong statement. See attached image.

12397: Cannot fill in multiple choice.

$
0
0
Whatever I do, only the first multiple choice option of the page toggles. Even when you choose another multiple choice option.

12398: input-sm and input in same question: non-consistant look

$
0
0
In the multiple choice with comment question different classes are being used: both input-sm as well as input. Result: inconsistant look of question rendering.<br /> <br /> Se attached survey.

12399: Comfort Update cannot delete files (which ones?) and after that, no more comfort update available

$
0
0
Hello,<br /> <br /> I used Comfort Update like always in the past, but then, it said, it "could not delete files, which had to be deleted by the update". But I got no list or path of files.<br /> <br /> And after that, when I tried the Comfort Update again, it says:<br /> <br /> Fehler:<br /> Keine Erstellungsversion gefunden!<br /> Es scheint, als ob Sie eine Version nutzen, die aus dem LimeSurvey GitHub Versionierungssystem stammt. Sie können leider kein ComfortUpdate nutzen.<br /> <br /> So, I cannot use the Comfort Update anymore now and I don't know, if the last update was successful.<br /> <br /> Version in the bottom right of the screen is: Version 2.65.0

12400: Fatal JS error

$
0
0
There is a fatal JS error - "ReferenceError: setJsVar is not defined" - on all survey pages preventing any subsequent JS from running. <br /> <br /> See attached screenshots and slider survey.

12401: Template editor broken

$
0
0
There is a PHP error when accessing the template editor - see attached screenshot.

12402: Use JQuery QueryBuilder for defining Quotas

$
0
0
The limitations of using quota-s has been a problem for LS for year for my experience. <br /> - "or" logic not supported<br /> - a number of quetion types not supported<br /> <br /> I have raised my voice on this also before. Eg- here<br /> <a href="https://bugs.limesurvey.org/view.php?id=7598">https://bugs.limesurvey.org/view.php?id=7598</a><br /> <br /> I had a thought of using the EM logic also for quota, but after looking into it, I realized that EM is more for horizontal processing (inside one response) and is not suited for veritical -> building queries to DB. <br /> <br /> I would suggest testing to use the JQuery QueryBuilder for composing the Quota logic<br /> <a href="http://querybuilder.js.org/demo.html">http://querybuilder.js.org/demo.html</a><br /> <br /> It enables the usage of much more complex logic while keeping the query secure. <br /> I have used the Yii2 querybuilder package from <a href="https://github.com/leandrogehlen/yii2-querybuilder">https://github.com/leandrogehlen/yii2-querybuilder</a> <br /> for yii1 probably could use something like <a href="https://github.com/mistic100/jQuery-QueryBuilder">https://github.com/mistic100/jQuery-QueryBuilder</a><br /> <br /> I have a bit of experience of using it with yii2 and I could take on testing this if this seem like realistic way to go in the future<br /> <br /> comments & thumbs in both directions are welcome to see if it is worth testing or not

12405: Upload field is cut off in theme editor

$
0
0
Frontend bug: The upload field in the theme editor is visually cut off in IE11 and older versions. See attached screenshot

12406: Group filter selection gets lost after deleting a question from the question list

$
0
0
The group filter loses its selection after selecting a group and deleting a question from the group (see attached screenshot).

12407: Can't download file attached to response

$
0
0
When I try to download a file uploaded in a response, the download fails in Firefox.<br /> Curl gives me this error:<br /> curl: (18) transfer closed with 4 bytes remaining to read<br /> <br /> I guess it means that the Content-Length HTTP header does not match the actual size of the file.<br /> <br /> I don't get any error in my Apache logs.

12408: New client concept - allow users to share their surveys with user groups

$
0
0
At the moment survey admins can only view/edit their own surveys or all surveys. There is nothing in between.<br /> <br /> Please add a new feature, that allows surveys to be related to one or multiple user groups. This would be a great benifit for the user group feature and would intoduce a simple but powerful client concept.<br /> <br /> Example:<br /> 1. A user belongs to the user groups ALPHA, BETA and GAMMA and wants to share her/his new survey to all users of the groups BETA and GAMMA<br /> 2. The user creates a new survey and uses a new multiple selection field: "Shared survey with groups: none [x], Alpha [], Beta [X], Gamma [x]"<br /> 3. Now all users of BETA and GAMMA can view/edit the new survey as if it was their own survey

12409: Installer looks partly unstyled

12410: Undefined variable $param

$
0
0
<a href="https://github.com/LimeSurvey/LimeSurvey/blob/develop/application/helpers/SurveyRuntimeHelper.php#L95">https://github.com/LimeSurvey/LimeSurvey/blob/develop/application/helpers/SurveyRuntimeHelper.php#L95</a><br /> <a href="https://github.com/LimeSurvey/LimeSurvey/blob/develop/application/helpers/SurveyRuntimeHelper.php#L1678">https://github.com/LimeSurvey/LimeSurvey/blob/develop/application/helpers/SurveyRuntimeHelper.php#L1678</a><br /> <a href="https://github.com/LimeSurvey/LimeSurvey/blob/develop/application/helpers/SurveyRuntimeHelper.php#L1702">https://github.com/LimeSurvey/LimeSurvey/blob/develop/application/helpers/SurveyRuntimeHelper.php#L1702</a>
Viewing all 11658 articles
Browse latest View live