View Issue Details

This issue affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
20436Bug reportsImport/Exportpublic2026-02-24 11:55
Reporterc_schmitz Assigned Tolajosarpad  
PriorityurgentSeverityblock 
Status assignedResolutionopen 
Product Version7.0beta x 
Summary20436: Unable to import survey archives with timings
Description

When trying to import the attached survey archive the import fails.

TagsNo tags attached.
Attached Files
Bug heat2
Complete LimeSurvey version number (& build)7.0beta
I will donate to the project if issue is resolvedNo
Browser
Database type & versionMySql
Server OS (if known)
Webserver software & version (if known)
PHP Version8.2

Users monitoring this issue

There are no users monitoring this issue.

Activities

c_schmitz

c_schmitz

2026-02-24 11:53

administrator   ~84289

See stack trace

CException.htm (60,712 bytes)   
<!DOCTYPE html>
<html lang="en" 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" />
<link rel="stylesheet" type="text/css" href="/limesurvey600/node_modules/jquery-ui-dist/jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="/limesurvey600/assets/fonts/font-src/fontawesome/css/font-awesome.css" />
<link rel="stylesheet" type="text/css" href="/limesurvey600/assets/fonts/ibm-plex-sans/ibm-sans.css" />
<link rel="stylesheet" type="text/css" href="/limesurvey600/assets/fonts/ibm-plex-serif/ibm-serif.css" />
<link rel="stylesheet" type="text/css" href="/limesurvey600/assets/fonts/font-src/remix/remixicon.css" />
<link rel="stylesheet" type="text/css" href="/limesurvey600/assets/packages/datetimepicker/build/tempus-dominus.min.css" />
<link rel="stylesheet" type="text/css" href="/limesurvey600/assets/fonts/roboto.css" />
<link rel="stylesheet" type="text/css" href="/limesurvey600/assets/fonts/icomoon.css" />
<link rel="stylesheet" type="text/css" href="/limesurvey600/node_modules/select2/dist/css/select2.css" />
<link rel="stylesheet" type="text/css" href="/limesurvey600/node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css" />
<link rel="stylesheet" type="text/css" href="/limesurvey600/assets/packages/lstutorial/build/lstutorial.css" />
<link rel="stylesheet" type="text/css" href="/limesurvey600/themes/admin/Sea_Green/css/sea_green.css" />
<link rel="stylesheet" type="text/css" href="/limesurvey600/assets/packages/adminsidepanel/build/css/adminsidepanel.css" />
<link rel="stylesheet" type="text/css" href="/limesurvey600/assets/packages/expressionscript/expressions.css" />
<link rel="stylesheet" type="text/css" href="/limesurvey600/tmp/assets/40bf545d/style.css" />
<script type='text/javascript'>window.debugState = {frontend : (0 === 1), backend : (0 === 1)};</script><script type="text/javascript" src="/limesurvey600/node_modules/jquery/dist/jquery.js" class="headScriptTag"></script>
<script type="text/javascript" src="/limesurvey600/node_modules/jquery-migrate/dist/jquery-migrate.js" class="headScriptTag"></script>
<script type="text/javascript" src="/limesurvey600/node_modules/jquery-ui-dist/jquery-ui.js" class="headScriptTag"></script>
<script type="text/javascript" src="/limesurvey600/assets/packages/adminsidepanel/build/js/adminsidepanel.js" class="headScriptTag"></script>
<script type="text/javascript" src="/limesurvey600/node_modules/js-cookie/dist/js.cookie.js" class="headScriptTag"></script>
<script type="text/javascript" src="/limesurvey600/node_modules/moment/min/moment-with-locales.js" class="headScriptTag"></script>
<script type="text/javascript" src="/limesurvey600/assets/packages/datetimepicker/build/popper-tempus.js" class="headScriptTag"></script>
<script type="text/javascript" src="/limesurvey600/assets/packages/datetimepicker/datepickerInit.js" class="headScriptTag"></script>
<script type="text/javascript" src="/limesurvey600/assets/packages/lslog/build/lslog.js" class="headScriptTag"></script>
<script type="text/javascript" src="/limesurvey600/assets/packages/pjax/pjax.js" class="headScriptTag"></script>
<script type="text/javascript" src="/limesurvey600/assets/packages/pjax/loadPjax.js" class="headScriptTag"></script>
<script type="text/javascript" src="/limesurvey600/node_modules/select2/dist/js/select2.full.js" class="headScriptTag"></script>
<script type="text/javascript" src="/limesurvey600/assets/packages/ckeditor/ckeditor.js" class="headScriptTag"></script>
<script type="text/javascript" src="/limesurvey600/assets/packages/ckeditor/config.js" class="headScriptTag"></script>
<script type="text/javascript" src="/limesurvey600/assets/packages/ckeditoradditions/ckeditoradditions.js" class="headScriptTag"></script>
<script type="text/javascript" src="/limesurvey600/assets/bootstrap_5/build/js/bootstrap_5.min.js" class="headScriptTag"></script>
<script type="text/javascript" src="/limesurvey600/assets/packages/expressions/em_javascript.js" class="headScriptTag"></script>
<script type="text/javascript" src="/limesurvey600/tmp/assets/ced25e44/script.js" class="headScriptTag"></script>
<script type="text/javascript" src="/limesurvey600/tmp/assets/40bf545d/script.js" class="headScriptTag"></script>
<script type="text/javascript">
/*<![CDATA[*/

           window.LS = window.LS || {}; window.LS.globalUserId = "1";
LS.data = {"baseUrl":"http:\/\/localhost\/limesurvey600","showScriptName":true,"urlFormat":"path","adminImageUrl":"\/limesurvey600\/themes\/admin\/Sea_Green\/images\/","csrfTokenName":"YII_CSRF_TOKEN","csrfToken":"RDVxZ0NPU2ZJWkhGWG9wQjk1eklOMUNqMHMzM3doa20ZkvhQKek1keUPiEXUMIidzyZyDak2EyCjvvuDawePsA==","csrfTokenData":{"YII_CSRF_TOKEN":"RDVxZ0NPU2ZJWkhGWG9wQjk1eklOMUNqMHMzM3doa20ZkvhQKek1keUPiEXUMIidzyZyDak2EyCjvvuDawePsA=="},"language":"en","replacementFields":{"path":"\/limesurvey600\/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=RDVxZ0NPU2ZJWkhGWG9wQjk1eklOMUNqMHMzM3doa20ZkvhQKek1keUPiEXUMIidzyZyDak2EyCjvvuDawePsA%3D%3D';
                            } else {
                                settings.data = settings.data || {};
                                settings.data.YII_CSRF_TOKEN = 'RDVxZ0NPU2ZJWkhGWG9wQjk1eklOMUNqMHMzM3doa20ZkvhQKek1keUPiEXUMIidzyZyDak2EyCjvvuDawePsA%3D%3D';
                            }
                        }
                    });
var frameSrc = "/login";
 var userdateformat="DD.MM.YYYY";var userlanguage="en";
LS.lang = $.extend(LS.lang,{"errorTitle":"Error : %s","errorUnknow":"unknown","unknowText":"An unknown error occurred"});

/*]]>*/
</script>
<title>LimeSurvey</title>
    <link rel="shortcut icon" href="/limesurvey600/themes/admin/favicon.ico" type="image/x-icon" />
    <link rel="icon" href="/limesurvey600/themes/admin/favicon.ico" type="image/x-icon" />
        </head>
<body>
    <div id="beginScripts">
        <script type="text/javascript" src="/limesurvey600/assets/packages/adminbasics/build/adminbasics.js"></script>
<script type="text/javascript" src="/limesurvey600/assets/packages/modaleditor/js/modaleditor.js"></script>
<script type="text/javascript" src="/limesurvey600/tmp/assets/5bec231b/decimal.js"></script>
<script type="text/javascript" src="/limesurvey600/assets/packages/decimalcustom/decimalcustom.js"></script>
<script type="text/javascript" src="/limesurvey600/assets/packages/jquery-ace/jquery.ace.js"></script>
<script type="text/javascript" src="/limesurvey600/node_modules/ace-builds//src/ace.js"></script>
<script type="text/javascript" src="/limesurvey600/assets/scripts/admin/surveysettings.js"></script>
<script type="text/javascript" src="/limesurvey600/assets/scripts/admin/importSurveyFileUpload.js"></script>
<script type="text/javascript" src="/limesurvey600/assets/scripts/admin/copySurvey.js"></script>

    </div>
<!-- Loading wrapper -->
<div id='ls-loading'>
    <span id='ls-loading-spinner' class='ri-loader-2-fill remix-spin remix-4x'></span>
    <span class='visually-hidden'>Loading...</span>
</div>


<!-- admin menu bar -->
<nav class="navbar navbar-expand-md">
    <div class="container-fluid">
        <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#small-screens-menus" aria-controls="small-screens-menus" aria-expanded="false">
            <span class="navbar-toggler-icon"></span>
        </button>
        <a class="navbar-brand" href="/limesurvey600/index.php/admin/index">
            <img src="/limesurvey600/assets/images/logo-icon-white.png" height="34" class="d-inline-block align-bottom" alt="">
            LimeSurvey        </a>
        <!-- Only on xs screens -->
        <div class="collapse navbar-collapse " id="small-screens-menus">
            <ul class="nav navbar-nav">
                <!-- active surveys -->
                                    <li class="nav-item">
                        <a class="nav-link" href="/limesurvey600/index.php/surveyAdministration/listsurveys/active/Y">
                            Active surveys <span class="badge">2</span>
                        </a>
                    </li>
                                <!-- List surveys -->
                <li class="nav-item">
                    <a class="nav-link" href="/limesurvey600/index.php/surveyAdministration/listsurveys">
                        List surveys                    </a>
                </li>
                <!-- Logout -->
                <li class="nav-item">
                    <a class="nav-link" href="/limesurvey600/index.php/admin/authentication/sa/logout">
                        Logout                    </a>
                </li>
            </ul>
        </div>

        <div class="collapse navbar-collapse">
            <ul class="nav navbar-nav">
                <!-- Maintenance mode -->
                
                <!-- Prepended extra menus from plugins -->
                            <li class="dropdown nav-item">
                                            <a href="#" class="nav-link " data-bs-toggle="dropdown" aria-expanded="false" role="button">
                        <button type="button" class="btn btn-info btn-create" data-bs-toggle="tooltip" data-bs-placement="bottom">
                            <i class="ri-add-line"></i>
                        </button>
                    </a>
                                <ul class="dropdown-menu" role="menu">
                                                                        <li class="dropdown-header">Create new...</li>
                                                                                                <li class="create-menu-item ms-3 me-3">
                                                                <a href="/limesurvey600/index.php/surveyAdministration/newSurvey" class="dropdown-item"                                     id="create-survey-link"                                >
                                    <!-- Spit out icon if present -->
                                                                            <span class="ri-add-line">&nbsp;</span>
                                                                        Survey                                </a>
                            </li>
                                                                                                <li class="create-menu-item ms-3 me-3">
                                                                <a href="/limesurvey600/index.php/admin/surveysgroups/sa/create" class="dropdown-item"                                                                     >
                                    <!-- Spit out icon if present -->
                                                                            <span class="ri-add-circle-line">&nbsp;</span>
                                                                        Survey group                                </a>
                            </li>
                                                                                                <li class="create-menu-item ms-3 me-3">
                                                                <a href="#" class="dropdown-item" data-bs-toggle="modal"data-bs-target="#importSurvey_modal"                                                                    >
                                    <!-- Spit out icon if present -->
                                                                            <span class="ri-upload-line">&nbsp;</span>
                                                                        Import survey                                </a>
                            </li>
                                                            </ul>
                    </li>
    
                <!-- Render the modal for importing a survey -->
                                
<div id="importSurvey_modal" class="modal fade" role="dialog">
    <div class="modal-dialog">
        <!-- Modal content-->
        <div class="modal-content">
            <form id="importsurvey" name="importsurvey" class="" enctype="multipart/form-data" data-error-file-required="No file selected" action="/limesurvey600/index.php/surveyAdministration/import" method="post">
<input type="hidden" value="RDVxZ0NPU2ZJWkhGWG9wQjk1eklOMUNqMHMzM3doa20ZkvhQKek1keUPiEXUMIidzyZyDak2EyCjvvuDawePsA==" name="YII_CSRF_TOKEN" />            
<div class="modal-header">
    <h5 class="modal-title">
        Import survey    </h5>
    <button type="button" class="btn-close" data-bs-dismiss="modal" role="button"></button>
</div>
            <div class="modal-body" id="modal-body-import-survey">
                <div class="row">
                    <div class="mb-3">
                        <label class='form-label ' >
                            Select survey structure file (*.lss, *.txt) or survey archive (*.lsa) (maximum file size: 8.00 MB)                        </label>
                        <div class="upload-container">
                            <label><b>Select or drop a file here</b></label>
                            <label for="fileUpload" class="upload-label" id="drop_zone">
                                <div class="upload-text" id="file-upload-text">
                                    <span class="ri-upload-line">&nbsp;</span> </br>
                                    Drop file here                                </div>
                                <input
                                    type="file"
                                    id="fileUpload"
                                    name="the_file"
                                    class="form-control upload-input"
                                    accept='.lss,.lsa,.tsv,.txt'
                                    onchange="$('#import-submit').attr('disabled', false).attr('data-bs-toggle', false);"
                                />
                            </label>
                        </div>
                    </div>
                    <div class='mb-3'>
                        <input id="yttranslinksfields" name="translinksfields" type="hidden" value="0">
                        <input id="translinksfields" name="translinksfields" type="checkbox" value="1" checked>
                        <label
                            class='form-label '
                            for='translinksfields'>
                            Convert resource links and expression fields?                        </label>
                    </div>
                </div>
            </div>
            <div class="modal-footer">
                <button type="button" class="btn btn-cancel" data-bs-dismiss="modal">Cancel</button>
                <input type='submit' id="import-submit" class="btn btn-info" value='Import survey' />
            </div>
            </form>
        </div>
    </div>
</div>


                
                <li
                    class="nav-item d-flex"><a
                        href="/limesurvey600/index.php/surveyAdministration/listsurveys"
                        class="nav-link ps-0">Surveys</a>
                                            <a
                            class="nav-link ps-0 active-surveys"
                            href="/limesurvey600/index.php/surveyAdministration/listsurveys/active/Y"
                        ><span class="badge"> 2 </span></a>
                                    </li>


                <!-- Help menu -->
                
<li class="nav-item dropdown">
    <a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown" id="helpDropdown" aria-expanded="false" role="button">
        <!-- <i class="ri-question-fill"></i> -->
        Help    </a>
    <ul class="dropdown-menu larger-dropdown" aria-labelledby="helpDropdown">
        
        <li class="dropdown-divider"></li>
        <li>
            <a href="http://manual.limesurvey.org/" target="_blank" class="dropdown-item">
                <!-- <i class="ri-question-fill"></i> -->
                LimeSurvey Manual                <i class=" ri-external-link-fill  float-end"></i>
            </a>
        </li>
        <li>
            <a href="https://forums.limesurvey.org" target="_blank" class="dropdown-item">
                <span class="fa-stack halfed">
                    <span class="ri-chat-3-fill fa-stack-1x" ></span>
                    <span class="ri-group-fill fa-inverse fa-stack-1x halfed" ></span>
                </span>
                LimeSurvey Forums                <i class=" ri-external-link-fill  float-end"></i>
            </a>
        </li>
        <li class="dropdown-divider"></li>
        <li>
            <a href="https://bugs.limesurvey.org/" target="_blank" class="dropdown-item">
                <span class="ri-bug-fill" ></span>
                Report bugs                <i class=" ri-external-link-fill  float-end"></i>
            </a>
        </li>
        <li>
            <a href="https://limesurvey.org/" target="_blank" class="dropdown-item">
                <span class="ri-star-fill" ></span>
                LimeSurvey Homepage                <i class=" ri-external-link-fill  float-end"></i>
            </a>
        </li>
    </ul>
</li>

                <!-- Configuration menu -->
                
<!-- Configuration -->
    <li class="dropdown mega-dropdown nav-item">
        <a href="#" class="nav-link dropdown-toggle mainmenu-dropdown-toggle" data-bs-toggle="dropdown">
            <!-- <i class="ri-settings-5-fill"></i> -->
            Configuration            <span class="caret"></span>
        </a>
        <div class="dropdown-menu mega-dropdown-menu" id="mainmenu-dropdown">
            <div class="row">
                <!-- System overview -->
                <div class="mega-dropdown__column col-md-3">
                    <!-- System overview -->
                    
                        <div class="box" id="systemoverview">
                            <div class="box-icon">
                                <span class="ri-information-fill" id="info-header"></span>
                            </div>
                            <div class="box--info">
                                <div class="box__title text-center">System overview</div>
                                <dl class="dl-horizontal">
                                    <div class="row">
                                        <dt class="col-8 text-truncate text-end">Users</dt>
                                        <dd class="col-4 text-end">1</dd>
                                    </div>
                                    <div class="row">
                                        <dt class="col-8 text-truncate text-end">Surveys</dt>
                                        <dd class="col-4 text-end">5</dd>
                                    </div>
                                    <div class="row">
                                        <dt class="col-8 text-truncate text-end">Active surveys</dt>
                                        <dd class="col-4 text-end">2</dd>
                                    </div>
                                    <div class="row">
                                        <dt class="col-8 text-truncate text-end">ComfortUpdate key</dt>
                                        <dd class="col-4 text-end">Activated</dd>
                                    </div>
                                </dl>
                            </div>
                        </div>
                                    </div>
                <!-- ExpressionScript Engine -->
                <div class="mega-dropdown__column col-md-3">
                                            <ul>

                            <!-- ExpressionScript Engine -->
                            <li class="dropdown-header">
                                <span class="ri-superscript"></span>
                                Expression Engine                            </li>

                            <!-- ExpressionScript Engine Descriptions -->
                            <li class="dropdown-item">
                                <a href="/limesurvey600/index.php/admin/expressions">
                                    Expression Engine descriptions                                </a>
                            </li>

                            <!--Available Functions -->
                            <li class="dropdown-item">
                                <a href="/limesurvey600/index.php/admin/expressions/sa/functions">
                                    Available functions                                </a>
                            </li>

                            <!--Unit Tests of Expressions Within Strings -->
                            <li class="dropdown-item">
                                <a href="/limesurvey600/index.php/admin/expressions/sa/strings_with_expressions">
                                    Unit tests of expressions within strings                                </a>
                            </li>

                            <!-- Unit Test Dynamic Relevance Processing -->
                            <li class="dropdown-item">
                                <a href="/limesurvey600/index.php/admin/expressions/sa/relevance">
                                    Unit test dynamic ExpressionScript processing                                </a>
                            </li>

                            <!-- Preview Conversion of Conditions to Relevance -->
                            <li class="dropdown-item">
                                <a href="/limesurvey600/index.php/admin/expressions/sa/conditions2relevance">
                                    Preview conversion of conditions to ExpressionScript                                </a>
                            </li>

                            <!-- Bulk Convert Conditions to Relevance -->
                            <li class="dropdown-item">
                                <a href="/limesurvey600/index.php/admin/expressions/sa/upgrade_conditions2relevance">
                                    Bulk convert conditions to ExpressionScript                                </a>
                            </li>

                            <!-- Test Navigation -->
                            <li class="dropdown-item">
                                <a href="/limesurvey600/index.php/admin/expressions/sa/navigation_test">
                                    Test navigation                                </a>
                            </li>

                            <!-- Show Survey logic file -->
                            <li class="dropdown-item">
                                <a href="/limesurvey600/index.php/admin/expressions/sa/surveyLogicForm">
                                    Show survey logic file                                </a>
                            </li>
                        </ul>
                                    </div>
                <!-- Advanced -->
                <div class="mega-dropdown__column col-md-2">
                    <ul>

                        <!-- Advanced -->
                        <li class="dropdown-header">
                            <span class="ri-tools-fill"></span>
                            Advanced                        </li>
                                                    <!-- Theme Editor -->
                            <li class="dropdown-item">
                                <a href="/limesurvey600/index.php/themeOptions/index" class="link-themes">
                                    Themes                                </a>
                            </li>
                                                                                                        <!-- Edit label sets -->
                            <li class="dropdown-item">
                                <a href="/limesurvey600/index.php/admin/labels/sa/view" class="link-labels">
                                    Label sets                                </a>
                            </li>
                        
                        <!-- Data Integrity -->
                        
                            <li class="dropdown-item">
                                <a href="/limesurvey600/index.php/admin/checkintegrity">
                                    Data integrity                                </a>
                            </li>

                            <!-- Backup Entire Database -->
                            <li class="dropdown-item">
                                <a href="/limesurvey600/index.php/admin/dumpdb">
                                    Backup entire database                                </a>
                            </li>

                        
                        <!-- Comfort update -->
                                                    <li class="dropdown-item">
                                <a href="/limesurvey600/index.php/admin/update">
                                    ComfortUpdate                                </a>
                            </li>
                                            </ul>

                </div>
                <!-- Users -->
                <div class="mega-dropdown__column col-md-2">

                    <!-- Users -->
                    <ul>

                        <!-- Users -->
                        <li class="dropdown-header">

                            <i class="ri-user-fill"></i>
                            Users                        </li>

                        <!-- User management -->
                                                    <li class="dropdown-item">
                                <a href="/limesurvey600/index.php/userManagement/index">
                                    User management                                </a>
                            </li>
                                                
                            <!-- User groups -->
                            <li class="dropdown-item">
                                <a href="/limesurvey600/index.php/userGroup/index">
                                    User groups                                </a>
                            </li>

                        
                        
                            <!-- User groups -->
                            <li class="dropdown-item">
                                <a href="/limesurvey600/index.php/userRole/index">
                                    User roles                                </a>
                            </li>

                        
                        <!-- Central participant management -->
                                                    <li class="dropdown-item">
                                <a href="/limesurvey600/index.php/admin/participants/sa/displayParticipants">
                                    Central participant management                                </a>
                            </li>
                                            </ul>
                </div>
                <!-- Settings -->
                <div class="mega-dropdown__column col-md-2">
                    <ul>

                        <!-- Settings -->
                        <li class="dropdown-header">
                            <span class="ri-list-settings-line"></span>
                            Settings                        </li>

                                                    <!-- Dashboard  -->
                            <li class="dropdown-item">
                                <a href="/limesurvey600/index.php/homepageSettings/index">
                                    Dashboard                                </a>
                            </li>

                            <!-- Global -->
                            <li class="dropdown-item">
                                <a href="/limesurvey600/index.php/admin/globalsettings">
                                    Global                                </a>
                            </li>

                            <!-- Global Survey -->
                            <li class="dropdown-item">
                                <a href="/limesurvey600/index.php/admin/globalsettings/sa/surveysettings">
                                    Global survey                                </a>
                            </li>

                            <!-- Plugins -->
                            <li class="dropdown-item">
                                <a href="/limesurvey600/index.php/admin/pluginmanager/sa/index">
                                    Plugins                                </a>
                            </li>

                            <!-- Surveymenu Editor -->
                            <!-- Survey Menu -->
                                                            <li class="dropdown-item">
                                    <a href="/limesurvey600/index.php/admin/menus/sa/view">
                                        Survey menus                                    </a>
                                </li>
                            
                        
                    </ul>
                </div>
            </div>
        </div>
    </li>


                <!-- Extra menus from plugins -->
                                </ul>
        </div>
        <div class="collapse navbar-collapse justify-content-end">
            <ul class="nav navbar-nav">
                <!-- Extra menus from plugins -->
                                    <!-- Admin notification system -->
                
<!-- Admin notification system -->
<li id='notification-li' class='dropdown nav-item' onclick='LS.updateNotificationWidget("/limesurvey600/index.php/admin/notification?sa=actionGetMenuWidget");' >
        <a class='nav-link dropdown-toggle' data-bs-toggle='dropdown' role='button' aria-expanded='false' href='#'>
                        <!-- <span id='notification-bell' class='ri-notification-2-fill '></span> -->
            <i id='notification-bell' class="ri-notification-2-line  "></i>
                            <span class='badge'>3</span>
            
            <span class='caret'></span>
        </a>
        <ul class='dropdown-menu dropdown-menu-end' role='menu'>
            <li>
                <a class="dropdown-item"><span class='ri-loader-2-fill remix-spin'></span><span class='visually-hidden'>Loading notifications</span></a>
            </li>
        </ul>
    </li>

                <li class="nav-item dropdown">
                    <a href="#" class="nav-link dropdown-toggle d-flex align-items-center" data-bs-toggle="dropdown" role="button" aria-expanded="false">
                        <!-- <i class="ri-user-fill"></i> admin <span class="caret"></span></a> -->
                        <span class='rounded-circle text-center d-flex align-items-center justify-content-center me-1'>
                            A                        </span>
                        admin                        <span class="caret"></span></a>
                    <ul class="dropdown-menu dropdown-menu-end" role="menu">
                        <li id="admin-menu-item-account">
                            <a class="dropdown-item" href="/limesurvey600/index.php/admin/user/sa/personalsettings">
                                Account                            </a>
                        </li>

                        <li class="dropdown-divider"></li>

                        <!-- Logout -->
                        <li>
                            <a class="dropdown-item" href="/limesurvey600/index.php/admin/authentication/sa/logout">
                                Logout                            </a>
                        </li>
                    </ul>
                </li>
                <!-- Extra menus from plugins -->
                                </ul>
        </div><!-- /.nav-collapse -->

    </div>
</nav>
<script type="text/javascript">
    //show tooltips
    var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
    var tooltipList = tooltipTriggerList.map(function(tooltipTriggerEl) {
        return new bootstrap.Tooltip(tooltipTriggerEl);
    })

    $(document).ajaxComplete(function(handler) {
        window.LS.doToolTip();
    });
</script>
<!-- BEGIN LAYOUT MAIN (refactored controllers--><div class='container-fluid'></div>
<div class="row">
    <div id="notif-container" class="col-12 content-right">
            </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" id="in_survey_common_action">

<!-- Import Failed because of page reload -->
    <div class="jumbotron message-box">
        <h2 class="text-success">Success</h2>

        <p class="lead">Survey structure import summary</p>

        <!-- Import result messages -->
        <div class="row justify-content-center">
            <div class="col-lg-2">
                <table class="table table-striped table-condensed ">
                    <tr>
                        <td>Surveys:</td>
                        <td>1</td>
                    </tr>
                    <tr>
                        <td>Languages:</td>
                        <td>1</td>
                    </tr>
                    <tr>
                        <td>Question groups:</td>
                        <td>8</td>
                    </tr>
                    <tr>
                        <td>Questions:</td>
                        <td>21</td>
                    </tr>
                    <tr>
                        <td>Question attributes:</td>
                        <td>112</td>
                    </tr>
                    <tr>
                        <td>Answers:</td>
                        <td>20</td>
                    </tr>
                                            <tr>
                            <td>Subquestions:</td>
                            <td>27</td>
                        </tr>
                                            <tr>
                            <td>Default answers:</td>
                            <td>0</td>
                        </tr>
                                            <tr>
                            <td>Condition:</td>
                            <td>12</td>
                        </tr>
                                        <tr>
                        <td>Assessments:</td>
                        <td>0</td>
                    </tr>
                    <tr>
                        <td>Quotas:</td>
                        <td>0</td>
                    </tr>
                    <tr>
                        <td>Quota members:</td>
                        <td>0</td>
                    </tr>
                    <tr>
                        <td>Quota language settings:</td>
                        <td>0</td>
                    </tr>
                                        <tr>
                        <td>Themes:</td>
                        <td>1</td>
                    </tr>
                </table>
            </div>
        </div>

        <!-- Response import summary -->
                    <strong>Response import summary</strong><br />
            <ul class="list-unstyled">
                <li>Responses: 237</li>
            </ul>
        
        <!-- Warnings -->
        
        <!-- Result -->
        <p class="text-info">Import of survey is completed.</p>

        <!-- Buttons -->
        <p>
            <input type='submit' class="btn btn-outline-secondary btn-large" value='Go to survey' onclick="window.open('/limesurvey600/index.php/questionAdministration/view?surveyid=735282&gid=12&qid=62&landOnSideMenuTab=structure', '_top')"><br /><br />
        </p>

        <!-- Theme doesn't exist -->
        
        <!-- Theme options differences warnings -->
                    <p class="lead">Warning: There are some differences between current theme options and original theme options!</p>
            <p class="lead">Current theme options are applied for this survey.</p>
            <h2 class="warning">Theme options differences:</h2>
                <div class="row justify-content-center">
                    <div class="col-lg-4">
                        <table class="table table-striped table-condensed ">
                            <tr>
                                <th class="text-center">Option</th>
                                <th class="text-center">Current value</th>
                                <th class="text-center">Original value</th>
                            </tr>
                                                            <tr>
                                    <td>brandlogofile</td>
                                    <td>themes/survey/fruity/files/logo.png</td>
                                    <td>image::theme::files/logo.png</td>
                                </tr>
                                                                <tr>
                                    <td>bodyanimationduration</td>
                                    <td>500</td>
                                    <td>1.0</td>
                                </tr>
                                                                <tr>
                                    <td>questionanimationduration</td>
                                    <td>500</td>
                                    <td>1.0</td>
                                </tr>
                                                                <tr>
                                    <td>alertanimationduration</td>
                                    <td>500</td>
                                    <td>1.0</td>
                                </tr>
                                                                <tr>
                                    <td>checkboxanimationduration</td>
                                    <td>500</td>
                                    <td>0.5</td>
                                </tr>
                                                                <tr>
                                    <td>radioanimationduration</td>
                                    <td>500</td>
                                    <td>0.3</td>
                                </tr>
                                                        </table>
                    </div>
                </div>

            <form action="/limesurvey600/index.php/surveyAdministration/applythemeoptions/surveyid/735282" method="post">
<input type="hidden" value="RDVxZ0NPU2ZJWkhGWG9wQjk1eklOMUNqMHMzM3doa20ZkvhQKek1keUPiEXUMIidzyZyDak2EyCjvvuDawePsA==" name="YII_CSRF_TOKEN" />            <label>If you want to apply original theme options, click here: </label>
            <input type="hidden" name="themeoptions" value='{"brandlogofile":"image::theme::files\/logo.png","bodyanimationduration":"1.0","questionanimationduration":"1.0","alertanimationduration":"1.0","checkboxanimationduration":"0.5","radioanimationduration":"0.3"}'/>
            <input type="submit" class="btn btn-outline-secondary btn-large" value="Apply and go to survey"><br/><br/>
            </form>

            </div>
</div><!-- Footer -->
<footer class="container-fluid footer d-flex flex-grow-1 flex-column justify-content-end text-end">
    <div>
        <a data-bs-toggle="tooltip" title='Visit our website!' href='https://community.limesurvey.org' target='_blank'>LimeSurvey Community Edition</a>
                    <a href="#modalSystemInformation" data-bs-toggle="modal" title="Get system information">
                    Version  6.16.10                        </a>
            
        <!-- Support / Donate -->
            <a class="btn btn-primary btn-sm ms-4" title="Support this project - Donate to LimeSurvey!" data-bs-toggle="tooltip" target="_blank" name="" id="donate-button" href="https://donate.limesurvey.org">Donate <i class="ri-service-fill" ></i></a>    </div>
    <!-- Help button -->
    <div id="help-button-dropup" class="dropup">
    <button type="button" class="btn btn-black60 btn-circle" data-bs-toggle="dropdown" aria-expanded="false">
        <i class="ri-questionnaire-line remix-xl"></i>
    </button>
    <ul class="dropdown-menu">
        <li>
            <span class="dropdown-header">Useful resources</span>
        </li>
        <li>
            <a class="dropdown-item" href="https://help.limesurvey.org/portal/en/home" target="_blank">Help center</a>
        </li>
        <li>
            <a class="dropdown-item" href="https://translate.limesurvey.org/projects/" target="_blank">Help translating</a>
        </li>
        <li>
            <a class="dropdown-item" href="https://forums.limesurvey.org" target="_blank">Support forum</a>
        </li>
        <li>
            <a class="dropdown-item" href="https://community.limesurvey.org/releases/" target="_blank">Release notes</a>
        </li>
        <li>
            <a class="dropdown-item" href="https://www.limesurvey.org/legal-notice" target="_blank">Legal information</a>
        </li>
        <li>
            <a class="dropdown-item" href="mailto:info@limesurvey.org">Contact</a>
        </li>
    </ul>
</div>
</footer>
<div id="bottomScripts">
    <script type="text/javascript" src="/limesurvey600/assets/packages/lstutorial/build/lstutorial.js"></script>
<script type="text/javascript" src="/limesurvey600/assets/packages/expressionscript/expression.js"></script>
<script type="text/javascript">
/*<![CDATA[*/

$('#importsurvey').on('submit', function(e) {
    // Use a small timeout to allow client-side validation to run.
    // If validation fails, the form submission is cancelled before the spinner is shown.
    setTimeout(function() {
        if (!e.isDefaultPrevented()) {
            $('#ls-loading').show();
        }
    }, 100);
});

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>

</div>

<!-- Modal for system information -->

<div id="modalSystemInformation" class="modal fade" role="dialog">
    <div class="modal-dialog">
        <!-- Modal content-->
        <div class="modal-content">
            <div class="modal-header">
                <h5 class="modal-title">System information</h5>
                <button type="button" class="btn-close" data-bs-dismiss="modal"></button>
            </div>
            <div class="modal-body">
                                    <h4>Your system configuration:</h4>
                    <ul class="list-group">
                                                    <li class="list-group-item">
                                <div class="ls-flex-row">
                                    <div class="col-4">LimeSurvey version</div>
                                    <div class="col-8">6.16.10</div>
                                </div>
                            </li>
                                                    <li class="list-group-item">
                                <div class="ls-flex-row">
                                    <div class="col-4">LimeSurvey build</div>
                                    <div class="col-8">github</div>
                                </div>
                            </li>
                                                    <li class="list-group-item">
                                <div class="ls-flex-row">
                                    <div class="col-4">Operating system</div>
                                    <div class="col-8">Windows NT LS-CSC 10.0 build 26200 (Windows 11) AMD64</div>
                                </div>
                            </li>
                                                    <li class="list-group-item">
                                <div class="ls-flex-row">
                                    <div class="col-4">PHP version</div>
                                    <div class="col-8">8.3.0</div>
                                </div>
                            </li>
                                                    <li class="list-group-item">
                                <div class="ls-flex-row">
                                    <div class="col-4">Web server name</div>
                                    <div class="col-8">localhost</div>
                                </div>
                            </li>
                                                    <li class="list-group-item">
                                <div class="ls-flex-row">
                                    <div class="col-4">Web server software</div>
                                    <div class="col-8">Apache</div>
                                </div>
                            </li>
                                                    <li class="list-group-item">
                                <div class="ls-flex-row">
                                    <div class="col-4">Web server info</div>
                                    <div class="col-8"></div>
                                </div>
                            </li>
                                                    <li class="list-group-item">
                                <div class="ls-flex-row">
                                    <div class="col-4">Database driver</div>
                                    <div class="col-8">mysql</div>
                                </div>
                            </li>
                                                    <li class="list-group-item">
                                <div class="ls-flex-row">
                                    <div class="col-4">Database driver version</div>
                                    <div class="col-8">mysqlnd 8.3.0</div>
                                </div>
                            </li>
                                                    <li class="list-group-item">
                                <div class="ls-flex-row">
                                    <div class="col-4">Database server info</div>
                                    <div class="col-8">Uptime: 5852  Threads: 2  Questions: 5687  Slow queries: 0  Opens: 12879  Flush tables: 3  Open tables: 0  Queries per second avg: 0.971</div>
                                </div>
                            </li>
                                                    <li class="list-group-item">
                                <div class="ls-flex-row">
                                    <div class="col-4">Database server version</div>
                                    <div class="col-8">8.2.0</div>
                                </div>
                            </li>
                                            </ul>
                            </div>
        </div>
    </div>
</div>

<!-- Modal for confirmation -->

<div id="confirmation-modal" class="modal fade" role="dialog">
    <div class="modal-dialog">
        <!-- Modal content-->
        <div class="modal-content">
            <div class="modal-header">
                <h5 class="modal-title">Confirm</h5>
                <button type="button" class="btn-close" data-bs-dismiss="modal"></button>
            </div>
            <div class="modal-body">
                <p class='modal-body-text'>Are you sure?</p>
                <!-- the ajax loader -->
                <div id="ajaxContainerLoading">
                    <p>Please wait, loading data...</p>
                    <div class="preloader loading">
                        <span class="slice"></span>
                        <span class="slice"></span>
                        <span class="slice"></span>
                        <span class="slice"></span>
                        <span class="slice"></span>
                        <span class="slice"></span>
                    </div>
                </div>

            </div>
            <div class="modal-footer modal-footer-yes-no">
                <button type="button" class="btn btn-cancel" data-bs-dismiss="modal">Cancel</button>
                <a id="actionBtn" class="btn btn-ok" data-actionbtntext="Confirm"></a>
            </div>
            <div class="modal-footer-close modal-footer" style="display: none;">
                <button type="button" class="btn btn-danger" data-bs-dismiss="modal">
                    Close                </button>
            </div>
        </div>
    </div>
</div>

<!-- Modal for errors -->
<div id="error-modal" class="modal fade" role="dialog">
    <div class="modal-dialog">
        <!-- Modal content-->
        <div class="modal-content">
            <div class="modal-header card-header">
                <h5 class="modal-title">Error</h5>
                <button type="button" class="btn-close" data-bs-dismiss="modal"></button>
            </div>
            <div class="modal-body">
                <p class='modal-body-text'>An error occurred.</p>
            </div>
            <div class="modal-footer">
                <button type="button" class="btn btn-outline-secondary" data-bs-dismiss="modal">&nbsp;Close</button>
            </div>
        </div>
    </div>
</div>

<!-- Modal for success -->
<div id="success-modal" class="modal fade" role="dialog">
    <div class="modal-dialog">
        <!-- Modal content-->
        <div class="modal-content">
            <div class="modal-header card-header">
                <h5 class="modal-title">Success</h5>
                <button type="button" class="btn-close" data-bs-dismiss="modal"></button>
            </div>
            <div class="modal-body">
                <p class='modal-body-text'></p>
            </div>
            <div class="modal-footer">
                <button type="button" class="btn btn-outline-secondary" data-bs-dismiss="modal">&nbsp;Close</button>
            </div>
        </div>
    </div>
</div>


<div id="surveyactivation-modal" class="modal fade" role="dialog">
    <div class="modal-dialog">
        <!-- Modal content-->
        <div class="modal-content">

            
<div class="modal-header">
    <h5 class="modal-title">
        Activate survey    </h5>
    <button type="button" class="btn-close" data-bs-dismiss="modal" role="button"></button>
</div>

            <div class="modal-body" id="modal-body-activate">
            </div>


            <div class="modal-footer">
                <button type="button" class="btn btn-cancel" data-bs-dismiss="modal">Cancel</button>

<button id="saveactivateBtn" type="button" class="btn btn-primary" onclick="activateWithOptions()">
    Save and activate</button>
            </div>

        </div>
    </div>
</div>


<div id="copySurvey_modal" class="modal fade" role="dialog">
    <div class="modal-dialog import-modal">
        <!-- Modal content-->
        <div class="modal-content">
            
<div class="modal-header">
    <h5 class="modal-title">
        Copy survey    </h5>
    <button type="button" class="btn-close" data-bs-dismiss="modal" role="button"></button>
</div>
            <form action="/limesurvey600/index.php/surveyAdministration/copy" method="post">
<input type="hidden" value="RDVxZ0NPU2ZJWkhGWG9wQjk1eklOMUNqMHMzM3doa20ZkvhQKek1keUPiEXUMIidzyZyDak2EyCjvvuDawePsA==" name="YII_CSRF_TOKEN" />            <div class="modal-body" id="modal-body-copy-survey">

                    <!-- surveyIdToCopy -->
                    <input type='hidden' id='surveyIdToCopy' name='surveyIdToCopy' value='' class="form-control" />
                    <div class="row">
                        <!-- New survey ID -->
                        <label class=" form-label" for='copysurveyid'>New survey ID: </label>
                        <input type='number' step="1" min="1" max="999999" id='copysurveyid' size='82' name='copysurveyid' value='' class="form-control" />
                        <p class="form-control-static">
                            <span class='reg12'>Optional - Leave this field empty to assign a new ID automatically </span>
                        </p>
                    </div>

                    <div class="row">
                        <label class=" form-label semibold12" >Select the elements to include: </label>
                        <!-- Convert resource links -->
                        <div class="form-check">
                            <input name="copyResourcesAndLinks" type="checkbox" value="1" checked>
                            <label class=" form-label reg16" for='copyResourcesAndLinks'>Survey resource files and adapt links </label>
                        </div>

                        <!-- Exclude quotas -->
                        <div class="form-check">
                            <input name="copySurveyQuotas" type="checkbox" value="1">
                            <label class=" form-label reg16" for='copySurveyQuotas'>Survey quotas </label>
                        </div>

                        <!-- Exclude survey permissions -->
                        <div class="form-check">
                            <input name="copySurveyPermissions" type="checkbox" value="1">
                            <label class=" form-label reg16" for='copySurveyPermissions'>Survey permissions </label>
                        </div>

                        <!-- include answers -->
                        <div class="form-check">
                            <input name="copyAnswerOptions" type="checkbox" value="1" checked>
                            <label class=" form-label reg16" for='copyAnswerOptions'>Answer options from the original survey </label>
                        </div>

                        <!-- Reset conditions/relevance -->
                        <div class="form-check">
                            <input name="copySurveyConditions" type="checkbox" value="1">
                            <label class=" form-label reg16" for='copySurveyConditions'>Survey conditions </label>
                        </div>

                        <!-- Reset start/end date/time -->
                        <div class="form-check">
                            <input name="copyStartEndDate" type="checkbox" value="1">
                            <label class=" form-label reg16" for='copyStartEndDate'>Start/end date/time </label>
                        </div>

                        <div class="form-check">
                            <input name="resetResponseStartId" type="checkbox" value="1">
                            <label class=" form-label reg16" for='resetResponseStartId'>Reset response start ID </label>
                        </div>
                    </div>
            </div>
            <div class="modal-footer">
                <button type="button" class="btn btn-cancel" data-bs-dismiss="modal">Cancel</button>
                <input type='submit' id="copy-submit" class="btn btn-info col-3" value='Copy survey' />

                <!-- Submit -->
            </div>
            </form>
        </div>
    </div>
</div>


<!-- Modal for admin notifications -->
<div id="admin-notification-modal" class="modal fade" role="dialog">
    <div class="modal-dialog">
        <!-- Modal content-->
        <div class="modal-content">             <div class="modal-header card-header">
                <h5 class="modal-title">Notifications</h5>
                <span class='notification-date'></span>
            </div>
            <div class="modal-body">
                <p class='modal-body-text'></p>
            </div>
            <div class="modal-footer">
                <button type="button" class="btn btn-outline-secondary" data-bs-dismiss="modal">&nbsp;Close</button>
            </div>
        </div>
    </div>
</div>

<!-- Yet another general purpose modal, this one used by AjaxHelper to display JsonOutputModal messages -->
<div id="ajax-helper-modal" class="modal fade" role="dialog">
    <div class="modal-dialog">
        <!-- Modal content-->
        <div class="modal-content">
        </div>
    </div>
</div>

<div id="htmleditor-modal" class="modal fade" role="dialog">
    <div class="modal-dialog">
        <div class="modal-content">
            
<div class="modal-header">
    <h5 class="modal-title">
        Editor    </h5>
    <button type="button" class="btn-close" data-bs-dismiss="modal" role="button"></button>
</div>
            <div class="modal-body">
                <textarea id='htmleditor-modal-textarea' name='htmleditor-modal-textarea' rows='5'></textarea>
            </div>
            <div class="modal-footer">
                <button type="button" class="btn btn-cancel" data-bs-dismiss="modal">Cancel</button>
                <button type="button" class="btn btn-primary" id="htmleditor-modal-save">
                    Confirm                </button>
            </div>
        </div>
    </div>
</div>
</body>

</html>
CException.htm (60,712 bytes)   

Issue History

Date Modified Username Field Change
2026-02-24 11:52 c_schmitz New Issue
2026-02-24 11:52 c_schmitz File Added: survey_archive_235595.lsa
2026-02-24 11:53 c_schmitz Note Added: 84289
2026-02-24 11:53 c_schmitz File Added: CException.htm
2026-02-24 11:53 c_schmitz Bug heat 0 => 2
2026-02-24 11:53 c_schmitz Assigned To => lajosarpad
2026-02-24 11:53 c_schmitz Status new => assigned
2026-02-24 11:55 c_schmitz Priority none => urgent