View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
06040Bug reportsImport/Exportpublic2012-04-23 15:35
Reporteruser19486Assigned Toc_schmitz  
PrioritynormalSeveritypartial_block 
Status closedResolutionduplicate 
Product Version2.00b1 
Summary06040: cant import survey
Description

not sure if I SHOULD be able to import 1.94 surveys into 2.0, but I tried....

got error:

PHP notice

Undefined variable: aImportResults

/web/str/mvp/limesurvey/application/controllers/admin/surveyadmin.php(939)

927 else
928 {
929 $importerror = true;
930 }
931 if ($action == 'importsurvey' && isset($sFullFilepath))
932 {
933 unlink($sFullFilepath);
934 }
935
936 if (isset($aImportResults['error']) && $aImportResults['error']) safeDie($aImportResults['error']);
937
938 $aData['action'] = $action;
939 $aData['sLink'] = $this->getController()->createUrl('admin/survey/view/surveyid/' . $aImportResults['newsid']);
940 $aData['aImportResults'] = $aImportResults;
941 }
942
943 $this->_renderWrappedTemplate('survey', 'importSurvey_view', $aData);
944 }
945
946 /*
947
questiongroup::organize()
948 Load ordering of question group screen.
949
@return
950 */
951 public function organize($iSurveyId)

Steps To Reproduce

import survey:
limesurvey_survey_complex.csv
or
ExpressionManager-Demo-CI2.lss
from download addons

TagsNo tags attached.
Bug heat2
Complete LimeSurvey version number (& build)120406
I will donate to the project if issue is resolvedNo
Browser
Database type & versionmysql 5
Server OS (if known)centos 5
Webserver software & version (if known)apache 2
PHP Versionphp 5

Relationships

duplicate of 06021 closeddionet Importing xml from 1.92 getting error Undefined variable: aImportResults 

Users monitoring this issue

There are no users monitoring this issue.

Activities

Mazi

Mazi

2012-04-23 11:55

updater   ~18466

This should be possible.

Issue History

Date Modified Username Field Change
2012-04-23 09:16 user19486 New Issue
2012-04-23 11:55 Mazi Note Added: 18466
2012-04-23 11:56 Mazi Relationship added duplicate of 06021
2012-04-23 15:35 c_schmitz Status new => closed
2012-04-23 15:35 c_schmitz Assigned To => c_schmitz
2012-04-23 15:35 c_schmitz Resolution open => duplicate