| Anonymous | Login | 2013-05-21 11:04 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap | Repositories |
| View Issue Details [ Jump to Notes ] [ Related Changesets ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 06530 | Bug reports | [All Projects] Other | public | 2012-08-30 16:37 | 2012-09-09 15:35 | ||||
| Reporter | millsy1975 | ||||||||
| Assigned To | DenisChenu | ||||||||
| Priority | urgent | Severity | major | ||||||
| Status | closed | Resolution | fixed | ||||||
| Product Version | 1.92+ | ||||||||
| Target Version | Fixed in Version | 1.92+ | |||||||
| Summary | 06530: Since latest update unable to upload documents in survey | ||||||||
| Description | Upload File in survey takes you thought the motions but does not upload a file. This was working pre the latest update | ||||||||
| Steps To Reproduce | Create a survey and try to upload a file | ||||||||
| I will donate to the project if issue is resolved within 48 hrs | No | ||||||||
| LimeSurvey build number | 120822 | ||||||||
| Browser | |||||||||
| Database & DB-Version | MySql 5.1.36 | ||||||||
| Operating System (Server) | Qnap TS 212 | ||||||||
| Webserver software & version | Apache 2.0 | ||||||||
| PHP Version | PHP/5.3.14 | ||||||||
| Attached Files | |||||||||
Relationships |
||||||
|
||||||
Notes |
|
|
startx25 (reporter) 2012-08-30 21:39 edited on: 2012-08-30 21:39 |
I think that file is uploaded, with survey completed, but no file in the result page (when you browse result) (can you confirm that? ) something gone wrong with json parameters, and probably with the last bug : quote in title or comment field. |
|
DenisChenu (developer) 2012-08-31 17:14 |
It's: http://git.io/XwuKyg [^] Patch: Replace $result = $this->sProcessStringContainingExpressionsHelper($result,$questionNum, $staticReplacement); BY $result = $this->sProcessStringContainingExpressionsHelper(htmlspecialchars_decode($result,ENT_QUOTES),$questionNum, $staticReplacement); In classes/expressions/ExpressionManager.php |
|
millsy1975 (reporter) 2012-08-31 19:08 |
Thanks for answering this so quickly. Patch: Replace $result = $this->sProcessStringContainingExpressionsHelper($result,$questionNum, $staticReplacement); BY $result = $this->sProcessStringContainingExpressionsHelper(htmlspecialchars_decode($result,ENT_QUOTES),$questionNum, $staticReplacement); In classes/expressions/ExpressionManager.php The above code amendment has fixed the problem. Cheers |
|
startx25 (reporter) 2012-09-03 11:25 edited on: 2012-09-03 14:31 |
this patch is already present in last update :Version 1.92+ Build 120822 It doesn't work |
|
startx25 (reporter) 2012-09-03 14:47 |
I have notice that file is present, but not appear in response page (admin section) |
|
DenisChenu (developer) 2012-09-06 11:21 |
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=9443 [^] |
|
DenisChenu (developer) 2012-09-06 11:35 |
Fix committed to Yii branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=9444 [^] |
|
DenisChenu (developer) 2012-09-06 11:35 |
Patch only javascript. |
Related Changesets |
|||
|
LimeSurvey: master cc8f6d90
Timestamp: 2012-09-06 02:17:35 Author: DenisChenu Committer: Denis Chenu [ Details ] [ Diff ] |
Fixed issue 06530 : Since latest update unable to upload documents in survey Dev: replace & by & before split. Work with or without 06536 patch |
||
| mod - scripts/modaldialog.js | [ Diff ] [ File ] | ||
|
LimeSurvey: Yii 5f26bca7
Timestamp: 2012-09-06 02:28:41 Author: DenisChenu Committer: Denis Chenu [ Details ] [ Diff ] |
Fixed issue 06530 : Since latest update unable to upload documents in survey Dev: replace & by & before split. Work with or without 06536 patch Dev: upload have some other bug |
||
| mod - scripts/modaldialog.js | [ Diff ] [ File ] | ||
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-08-30 16:37 | millsy1975 | New Issue | |
| 2012-08-30 21:39 | startx25 | Note Added: 20601 | |
| 2012-08-30 21:39 | startx25 | Note Edited: 20601 | View Revisions |
| 2012-08-31 17:14 | DenisChenu | Note Added: 20608 | |
| 2012-08-31 17:17 | DenisChenu | Relationship added | child of 06423 |
| 2012-08-31 19:08 | millsy1975 | Note Added: 20613 | |
| 2012-09-01 19:31 | TMSWhite | Relationship added | related to 06536 |
| 2012-09-03 11:25 | startx25 | Note Added: 20621 | |
| 2012-09-03 14:31 | startx25 | Note Edited: 20621 | View Revisions |
| 2012-09-03 14:47 | startx25 | Note Added: 20622 | |
| 2012-09-06 11:21 | DenisChenu | Changeset attached | => LimeSurvey master cc8f6d90 |
| 2012-09-06 11:21 | DenisChenu | Note Added: 20626 | |
| 2012-09-06 11:21 | DenisChenu | Assigned To | => DenisChenu |
| 2012-09-06 11:21 | DenisChenu | Resolution | open => fixed |
| 2012-09-06 11:35 | DenisChenu | Changeset attached | => LimeSurvey Yii 5f26bca7 |
| 2012-09-06 11:35 | DenisChenu | Note Added: 20627 | |
| 2012-09-06 11:35 | DenisChenu | Note Added: 20628 | |
| 2012-09-06 11:35 | DenisChenu | Status | new => resolved |
| 2012-09-06 11:35 | DenisChenu | Fixed in Version | => 1.92+ |
| 2012-09-09 15:35 | c_schmitz | Status | resolved => closed |
| Copyright © 2000 - 2013 MantisBT Team |