View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
05526Bug reportsSurvey editingpublic2011-10-24 21:17
ReporterTMSWhite Assigned Toc_schmitz  
PrioritynormalSeveritypartial_block 
Status closedResolutionfixed 
Product Version2.00a1 
Fixed in Version1.91+ 
Summary05526: "show advanced settings" does not load question attributes
Description

The first error is:

Message: Undefined index: type
Filename: helpers/common_helper.php
Line Number: 3219

Steps To Reproduce

Try to edit advanced settings for any question

Additional Information

Core problem appears to be that ajaxquestionattributes() is not getting valid $qid. The $qid retrieved from POST is actually the full URL (with the proper qid in the final position), so when the URL is cast to (int), the $qid value is wrong.

I don't understand how parameters are passed to ajaxquestionattributes(), so hoping someone else can fix this.

TagsNo tags attached.
Bug heat2
Complete LimeSurvey version number (& build)11234
I will donate to the project if issue is resolvedNo
Browser
Database type & versionMysql 5
Server OS (if known)Windows XP
Webserver software & version (if known)Apache 2
PHP Version5.2

Users monitoring this issue

There are no users monitoring this issue.

Activities

TMSWhite

TMSWhite

2011-10-24 21:17

reporter   ~16515

Nevermind - the fix works. I had a local modification I'd forgotten to revert

Issue History

Date Modified Username Field Change
2011-10-23 05:49 TMSWhite New Issue
2011-10-23 22:17 c_schmitz Status new => closed
2011-10-23 22:17 c_schmitz Assigned To => c_schmitz
2011-10-23 22:17 c_schmitz Resolution open => fixed
2011-10-23 22:17 c_schmitz Fixed in Version => 1.91+
2011-10-24 20:24 TMSWhite Status closed => feedback
2011-10-24 20:24 TMSWhite Resolution fixed => reopened
2011-10-24 21:17 TMSWhite Note Added: 16515
2011-10-24 21:17 TMSWhite Status feedback => assigned
2011-10-24 21:17 TMSWhite Status assigned => closed
2011-10-24 21:17 TMSWhite Resolution reopened => fixed
2019-11-01 17:25 c_schmitz Category Survey design => Survey editing