View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
09498 | Bug reports | Import/Export | public | 2015-02-06 14:46 | 2016-06-06 15:16 |
Reporter | DenisChenu | Assigned To | c_schmitz | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.05+ | ||||
Target Version | 2.50.x | Fixed in Version | 2.50.x | ||
Summary | 09498: Error message when try to import a big LSA file can be an error | ||||
Description | When try to import a lsa file : we have the error : 'Please verify rigths on tmp'. But this can be OK but file can not be uploaded due to upload_max_filesize | ||||
Steps To Reproduce | Find a big LSA file (more than 2/4 mo) , try to import | ||||
Additional Information | 2 solution : just add 'The file can be bigger than upload_max_filesize' Or do some test ? (I just have this problem and search , search , search before thinking of upload max file size ;) ) | ||||
Tags | No tags attached. | ||||
Bug heat | 4 | ||||
Complete LimeSurvey version number (& build) | 150206 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | not relevant | ||||
Database type & version | Mysql 5 | ||||
Server OS (if known) | debian/linux | ||||
Webserver software & version (if known) | apache | ||||
PHP Version | PHP Version 5.4.4 | ||||
Or you could just use getMaximumFileUploadSize() from common_helper ;) |
|
Yes, it's same : Test if file size is biger : show the real error. 2nd solution is really quickest ;) |
|
We should show an information about the maximum file size beside the upload function and adjust the error message to account for both cases. |
|
Btw, you can't test the file size if you cannot upload it ;) |
|
Yes, then only one solution : |
|
Returned error is clear enough : http://php.net/manual/en/features.file-upload.errors.php But surely better with http://www.yiiframework.com/doc/api/1.1/CUploadedFile and maybe a "settings" for ls3 |
|
Have to create a new extension for better reusing : then for LS3. |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=19333 |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=19334 |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=19341 |
|
Version 2.50 Release 160606 released |
|
LimeSurvey: master af24ba70 2016-06-05 19:36 Details Diff |
Fixed issue 09498: Error message when try to import a big LSA file can be an error Dev Partial fix - show max upload size in UI |
Affected Issues 09498 |
|
mod - application/views/admin/labels/editlabel_view.php | Diff File | ||
mod - application/views/admin/survey/Question/importQuestion_view.php | Diff File | ||
mod - application/views/admin/survey/QuestionGroups/importGroup_view.php | Diff File | ||
mod - application/views/admin/survey/subview/tabImport_view.php | Diff File | ||
mod - application/views/admin/templates/templateeditorbar_view.php | Diff File | ||
mod - application/views/admin/templates/templatesummary_view.php | Diff File | ||
LimeSurvey: master 027e139e 2016-06-05 19:53 Details Diff |
Fixed issue 09498: Error message when try to import a big LSA file can be an error Dev Partial fix - Proper error message when uploading a label set, that is too big. |
Affected Issues 09498 |
|
mod - application/controllers/admin/labels.php | Diff File | ||
LimeSurvey: master 99f1262f 2016-06-06 11:36 Details Diff |
Fixed issue 09498: Wrong error message when trying to import a file that is too big |
Affected Issues 09498 |
|
mod - application/controllers/admin/participantsaction.php | Diff File | ||
mod - application/controllers/admin/questiongroups.php | Diff File | ||
mod - application/controllers/admin/questions.php | Diff File | ||
mod - application/controllers/admin/surveyadmin.php | Diff File | ||
mod - application/controllers/admin/tokens.php | Diff File | ||
mod - application/views/admin/participants/importCSV_view.php | Diff File | ||
mod - application/views/admin/survey/Question/importQuestion_view.php | Diff File | ||
mod - application/views/admin/survey/QuestionGroups/importGroup_view.php | Diff File | ||
mod - application/views/admin/survey/subview/tabImport_view.php | Diff File | ||
mod - application/views/admin/survey/surveybar_view.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-02-06 14:46 | DenisChenu | New Issue | |
2015-02-27 14:56 | c_schmitz | Note Added: 31730 | |
2015-02-27 14:56 | c_schmitz | Assigned To | => DenisChenu |
2015-02-27 14:56 | c_schmitz | Status | new => assigned |
2015-02-27 16:00 | DenisChenu | Note Added: 31732 | |
2015-03-05 11:30 | c_schmitz | Note Added: 31767 | |
2015-03-05 11:30 | c_schmitz | Note Edited: 31767 | |
2015-03-05 11:30 | c_schmitz | Assigned To | DenisChenu => c_schmitz |
2015-03-05 11:37 | c_schmitz | Note Added: 31768 | |
2015-03-05 16:23 | DenisChenu | Note Added: 31775 | |
2015-03-06 09:54 | c_schmitz | Note Edited: 31775 | |
2015-05-11 03:35 | DenisChenu | Assigned To | c_schmitz => DenisChenu |
2015-05-11 03:37 | DenisChenu | Note Added: 32156 | |
2015-06-16 14:54 | DenisChenu | Note Added: 32382 | |
2015-06-16 14:54 | DenisChenu | Target Version | => 3.0 |
2016-05-31 10:33 | DenisChenu | Assigned To | DenisChenu => |
2016-06-03 13:25 |
|
Sticky Issue | No => Yes |
2016-06-03 13:26 |
|
Sticky Issue | Yes => No |
2016-06-04 14:22 | DenisChenu | Status | assigned => new |
2016-06-05 19:30 | c_schmitz | Target Version | 3.0 => 2.5 |
2016-06-05 19:36 | c_schmitz | Changeset attached | => LimeSurvey master af24ba70 |
2016-06-05 19:36 | c_schmitz | Note Added: 39230 | |
2016-06-05 19:36 | c_schmitz | Assigned To | => c_schmitz |
2016-06-05 19:36 | c_schmitz | Resolution | open => fixed |
2016-06-05 19:53 | c_schmitz | Changeset attached | => LimeSurvey master 027e139e |
2016-06-05 19:53 | c_schmitz | Note Added: 39231 | |
2016-06-06 14:01 | c_schmitz | Changeset attached | => LimeSurvey master 99f1262f |
2016-06-06 14:01 | c_schmitz | Note Added: 39237 | |
2016-06-06 14:39 | c_schmitz | Status | new => resolved |
2016-06-06 14:39 | c_schmitz | Fixed in Version | => 2.5 |
2016-06-06 15:16 | c_schmitz | Note Added: 39241 | |
2016-06-06 15:16 | c_schmitz | Status | resolved => closed |