View Issue Details

This bug affects 1 person(s).
 10
IDProjectCategoryView StatusLast Update
10516Bug reportsData Entry (non public)public2016-02-23 08:51
Reportersuporte77 Assigned Toollehar  
PriorityhighSeveritypartial_block 
Status closedResolutionfixed 
Product Version2.50.x 
Fixed in Version2.50.x 
Summary10516: Error with "view response details" and "edit this response"
Description

when i click "view response details" appear the message "Pedido Inválido" in a full blank screen
and when i click "edit this response" it gives me the erro 500 - "Erro de servidor interno."

Steps To Reproduce

when i click "view response details" appear the message "Pedido Inválido" in a full blank screen
and when i click "edit this response" it gives me the erro 500 - "Erro de servidor interno."

TagsNo tags attached.
Attached Files
Capture2.JPG (44,706 bytes)   
Capture2.JPG (44,706 bytes)   
Capture1.JPG (26,349 bytes)   
Capture1.JPG (26,349 bytes)   
Bug heat10
Complete LimeSurvey version number (& build)Version 2.50+ Build 160217
I will donate to the project if issue is resolvedNo
BrowserChrome
Database type & versionVersão do servidor: 5.6.12-log - MySQL Community Server (GPL)
Server OS (if known)Windows Server 2008 Standard Edition Service Pack 2
Webserver software & version (if known)Microsoft-IIS/7.0
PHP VersionPHP Version 5.4.16

Users monitoring this issue

suporte77

Activities

ollehar

ollehar

2016-02-18 12:56

administrator   ~35393

Could you please set debug = 2 in config.php, reload the faulty page and give us the error?

suporte77

suporte77

2016-02-18 13:54

reporter   ~35399

I set debug = 2 in config.php, where i find the log file with the error?

ollehar

ollehar

2016-02-18 15:34

administrator   ~35409

It should appear on the screen if you click "Edit response" again.

suporte77

suporte77

2016-02-18 15:44

reporter   ~35411

Nothing happen, in IE appear this:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;>
<html xmlns="http://www.w3.org/1999/xhtml&quot;>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<title>500 - Erro de servidor interno.</title>
<style type="text/css">
<!--
body{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}
fieldset{padding:0 15px 10px 15px;}
h1{font-size:2.4em;margin:0;color:#FFF;}
h2{font-size:1.7em;margin:0;color:#CC0000;}
h3{font-size:1.2em;margin:10px 0 0 0;color:#000000;}
#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;
background-color:#555555;}
#content{margin:0 0 0 2%;position:relative;}
.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}
-->
</style>
</head>
<body>
<div id="header"><h1>Erro do Servidor</h1></div>
<div id="content">
<div class="content-container"><fieldset>
<h2>500 - Erro de servidor interno.</h2>
<h3>Existe um problema com o recurso que procura e não é possível apresentá-lo.</h3>
</fieldset></div>
</div>
</body>
</html>

ollehar

ollehar

2016-02-18 15:50

administrator   ~35413

OK, thanks. You would have to look in the PHP error log. On Microsoft, I'm not sure where it is.

Maybe this can help: http://stackoverflow.com/questions/4764230/where-does-iis-7-5-log-errors

Or possibly this: http://stackoverflow.com/questions/15604695/php-error-logs-on-iis-7-5-windows-server-2008

DenisChenu

DenisChenu

2016-02-18 19:29

developer   ~35417

I think if with debug we don't have issue : it's a Server issue . Maybe https://manual.limesurvey.org/Troubleshooting#After_submitting_a_page_you_end_up_at_the_general_index_page.2Fat_a_404_page_or_you_get_the_message_.27The_CSRF_token_could_not_be_verified.27

What is the translation of Pedido Inválido ? Can you set your admin part in english ?

suporte77

suporte77

2016-02-19 11:09

reporter   ~35430

Pedido Inválido is Invalid Request

ollehar

ollehar

2016-02-19 13:21

administrator   ~35451

Did you find anything in the log?

DenisChenu

DenisChenu

2016-02-19 13:52

developer   ~35454

Hi suporte77, it's spanish ?

Because this really seems to don't be send by LS : https://translate.limesurvey.org/projects/limesurvey2/es/default?filters[term]=inv%C3%A1lido&amp;filters[user_login]=&amp;filters[status]=current_or_waiting_or_fuzzy_or_untranslated&amp;filter=Filter&amp;sort[by]=priority&amp;sort[how]=desc

Or portuguese/brazil
https://translate.limesurvey.org/projects/limesurvey2/pt-br/default?filters[term]=inv%C3%A1lido&amp;filters[user_login]&amp;filters[status]=current_or_waiting_or_fuzzy_or_untranslated&amp;filter=Filter&amp;sort[by]=priority&amp;sort[how]=desc&amp;page=1

The nit's happen BEFORE limesurvey do someting.

suporte77

suporte77

2016-02-19 15:45

reporter   ~35458

no, but i find that if i change the link it works after that:

this is the one that gives the 500 error:
http://www.inoveoffice.pt/lime250/index.php?r=admin/dataentry/editdata/subaction/edit/surveyid/115747/id/8

if I put after "/dataentry" -> "/sa/" it works, why does it works like this?
http://www.inoveoffice.pt/lime250/index.php?r=admin/dataentry/sa/editdata/subaction/edit/surveyid/115747/id/8

ollehar

ollehar

2016-02-22 11:16

administrator   ~35518

By setting urlFormat to get instead of path I was able to reproduce the bug. Will fix it now.

ollehar

ollehar

2016-02-22 11:54

administrator   ~35521

Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&amp;id=17550

ollehar

ollehar

2016-02-22 11:54

administrator   ~35522

Fixed. Please update at next release.

suporte77

suporte77

2016-02-22 11:58

reporter   ~35523

thanks

c_schmitz

c_schmitz

2016-02-23 08:51

administrator   ~35563

Version 2.50+ Build 160222 released

Related Changesets

LimeSurvey: master 0dc2db22

2016-02-22 10:52:33

ollehar

Details Diff
Fixed issue 10516: Error with "view response details" and "edit this response" Affected Issues
10516
mod - application/controllers/admin/responses.php Diff File

Issue History

Date Modified Username Field Change
2016-02-17 22:10 suporte77 New Issue
2016-02-18 12:08 suporte77 Issue Monitored: suporte77
2016-02-18 12:12 suporte77 File Added: Capture2.JPG
2016-02-18 12:12 suporte77 File Added: Capture1.JPG
2016-02-18 12:20 c_schmitz Assigned To => ollehar
2016-02-18 12:20 c_schmitz Status new => assigned
2016-02-18 12:21 c_schmitz Priority normal => high
2016-02-18 12:56 ollehar Note Added: 35393
2016-02-18 13:54 suporte77 Note Added: 35399
2016-02-18 15:34 ollehar Note Added: 35409
2016-02-18 15:44 suporte77 Note Added: 35411
2016-02-18 15:50 ollehar Note Added: 35413
2016-02-18 16:55 ollehar Status assigned => feedback
2016-02-18 19:29 DenisChenu Note Added: 35417
2016-02-19 11:09 suporte77 Note Added: 35430
2016-02-19 11:09 suporte77 Status feedback => assigned
2016-02-19 13:21 ollehar Note Added: 35451
2016-02-19 13:21 ollehar Status assigned => feedback
2016-02-19 13:52 DenisChenu Note Added: 35454
2016-02-19 15:45 suporte77 Note Added: 35458
2016-02-19 15:45 suporte77 Status feedback => assigned
2016-02-22 11:16 ollehar Note Added: 35518
2016-02-22 11:54 ollehar Changeset attached => LimeSurvey master 0dc2db22
2016-02-22 11:54 ollehar Note Added: 35521
2016-02-22 11:54 ollehar Resolution open => fixed
2016-02-22 11:54 ollehar Note Added: 35522
2016-02-22 11:54 ollehar Status assigned => resolved
2016-02-22 11:54 ollehar Fixed in Version => 2.5
2016-02-22 11:58 suporte77 Note Added: 35523
2016-02-23 08:51 c_schmitz Note Added: 35563
2016-02-23 08:51 c_schmitz Status resolved => closed
2021-08-04 05:12 guest Bug heat 8 => 10