View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 18447 | Bug reports | Menu system | public | 2022-11-03 11:57 | 2022-11-03 21:10 |
| Reporter | Nickko | Assigned To | |||
| Priority | none | Severity | partial_block | ||
| Status | closed | Resolution | fixed | ||
| Product Version | 5.4.x | ||||
| Summary | 18447: Impossible to display "List questions" and "Liste de groupe" | ||||
| Description | When I click on "List questions" or "Liste de groupe" in the left menu, the content don't display. | ||||
| Steps To Reproduce | Steps to reproduceOpen a survey, click on "List questions" or "Liste de groupe" Expected resultI expect the list of questions or the list of groups display. Actual resultThe screen is greyed and nothing else append. | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
| Bug heat | 6 | ||||
| Complete LimeSurvey version number (& build) | 5.4.9+221101 | ||||
| I will donate to the project if issue is resolved | No | ||||
| Browser | Vivaldi and Edge | ||||
| Database type & version | MySQL | ||||
| Server OS (if known) | OVH | ||||
| Webserver software & version (if known) | |||||
| PHP Version | 8.1 | ||||
|
I guess you are having a problem in the back and is not displaying. Also, on the other side, quick question: have you recently updated? Thanks |
|
|
When I sen debug to 1, I see a lot more, see attachment. I have made the last update 2 days ago. I always use the last version of Limesurvey to signal bug. CDbException.html (14,491 bytes)
<br />
<b>Deprecated</b>: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in <b>/home/usabilit/limesurvey/third_party/yiisoft/yii/framework/i18n/gettext/CGettextMoFile.php</b> on line <b>117</b><br />
<!DOCTYPE html>
<html lang="fr" dir="ltr" >
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Assets load -->
<!--
Notice to developers :
If you turn debug mode on, the asset manager will be off.
If you turn degug mode off, the asset manager will be on.
Without the asset manager, the CSS/JS files are published from their real url (eg: http://yourlimesurvey.url/scripts/admin/admin_core.js)
So, once a browser loaded once those files, it cache it, and don't load it anymore.
Then, if you change some css/js files, final user must clean its browser cache to get the new version of the cache.
This was the old LS behaviour, if debug mode is on, you'll have this very behaviour
The asset manager resolve the browser cache problem. It copy the css/js files to a tmp directory before publishing it:
http://yourlimesurvey.url/tmp/assets/e929b9d4/admin_core.js
For admin GUI, the asset manager works on a base of a "file by file" : each single css/js file is published as a single asset.
So if you touch any css/js file published via the asset (updating its date of modification), the asset manager will AUTOMATICALLY create a new tmp directory:
http://yourlimesurvey.url/tmp/assets/eb139b88/admin_core.js
Then, the browser will automatically reload the file, and the final user don't need to refresh its cache.
You should never have to delete the tmp/assets directory. You can do it to free some space on your server, but that all.
notice: the css/js files from third party extension use the package system. It means that the asset manager will publish them on the base of the directory logic.
So, if you update any css/js file from a third party extension, make sure that the modification date of the root directory is updated.
-->
<!-- Debug mode is on, so the asset manager will not be used -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="/third_party/jquery-ui/jquery-ui.structure.css" />
<link rel="stylesheet" type="text/css" href="/assets/fonts/font-src/fontawesome/css/font-awesome.css" />
<link rel="stylesheet" type="text/css" href="/assets/packages/bootstrap/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="/assets/packages/bootstrap/yiistrap.css" />
<link rel="stylesheet" type="text/css" href="/assets/packages/bootstrap/plugins/switch/css/bootstrap-switch.css" />
<link rel="stylesheet" type="text/css" href="/assets/packages/bootstrap/plugins/select2/css/select2.css" />
<link rel="stylesheet" type="text/css" href="/assets/packages/bootstrap/plugins/select2/css/select2-bootstrap.css" />
<link rel="stylesheet" type="text/css" href="/assets/packages/bootstrap/plugins/datetimepicker/build/css/bootstrap-datetimepicker.css" />
<link rel="stylesheet" type="text/css" href="/assets/fonts/roboto.css" />
<link rel="stylesheet" type="text/css" href="/assets/fonts/icomoon.css" />
<link rel="stylesheet" type="text/css" href="/assets/packages/lstutorial/build/lstutorial.css" />
<link rel="stylesheet" type="text/css" href="/assets/packages/adminbasics/build/adminbasics.css" />
<link rel="stylesheet" type="text/css" href="/assets/packages/adminsidepanel/build/css/adminsidepanel.css" />
<link rel="stylesheet" type="text/css" href="/themes/admin/Sea_Green/css/lime-admin-colors.css" />
<link rel="stylesheet" type="text/css" href="/themes/admin/Sea_Green/css/statistics.css" />
<script type='text/javascript'>window.debugState = {frontend : (0 === 1), backend : (0 === 1)};</script><script type="text/javascript" src="/third_party/jquery/jquery-3.6.1.js" class="headScriptTag"></script>
<script type="text/javascript" src="/third_party/jquery/jquery-migrate-3.4.0.js" class="headScriptTag"></script>
<script type="text/javascript" src="/third_party/jquery-ui/jquery-ui.js" class="headScriptTag"></script>
<script type="text/javascript" src="/assets/packages/adminsidepanel/build/js/adminsidepanel.js" class="headScriptTag"></script>
<script type="text/javascript" src="/tmp/assets/6676de21/js.cookie.js" class="headScriptTag"></script>
<script type="text/javascript" src="/assets/packages/bootstrap/bootstrap.js" class="headScriptTag"></script>
<script type="text/javascript" src="/assets/packages/bootstrap/plugins/bootstrapconfirm/bootstrapconfirm.js" class="headScriptTag"></script>
<script type="text/javascript" src="/third_party/moment/moment-with-locales.js" class="headScriptTag"></script>
<script type="text/javascript" src="/assets/packages/bootstrap/plugins/select2/js/select2.full.js" class="headScriptTag"></script>
<script type="text/javascript" src="/assets/packages/lslog/build/lslog.js" class="headScriptTag"></script>
<script type="text/javascript" src="/assets/packages/pjax/pjax.js" class="headScriptTag"></script>
<script type="text/javascript" src="/assets/packages/pjax/loadPjax.js" class="headScriptTag"></script>
<script type="text/javascript" src="/assets/packages/ckeditor/ckeditor.js" class="headScriptTag"></script>
<script type="text/javascript" src="/assets/packages/ckeditor/config.js" class="headScriptTag"></script>
<script type="text/javascript" src="/assets/packages/ckeditoradditions/ckeditoradditions.js" class="headScriptTag"></script>
<script type="text/javascript" src="/tmp/assets/359a9dc0/script.js" class="headScriptTag"></script>
<script type="text/javascript">
/*<![CDATA[*/
window.LS = window.LS || {}; window.LS.globalUserId = "";
LS.data = {"baseUrl":"https:\/\/survey.usability.fr","showScriptName":true,"urlFormat":"path","adminImageUrl":"\/themes\/admin\/Sea_Green\/images\/","csrfTokenName":"YII_CSRF_TOKEN","csrfToken":"UGh5VnByVVF6RXBoWU1kRlpRa0hiOW9BOHlGVnhaWEYweu8Qh4R6KwRml0ujIQET-Y5F3aKHtjO91vpHYDLKvQ==","csrfTokenData":{"YII_CSRF_TOKEN":"UGh5VnByVVF6RXBoWU1kRlpRa0hiOW9BOHlGVnhaWEYweu8Qh4R6KwRml0ujIQET-Y5F3aKHtjO91vpHYDLKvQ=="},"language":"fr","replacementFields":{"path":"\/index.php\/limereplacementfields\/index"}};
// @see https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html#jquery
function csrfSafeMethod(method) {
// these HTTP methods do not require CSRF protection
return (/^(GET|HEAD|OPTIONS)$/.test(method));
}
// Use $.ajaxPrefilter() instead of $.ajaxSetup({beforeSend: ...}) to add the CSRF token because beforeSend is
// executed after the content type is determined. So, if the request had no data when beforeSend is executed,
// the content type is 'text/plain', which is wrong.
// urlencode for security (encode simple and double quote and antislash)
$.ajaxPrefilter(function(settings) {
if(!csrfSafeMethod(settings.type)) {
// Data could be passed as string or object, so we add the token depending on the data type
if (typeof settings.data == 'string') {
// NB: This sometimes includes the CSRF token twice, when already added to data.
settings.data += '&YII_CSRF_TOKEN=UGh5VnByVVF6RXBoWU1kRlpRa0hiOW9BOHlGVnhaWEYweu8Qh4R6KwRml0ujIQET-Y5F3aKHtjO91vpHYDLKvQ%3D%3D';
} else {
settings.data = settings.data || {};
settings.data.YII_CSRF_TOKEN = 'UGh5VnByVVF6RXBoWU1kRlpRa0hiOW9BOHlGVnhaWEYweu8Qh4R6KwRml0ujIQET-Y5F3aKHtjO91vpHYDLKvQ%3D%3D';
}
}
});
var frameSrc = "/login";
/*]]>*/
</script>
<title>LimeSurvey</title>
<link rel="shortcut icon" href="/themes/admin/favicon.ico" type="image/x-icon" />
<link rel="icon" href="/themes/admin/favicon.ico" type="image/x-icon" />
</head>
<body>
<div id="beginScripts">
<script type="text/javascript" src="/assets/packages/bootstrap/plugins/switch/js/bootstrap-switch.js"></script>
<script type="text/javascript" src="/assets/packages/bootstrap/plugins/datetimepicker/build/js/bootstrap-datetimepicker.min.js"></script>
<script type="text/javascript" src="/assets/packages/adminbasics/build/adminbasics.js"></script>
<script type="text/javascript" src="/assets/packages/modaleditor/js/modaleditor.js"></script>
</div>
<!-- Loading wrapper -->
<div id='ls-loading'>
<span id='ls-loading-spinner' class='fa fa-spinner fa-spin fa-4x'></span>
<span class='sr-only'>Chargement ...</span>
</div>
<!-- BEGIN LAYOUT_MAIN --><div class="container-fluid">
<div class="row">
<div id="notif-container" class="col-sm-12 content-right" style="z-index: 999">
</div>
</div>
</div> <div id="pjax-file-load-container" class="ls-flex-row col-12"><div style="height:2px;width:0px;"></div></div><!-- Full page, started in SurveyCommonAction::renderWrappedTemplate() -->
<div class="container-fluid full-page-wrapper" id="in_survey_common_action"><x-test id="action::login"></x-test><noscript>If you see this you have probably JavaScript deactivated. LimeSurvey does not work without Javascript being activated in the browser!</noscript>
<div class="container-fluid welcome">
<div class="row text-center">
<div id="login-panel">
<div class="panel panel-primary login-panel" id="panel-1">
<!-- Header -->
<div class="panel-body">
<div class="row">
<img alt="logo" id="profile-img" class="profile-img-card center-block" src="/themes/admin/Sea_Green/images/logo.png" />
<p>Administration</p>
</div>
</div>
<!-- Action Name -->
<div class="row login-title login-content">
<div class="col-lg-12">
<h3>Se connecter</h3>
</div>
</div>
<!-- Form -->
<form id="loginform" name="loginform" action="/index.php/admin/authentication/sa/login" method="post">
<input type="hidden" value="UGh5VnByVVF6RXBoWU1kRlpRa0hiOW9BOHlGVnhaWEYweu8Qh4R6KwRml0ujIQET-Y5F3aKHtjO91vpHYDLKvQ==" name="YII_CSRF_TOKEN" /> <div class="row login-content login-content-form">
<div class="col-lg-12">
<input type="hidden" value="Authdb" name="authMethod" id="authMethod" /><span><label for='user'>Nom d’utilisateur</label><input size="240" maxlength="240" class="form-control" type="text" value="" name="user" id="user" /></span><span><label for='password'>Mot de passe </label><input size="240" maxlength="240" class="form-control" type="password" value="" name="password" id="password" /></span><label for="loginlang">Langue</label><select id="loginlang" name="loginlang" class="form-control">
<option value="default" selected="selected">Par défaut</option>
<option value="de">Deutsch - Allemand</option>
<option value="de-informal">Deutsch (Du) - Allemand (informel)</option>
<option value="en">English - Anglais</option>
<option value="fr">Français - Français</option>
<option value="nl">Nederlands - Néerlandais</option>
<option value="nl-informal">Nederlands (informeel) - Néerlandais (informel)</option>
</select>
</div>
</div>
<!-- Buttons -->
<div class="row login-submit login-content">
<div class="col-lg-12">
<p><input type='hidden' name='action' value='login' />
<input type='hidden' id='width' name='width' value='' />
<button type="submit" class="btn btn-default" name='login_submit' value='login'>Se connecter</button><br />
<br/>
<a href='/index.php/admin/authentication/sa/forgotpassword'>Mot de passe oublié?</a><br />
</p>
</div>
</div>
</form> </div>
</div>
</div>
</div>
<!-- Set focus on user input -->
<script type='text/javascript'>
$( document ).ready(function() {
$('#user').focus();
$("#width").val($(window).width());
});
$( window ).resize(function() {
$("#width").val($(window).width());;
});
</script>
</div><!-- END LAYOUT_MAIN --><script type="text/javascript" src="/assets/packages/lstutorial/build/lstutorial.js"></script>
<script type="text/javascript">
/*<![CDATA[*/
jQuery('body').popover({'selector':'a\x5Brel\x3Dpopover\x5D'});
jQuery('body').tooltip({'selector':'a\x5Brel\x3Dtooltip\x5D'});
jQuery('body').popover({'selector':'a\x5Brel\x3Dpopover\x5D'});
jQuery('body').tooltip({'selector':'a\x5Brel\x3Dtooltip\x5D'});
jQuery(document).off('pjax:scriptcomplete.mainBottom').on('ready pjax:scriptcomplete.mainBottom', function() {
jQuery('#loginlang').select2({'htmlOptions':{'id':'loginlang'},'theme':'bootstrap'});
});
jQuery(document).off('pjax:scriptsuccess.debugger').on('pjax:scriptsuccess.debugger',function(e) { console.ls.log('PJAX scriptsuccess', e); });
jQuery(document).off('pjax:scripterror.debugger').on('pjax:scripterror.debugger',function(e) { console.ls.log('PJAX scripterror', e); });
jQuery(document).off('pjax:scripttimeout.debugger').on('pjax:scripttimeout.debugger',function(e) { console.ls.log('PJAX scripttimeout', e); });
jQuery(document).off('pjax:success.debugger').on('pjax:success.debugger',function(e) { console.ls.log('PJAX success', e);});
jQuery(document).off('pjax:error.debugger').on('pjax:error.debugger',function(e) { console.ls.log('PJAX error', e);});
/*]]>*/
</script>
</body>
</html> |
|
|
Sorry the first attachment seen corrupted, I try another way (text file) LS Error.txt (44,778 bytes)
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/usabilit/limesurvey/third_party/yiisoft/yii/framework/i18n/gettext/CGettextMoFile.php on line 117
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/common_helper.php on line 4809
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/usabilit/limesurvey/application/models/SurveysGroupsettings.php on line 412
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/usabilit/limesurvey/application/helpers/expressions/em_manager_helper.php on line 3409
CDbException
CDbCommand n'a pas pu exécuter la commande SQL: SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,IMPLICIT) for operation '='. The SQL statement executed was: SELECT COUNT(DISTINCT `t`.`qid`) FROM `lime_questions` `t` LEFT OUTER JOIN `lime_groups` `g` ON (`t`.`gid`=`g`.`gid`) LEFT OUTER JOIN `lime_question_l10ns` `ql10n` ON (`ql10n`.`qid`=`t`.`qid`) LEFT OUTER JOIN `lime_question_themes` `qt` ON (`qt`.`question_type`=`t`.`type`) AND (`qt`.`name`=`t`.`question_theme_name`) WHERE ((t.sid=:ycp13) AND (t.parent_qid=:ycp14)) AND (language='fr') AND (extends='')
/home/usabilit/limesurvey/third_party/yiisoft/yii/framework/db/CDbCommand.php(543)
531 {
532 if($this->_connection->enableProfiling)
533 Yii::endProfile('system.db.CDbCommand.query('.$this->getText().$par.')','system.db.CDbCommand.query');
534
535 $errorInfo=$e instanceof PDOException ? $e->errorInfo : null;
536 $message=$e->getMessage();
537 Yii::log(Yii::t('yii','CDbCommand::{method}() failed: {error}. The SQL statement executed was: {sql}.',
538 array('{method}'=>$method, '{error}'=>$message, '{sql}'=>$this->getText().$par)),CLogger::LEVEL_ERROR,'system.db.CDbCommand');
539
540 if(YII_DEBUG)
541 $message.='. The SQL statement executed was: '.$this->getText().$par;
542
543 throw new CDbException(Yii::t('yii','CDbCommand failed to execute the SQL statement: {error}',
544 array('{error}'=>$message)),(int)$e->getCode(),$errorInfo);
545 }
546 }
547
548 /**
549 * Builds a SQL SELECT statement from the given query specification.
550 * @param array $query the query specification in name-value pairs. The following
551 * query options are supported: {@link select}, {@link distinct}, {@link from},
552 * {@link where}, {@link join}, {@link group}, {@link having}, {@link order},
553 * {@link limit}, {@link offset} and {@link union}.
554 * @throws CDbException if "from" key is not present in given query parameter
555 * @return string the SQL statement
Stack Trace
#0
+ /home/usabilit/limesurvey/third_party/yiisoft/yii/framework/db/CDbCommand.php(433): CDbCommand->queryInternal("fetchColumn", 0, array())
#1
+ /home/usabilit/limesurvey/third_party/yiisoft/yii/framework/db/ar/CActiveFinder.php(766): CDbCommand->queryScalar()
#2
+ /home/usabilit/limesurvey/third_party/yiisoft/yii/framework/db/ar/CActiveFinder.php(151): CJoinElement->count(CDbCriteria)
#3
+ /home/usabilit/limesurvey/third_party/yiisoft/yii/framework/db/ar/CActiveRecord.php(1613): CActiveFinder->count(CDbCriteria)
#4
+ /home/usabilit/limesurvey/third_party/yiisoft/yii/framework/web/CActiveDataProvider.php(228): CActiveRecord->count(CDbCriteria)
#5
+ /home/usabilit/limesurvey/third_party/yiisoft/yii/framework/web/CDataProvider.php(224): CActiveDataProvider->calculateTotalItemCount()
#6
+ /home/usabilit/limesurvey/third_party/yiisoft/yii/framework/web/CActiveDataProvider.php(178): CDataProvider->getTotalItemCount()
#7
+ /home/usabilit/limesurvey/third_party/yiisoft/yii/framework/web/CDataProvider.php(168): CActiveDataProvider->fetchData()
#8
+ /home/usabilit/limesurvey/third_party/yiisoft/yii/framework/zii/widgets/CBaseListView.php(125): CDataProvider->getData()
#9
+ /home/usabilit/limesurvey/third_party/yiisoft/yii/framework/zii/widgets/grid/CGridView.php(355): CBaseListView->init()
#10
– /home/usabilit/limesurvey/application/extensions/bootstrap/widgets/TbGridView.php(44): CGridView->init()
39 /**
40 * Initializes the widget.
41 */
42 public function init()
43 {
44 parent::init();
45 $classes = array('table table-hover');
46 if (isset($this->type) && !empty($this->type)) {
47 if (is_string($this->type)) {
48 $this->type = explode(' ', $this->type);
49 }
#11
+ /home/usabilit/limesurvey/third_party/yiisoft/yii/framework/web/CBaseController.php(147): TbGridView->init()
#12
+ /home/usabilit/limesurvey/third_party/yiisoft/yii/framework/web/CBaseController.php(181): CBaseController->createWidget("ext.LimeGridView.LimeGridView", array("dataProvider" => CActiveDataProvider, "id" => "question-grid", "emptyText" => "Aucune question trouvée.", "htmlOptions" => array("class" => "table-responsive grid-view-ls"), ...))
#13
– /home/usabilit/limesurvey/application/views/questionAdministration/listquestions.php(123): CBaseController->widget("ext.LimeGridView.LimeGridView", array("dataProvider" => CActiveDataProvider, "id" => "question-grid", "emptyText" => "Aucune question trouvée.", "htmlOptions" => array("class" => "table-responsive grid-view-ls"), ...))
118 )
119 )
120 ),
121 'columns' => $model->questionListColumns,
122 'ajaxUpdate' => 'question-grid',
123 'afterAjaxUpdate' => "bindPageSizeChange"
124 ));
125 ?>
126 </div>
127 </div>
128 </div>
#14
+ /home/usabilit/limesurvey/third_party/yiisoft/yii/framework/web/CBaseController.php(126): require("/home/usabilit/limesurvey/application/views/questionAdministrati...")
#15
+ /home/usabilit/limesurvey/third_party/yiisoft/yii/framework/web/CBaseController.php(95): CBaseController->renderInternal("/home/usabilit/limesurvey/application/views/questionAdministrati...", array("oSurvey" => Survey, "surveyid" => 661691, "sid" => 661691, "display" => array("menu_bars" => array("listquestions" => true)), ...), true)
#16
+ /home/usabilit/limesurvey/third_party/yiisoft/yii/framework/web/CController.php(872): CBaseController->renderFile("/home/usabilit/limesurvey/application/views/questionAdministrati...", array("oSurvey" => Survey, "surveyid" => 661691, "sid" => 661691, "display" => array("menu_bars" => array("listquestions" => true)), ...), true)
#17
+ /home/usabilit/limesurvey/third_party/yiisoft/yii/framework/web/CController.php(785): CController->renderPartial("listquestions", array("oSurvey" => Survey, "surveyid" => 661691, "sid" => 661691, "display" => array("menu_bars" => array("listquestions" => true)), ...), true)
#18
– /home/usabilit/limesurvey/application/controllers/QuestionAdministrationController.php(335): CController->render("listquestions", array("oSurvey" => Survey, "surveyid" => 661691, "sid" => 661691, "display" => array("menu_bars" => array("listquestions" => true)), ...))
330 $aData['topBar']['name'] = 'baseTopbar_view';
331 $aData['topBar']['leftSideView'] = 'listquestionsTopbarLeft_view';
332
333 $this->aData = $aData;
334
335 $this->render("listquestions", $aData);
336 }
337
338 /****
339 * *** A lot of getter function regarding functionalities and views.
340 * *** All called via ajax
#19
unknown(0): QuestionAdministrationController->actionListQuestions("661691", "settings")
#20
+ /home/usabilit/limesurvey/third_party/yiisoft/yii/framework/web/actions/CAction.php(115): ReflectionMethod->invokeArgs(QuestionAdministrationController, array("661691", "settings"))
#21
+ /home/usabilit/limesurvey/third_party/yiisoft/yii/framework/web/actions/CInlineAction.php(47): CAction->runWithParamsInternal(QuestionAdministrationController, ReflectionMethod, array("surveyid" => "661691"))
#22
+ /home/usabilit/limesurvey/third_party/yiisoft/yii/framework/web/CController.php(308): CInlineAction->runWithParams(array("surveyid" => "661691"))
#23
+ /home/usabilit/limesurvey/third_party/yiisoft/yii/framework/web/CController.php(286): CController->runAction(CInlineAction)
#24
+ /home/usabilit/limesurvey/third_party/yiisoft/yii/framework/web/CController.php(265): CController->runActionWithFilters(CInlineAction, array())
#25
+ /home/usabilit/limesurvey/application/controllers/LSBaseController.php(160): CController->run("listQuestions")
#26
+ /home/usabilit/limesurvey/third_party/yiisoft/yii/framework/web/CWebApplication.php(282): LSBaseController->run("listQuestions")
#27
+ /home/usabilit/limesurvey/third_party/yiisoft/yii/framework/web/CWebApplication.php(141): CWebApplication->runController("questionAdministration/listQuestions")
#28
+ /home/usabilit/limesurvey/third_party/yiisoft/yii/framework/base/CApplication.php(185): CWebApplication->processRequest()
#29
+ /home/usabilit/limesurvey/index.php(192): CApplication->run()
2022-11-03 15:47:38 Apache Yii Framework/1.1.26 |
|
|
Strange... What PHP version are you exactly? By the way, this is the error from the files
Have you done any manual chnage to the DB tableS? |
|
|
8.1, it's all I know (all OVH display). |
|
|
@DenisChenu, any thoughts? |
|
|
I have a new 8.1 now, Why we have utf8mb4_unicode_520_ci ? |
|
|
Are you asking me the question ? I use the same DB for a Wordpress and pehaps other script. Maybe another script could interfere with Limesurvey's tables. What should we have as value ? Let me make the change to see if it improves the situation. |
|
|
I bet the problem comes from a mix of programs running in the same DB. |
|
|
I haven't a separate DB for now. It's the most expensive part of an hosting. |
|
|
I have uniformised all interclassement to utf8mb4_unicode_ci, now "questions list" work fine. Since the error seem related to my instance only I will close this ticket. |
|
|
Due to my instance only, not a Limesurvey bug. |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2022-11-03 11:57 | Nickko | New Issue | |
| 2022-11-03 11:57 | Nickko | File Added: List question greyed.png | |
| 2022-11-03 13:59 | gabrieljenik | Note Added: 72526 | |
| 2022-11-03 13:59 | gabrieljenik | Bug heat | 0 => 2 |
| 2022-11-03 13:59 | gabrieljenik | Status | new => acknowledged |
| 2022-11-03 15:49 | Nickko | Note Added: 72530 | |
| 2022-11-03 15:49 | Nickko | File Added: CDbException.html | |
| 2022-11-03 15:49 | Nickko | Bug heat | 2 => 4 |
| 2022-11-03 15:51 | Nickko | Note Added: 72531 | |
| 2022-11-03 15:51 | Nickko | File Added: LS Error.txt | |
| 2022-11-03 16:37 | gabrieljenik | Note Added: 72532 | |
| 2022-11-03 16:59 | Nickko | Note Added: 72534 | |
| 2022-11-03 18:15 | gabrieljenik | Note Added: 72538 | |
| 2022-11-03 18:42 | DenisChenu | Note Added: 72539 | |
| 2022-11-03 18:42 | DenisChenu | Bug heat | 4 => 6 |
| 2022-11-03 19:52 | Nickko | Note Added: 72542 | |
| 2022-11-03 20:01 | gabrieljenik | Note Added: 72543 | |
| 2022-11-03 20:09 | Nickko | Note Added: 72544 | |
| 2022-11-03 21:09 | Nickko | Note Added: 72545 | |
| 2022-11-03 21:10 | Nickko | Status | acknowledged => closed |
| 2022-11-03 21:10 | Nickko | Resolution | open => fixed |
| 2022-11-03 21:10 | Nickko | Note Added: 72546 |